Commit Graph

4734 Commits (25effa9da656b3592075052041bf0c4b6c4edf7f)

Author SHA1 Message Date
hellojukay aab149bc7b
systemctl: add is-active and is-enabled examples (#4282) 2020-09-01 11:31:47 -03:00
charitarthchugh 3563cc765c
bpytop: add page (#4283) 2020-08-31 01:27:15 +01:00
Bailey Search 0202b15774
jekyll: add --verbose and clean examples (#4301) 2020-08-31 01:20:01 +01:00
Samuel Woon ba6143ab75
e4defrag: add page (#4298) 2020-08-31 00:59:50 +01:00
Axel Navarro d103a229a7
adb-shell: add page (#4287) 2020-08-31 00:20:36 +01:00
Axel Navarro cb2073c4ff
adb-reverse: add page (#4288) 2020-08-31 00:17:43 +01:00
Dipankar Pal 1bb01df4c1
bitwise: add page (#4289) 2020-08-30 01:03:12 -03:00
Axel Navarro 9931dfbd1e
cargo-test: add page (#4268) 2020-08-30 01:00:03 -03:00
Gustavo Dias Alexandre 16bcab0104
tree: add -C example (#4295) 2020-08-30 00:59:37 -03:00
Axel Navarro 1669465f5f
adb-install: add page (#4286) 2020-08-28 10:18:03 -03:00
johnsmith2077 5951942143
jq: correct description of example (#4299) 2020-08-28 16:25:06 +08:00
Owen Voke e815eb4c6e
expose: add page (#4285) 2020-08-28 16:12:44 +08:00
waciumawanjohi 8c5d10f81e
cf: add page (#4284) 2020-08-28 16:10:34 +08:00
Sahil Dhiman 57b8769fe5
ark: add page (#4280) 2020-08-28 16:09:36 +08:00
six ac124dfd8e
vala, valac: add pages (#4276)
Co-authored-by: dual <dual@dr.h>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:54:58 +01:00
Puneetha Pai a398529a92 Apply suggestions from code review by @einverne
Co-authored-by: Ein Verne <git@einverne.info>
2020-08-21 23:53:25 +01:00
Puneetha Pai f45f4dafcb dvc diff: Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:53:25 +01:00
Puneetha Pai 12e2510f99 Resolve review comments which required edits and re-writes 2020-08-21 23:53:25 +01:00
Puneetha Pai 91e565ba81 Apply suggestions from code review
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:53:25 +01:00
Puneetha Pai c6d6d7618c DVC: Fix failing tests 2020-08-21 23:53:25 +01:00
Puneetha Pai c96d68ed62 DVC: add page including sub-commands freeze, unfreeze and gc 2020-08-21 23:53:25 +01:00
Puneetha Pai ca9b1f104e DVC: add page including sub-commands destroy, diff and fetch 2020-08-21 23:53:25 +01:00
Puneetha Pai e94e07d26d DVC: add pages for sub commands commit, config, dag 2020-08-21 23:53:25 +01:00
Puneetha Pai 51190d4610 DVC: add page including sub-commands checkout, init, add 2020-08-21 23:53:25 +01:00
Wenshao Zhong beb5f2930a
inkscape: fix obsolete option, add -D example (#4279)
* Added a line in the description to use `-e` for version 0.92.x.
* Removed the `-z` hints, ref https://wiki.inkscape.org/wiki/index.php/Using_the_Command_Line#Deprecations_and_Replacements
2020-08-20 20:09:34 +08:00
Florian 4d9421c651
nativefier: add page (#4261) 2020-08-20 19:53:10 +08:00
Axel Navarro ec9c36a9f0
ksvgtopng5: add page (#4277) 2020-08-19 20:10:09 +02:00
Axel Navarro 44f4a568d9
konsole: add page (#4278) 2020-08-19 13:11:18 +01:00
Sahil Dhiman 0a00c5326a
netselect-apt: add page (#4262) 2020-08-19 12:47:06 +01:00
Jacob Hrbek a944cbfa33
speedometer: add page (#4267)
* speedometer: add page
* speedometer: add missing braces

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-19 12:24:20 +01:00
Szczepan Zalega 8d8f4c61c6 grep: clarify that regexp is used by default
grep searches for regexp by default on Linux, and the '-F' switch is required for the exact string.
Corrected by replacing search_string with search_pattern, or adding the mentioned switch.
2020-08-16 16:41:58 +01:00
Owen Voke 82cc25ba32
xcaddy: add page (#4259) 2020-08-16 16:34:41 +01:00
C-xC-c b4bee09e49
eix: add page (#4255) 2020-08-16 01:58:06 +02:00
Bradley Garrod c133f38b69
glab: add page (#4254) 2020-08-12 00:34:55 +01:00
Axel Navarro daa21a60a3
git-apply: add page (#4252)
* git-apply: add page

* Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-12 01:33:53 +02:00
Ein Verne 6461fb63f2
scc: add page (#4248) 2020-08-12 00:32:34 +01:00
Harrison 677ca84ceb
jq: fix jq syntax error (#4257) 2020-08-11 17:49:43 +02:00
Samuel Woon 507c0df261
git-request-pull: add page (#4241) 2020-08-11 07:48:05 +01:00
Samuel Woon 6310c08975
lvextend, lvreduce, lvresize: add page (#4239)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-08-10 13:03:18 +02:00
Quentin cf27351f6e
streamlink: add page (#4242)
* streamlink: add page

* Edit with suggestions from PR
2020-08-10 00:35:29 +01:00
Starbeamrainbowlabs 769555f8a7 awslogs: add missing article 2020-08-10 00:33:41 +01:00
Shane 1fdd0754d4 awslogs: add page 2020-08-10 00:33:41 +01:00
Peter Tripp 8a5d05ba8b
pkgutil: add --expand-full (#4208) 2020-08-10 01:26:40 +02:00
Samuel Woon 2ead707cc3
r2e: add page (#4240) 2020-08-10 00:03:53 +01:00
charitarthchugh a9e7cedb02
topgrade: add-page (#4244) 2020-08-10 00:02:23 +01:00
Sahil Dhiman ccd7f226ea
netselect: add page (#4219) 2020-08-09 23:59:53 +01:00
Axel Navarro 0892ebc118
google-chrome: add page (#4238) 2020-08-02 19:41:41 +01:00
TJ Kolleh d7fbd3ef2d node: Reduce description
Admin wants a single sentence.
2020-08-02 17:51:14 +01:00
tkolleh e5b10f7a1f node: use consistent path and clarify options 2020-08-02 17:51:14 +01:00
tkolleh d6199ecf7d node: add --inspect-brk example 2020-08-02 17:51:14 +01:00
Waldir Pimenta 9f2c29171c
mysql: mention mysqldump in backup restore example (#4237) 2020-08-02 17:48:22 +01:00
sedrubal d36da71fb6
duperemove: add page (#4231) 2020-08-01 19:33:41 +02:00
Florian 4aeb0ec69d
plantuml: fix space was missing (#4233) 2020-08-01 19:32:30 +02:00
Quentin 0886200ed9
pass-otp: add page (#4232) 2020-08-01 10:19:19 +02:00
Rahmanu Hermawan 4474fb5692
hostapd: add page (#4211)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-28 16:36:27 +02:00
Martin Barth 8f694a13ea
ps: added sort example (#4216) 2020-07-28 16:34:12 +02:00
Flex Zhong 1d463f27dd
hexo: add new page (#4214)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 16:31:30 +02:00
trk 37ec59449a
xclock: add page (#4224)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 16:31:18 +02:00
Axel Navarro e197e34336
kpackagetool5: add page (#4213)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-28 16:28:26 +02:00
shyneko a9d0095fdd
tar: update an example (#4230) 2020-07-28 16:27:36 +02:00
Starbeamrainbowlabs 95ef1a04ab
syncthing: add page (#4215)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 13:09:30 +02:00
Giorgio Vilardo 867bb333ad
gunicorn: moved into common, added website (#4226) 2020-07-28 11:36:11 +08:00
Pierre Rudloff db505aacf0
interdiff: add page (#4222)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-25 11:22:13 +02:00
Danny Kim ba92cdcc4b
cp: replace ambiguous text (#4223) 2020-07-25 11:19:46 +02:00
Giorgio Vilardo 22577ba810
uvicorn: add page (#4217) 2020-07-24 21:00:36 +01:00
Zlatan Vasović 0f879b6049
git-diff: remove 9th example (#4204) 2020-07-23 11:06:21 +08:00
Danny Mösch ab00dce9de
sd: Remove option -i in favour of option -p (#4209)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-21 22:50:14 +02:00
Al Berez 2e9c71731b
curl: explain -d example (#4183) 2020-07-21 22:27:14 +02:00
shyneko 66bfc92e70
youtube-dl: add download playlist example (#4174) 2020-07-21 20:46:21 +01:00
Sahil Dhiman 4deb3d0916
lvs: add page (#4205) 2020-07-21 20:45:10 +01:00
vritser f08dbe7da1
emacsclient: add -c -e example (#4182) 2020-07-17 22:17:43 +02:00
zdroid 700b238b97 Revert "git-diff: remove 9th example"
This reverts commit d31091d937.
2020-07-17 19:59:43 +02:00
Zlatan Vasović d31091d937
git-diff: remove 9th example
Closes #3753.
2020-07-17 19:58:11 +02:00
Zdravko Kosanović 471e114d4e
grpcurl: add page (#4198)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:44:48 +02:00
Stepan Pyzhov 3cff0e3914
ajson: add page (#4191) 2020-07-17 19:43:24 +02:00
gx1 b22f908ca4
vboxmanage: add extpack command (#4179) 2020-07-17 19:42:05 +02:00
ParaSait 46b1f3f7bb
flex: fix --outfile example (#4165) 2020-07-17 19:41:30 +02:00
Matt Watson 01d22cdbc9
git-config: add example for editing in default editor (#4176)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:40:48 +02:00
Matt Watson fc69d1297d
jq: Add example for constructing new JSON object (#4172)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:37:49 +02:00
Robert Požarickij 0a4e1cc43e
pg_restore: add example for listing contents of a dump file (#4178) 2020-07-17 19:37:32 +02:00
Alexandre Bruyant fc506737f1
at: Update time format - fixes #4192 (#4202) 2020-07-17 17:59:21 +01:00
gx1 887b7e7190
ansible-playbook: add start-at and tags commands (#4171) 2020-07-17 17:58:11 +01:00
Bailey Search beb18efc89
uptime: add page to OSX (#4188) 2020-07-17 09:21:00 +01:00
Taryn c44b00008b
newman: add page (#4187)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 00:29:02 +02:00
GermanS ad248fb117
ack: fix typo (#4196) 2020-07-16 22:33:06 +01:00
Sahil Dhiman f5bdb065e5
pvs: add information and man page (#4189) 2020-07-16 22:26:45 +01:00
NashMiao ace831e217
netstat: remove inexistent option for MacOS (#4186) 2020-07-16 21:51:06 +01:00
shyneko 94cb11e58d
tail: add example using -s parameter. (#4180) 2020-07-16 21:49:40 +01:00
NashMiao 7c4aab2566
sysctl: fix typo (#4184)
* Fix wrong option

* Update sysctl.md
2020-07-16 20:44:50 +02:00
Jonatas Leon efd81478f1
lftp: add page (#4157)
Co-authored-by: Ein Verne <git@einverne.info>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-12 15:59:45 +02:00
Sahil Dhiman d7183c983d
vgs: add page (#4164)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-12 15:58:06 +02:00
Sahil Dhiman 30ddeee054
pvs: add page (#4156) 2020-07-08 21:18:44 +08:00
Zlatan Vasović bcb600ecc4
rmdir: fix description (#4163) 2020-07-08 21:15:57 +08:00
Flex Zhong 866a4f78a0
remove cmake -i example (#4159) 2020-07-08 21:14:46 +08:00
Michael Gallo e1aeaad538
unclutter: add page (#4152) 2020-07-07 13:12:36 +02:00
Sawyer Shepherd 5b4755ede6
rmdir: fixed description of rmdir -p (#4155) 2020-07-07 13:09:46 +08:00
Christian Rackerseder d7fc462613
cp: replace -r with -R (#4141) 2020-07-06 20:30:29 +02:00
Karthikeyan Vaithilingam 7c8ffa3e15
ant: add page (#4153) 2020-07-06 16:57:49 +01:00
jvktr 07d9868389
i3lock: add page (EN/pt_BR) (#4146) 2020-07-05 21:54:09 +01:00
David Husz 3a516641b5
pdftk: avoid non-ascii characters (#4144) 2020-07-05 22:51:44 +02:00