Commit Graph

7259 Commits (92b27aa7992559ea889cb4e511585174af243a9f)

Author SHA1 Message Date
jxu e70b607b7b
objdump: add intel syntax command (#8402) 2022-08-27 14:13:55 +00:00
Cornelius Roemer be8233b8bb
nextclade: add page (#8400) 2022-08-26 20:25:21 +00:00
CleanMachine1 d386b8bc7e
silicon: change the to and 2022-08-24 15:50:55 +00:00
André Santos c84a1a7ecc
jmeter: add page (#8391)
* jmeter: add page

* Rename jmeter.md to pages/common/jmeter.md

* Replaced hyphens with "greater than" signs

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Removed trailing backspace

* Using long options and improving variables

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Providing concrete examples for proxyhost and port

* Update pages/common/jmeter.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Refactored commands description

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Refactored commands description

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-25 01:41:48 +10:00
hellojukay 9e0bcb0ced
silicon: add page (#8392)
* add new page silicon

* fixed ci #8392

* fixed #8392

* fixed #8392

* fixed #8392

* fixed #8392
2022-08-24 18:05:47 +05:30
CleanMachine1 01f68eb87f
daemon: add page (#8390)
* daemon: add page

* daemon: add delay example

* Update pages/linux/daemon.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages/linux/daemon.md

* Update pages/linux/daemon.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-24 13:27:11 +08:00
Emily Grace Seville 38d904a408
assoc, attrib: update page (#8349) 2022-08-23 19:20:07 +00:00
jxu 17b6ad9943
gcc: use short -o option for output (#8387) 2022-08-23 13:02:42 -03:00
jxu cecf8f2150
gcc: mention -c compiles into object file (#8381)
* gcc: mention -c compiles into object file

* gcc: clarify wording about compiling to object file

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-22 22:12:20 +10:00
Josh Delsman 09b5bb8c04
flarectl: add page (#8345)
* flarectl: add page

* Update pages/common/flarectl.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/common/flarectl.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update flarectl.md

Fixing errors

* Update pages/common/flarectl.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/flarectl.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/common/flarectl.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-22 11:31:23 +10:00
Emily Grace Seville fc968a715d
choice: update page (#8351)
* Refresh choice.md

* Fix help example

* Fix syntax error

* Fix grammar error

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Fix grammar error

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Use `the current user`

* Remove .swp file

* Simplify --help example

* Fix grammar error

Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>
2022-08-21 12:33:37 +05:30
Muhammad Falak R Wani f6685e6cb1
vgrep: add page (#8383)
* vgrep: add page

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

* vgrep: fix token syntax

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

* vgrep: appease the linter

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-20 22:34:38 +00:00
Alex Martens 25a2a44a01
unzstd: add page (#8385) 2022-08-20 22:33:05 +00:00
Leon Feng f3c12cc75b
pnpm: update page (#8384) 2022-08-20 18:03:47 +05:30
CleanMachine1 dc513e7192
*: fix spelling error 2022-08-20 02:38:55 +02:00
Emily Grace Seville b796a43b7f
Remove -L example: (#8365)
- according to: https://unixhealthcheck.com/blog?id=157
2022-08-19 08:14:41 +05:30
Sam Tay 278ac3f439
pbcopy: update page (#8372)
* pbcopy: fix stdin/stdout mixup in description

* Update pages/osx/pbcopy.md

Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io>

* Update pages/osx/pbcopy.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Conform pbcopy page to tldr standards

Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-08-19 12:21:09 +10:00
Emily Grace Seville e7eae6c772
bash: refresh page (#7980)
* Refresh a page:
- better grammar
- better token syntax

* Simplify `-s` example
2022-08-18 17:53:37 -07:00
K.B.Dharun Krishna 42161e882c
aws-ec2: Reorder commands in page (#8355)
* aws-ec2: Update page

* aws-ec2: update page(de)

* aws-ec2:Update page(fr)

* aws-ec2:Update page(BR)
2022-08-16 13:14:21 +08:00
AriESQ 4bc6af6acc
git-config: add --show-origin example (#8357) 2022-08-16 07:34:51 +05:30
K.B.Dharun Krishna 94f53f368a
retroarch: add page (#8352)
* retroarch: add page

* Update retroarch.md

* Update pages/linux/retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update retroarch.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-08-15 07:31:06 +05:30
CleanMachine1 69f9775172
Update cd.md 2022-08-15 01:13:29 +00:00
Emily Grace Seville e6fb17a014
ed: refresh/add pages (#7933)
* Update common/ed.md

* Create osx/ed.md

* Prefer `a specific`

* Fix quoting in common/ed

* Fix quoting in osx/ed
2022-08-15 10:53:12 +10:00
Emily Grace Seville b31a2dc305
cd: update page (#8350)
* Refresh cd.md

* Refresh command description

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-15 09:12:35 +10:00
marchersimon bb28b5eccd
inotifywait: refresh (#8323) 2022-08-14 08:31:42 +05:30
K.B.Dharun Krishna df71ead8eb
toolbox: Reorder commands in page (#8343)
* Update toolbox.md

* Update toolbox.md
2022-08-13 11:07:18 +10:00
izokina a3d5656a8d
perl: fix -i option description (#8340) 2022-08-12 18:15:51 +05:30
marchersimon 1f147d6b91
pacman: use short options only (#8286) 2022-08-10 09:13:57 -03:00
Muhammad Falak R Wani 86c27744b0
pyenv: add example to list all installable versions (#8327)
* pyenv: add example to list all installable versions
* pyenv: add italian translation

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Suggested-by: Marco Bonelli <mebeim@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-10 16:27:12 +05:30
Gianni Young c8f003027f
termusic: add pages (#8324)
* termusic: add pages

* Update termusic.md

* Rename pages/termusic.md to pages/linux/termusic.md

* Update pages/linux/termusic.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/termusic.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/termusic.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/termusic.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/termusic.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 23:32:22 +05:30
K.B.Dharun Krishna 30238d0a1a
prctl: refresh command description (#8330) 2022-08-09 14:46:30 -03:00
Adrien Thebo e611295197
rpm-ostree: add page (#8277)
* rpm-ostree: add page

* rpm-ostree: amend example description wording

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* rpm-ostree: fix tldr variable syntax, drop install apply-live example

* Update pages/linux/rpm-ostree.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/rpm-ostree.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/linux/rpm-ostree.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 20:32:55 +05:30
CleanMachine1 6d4dc061c5
inotifywait: add --monitor command (#8278) 2022-08-08 19:12:39 +02:00
CleanMachine1 0b148c3071
gum: add page (#8314) 2022-08-08 15:12:22 +02:00
kai a703584eec
grub-bios-setup: add page (#8315)
* grub-bios-setup: add page

* grub-bios-setup: use better wording for example descriptions

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* grub-bios-setup: use better placeholder in example

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/grub-bios-setup.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* grub-bios-setup: add --directory example

* grub-bios-setup: add --directory example

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-08 09:21:30 +10:00
marchersimon 91099b4874
tlmgr-restore: add page (#8288) 2022-08-07 12:44:20 -03:00
Nicolas Kosinski d77ba3e21f
sdk: generalize for any SDKs and enhance explanations (#8232)
* sdk: generalize for any SDKs and enhance explanations

1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'.
Using the acronym for conciseness (the description explains the acronym).

2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use:

> It is important to realise that this will switch the candidate version for the current shell only.

3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'.
See https://sdkman.io/usage#listcandidates:

> This will render a searchable alphabetic list with name, current stable default version (...)

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 13:46:16 +00:00
marchersimon 1e83ba1d7e
tlmgr-repository: add page (#8289) 2022-08-06 22:44:04 +05:30
Nicolas Hansse cb0fe4c2c9
antibody, apg: add French translation (#8225) 2022-08-06 13:15:06 -03:00
Emily Grace Seville 4abe09f8b3
chmod: update placeholders in examples (#8300) 2022-08-06 08:41:59 +05:30
hellojukay 5772fa2b18
grafana-cli: add page (#8299) 2022-08-05 10:36:25 +02:00
K.B.Dharun Krishna 822a07003b
toolbox: add pages (#8280) 2022-08-05 09:31:03 +02:00
marchersimon a25714f556
hdparm: add read speed example (#8302) 2022-08-05 08:42:10 +05:30
marchersimon ef3797f12b
fc: remove subcommand mention (#8291) 2022-08-04 13:15:48 +08:00
Emily Grace Seville 289f1ad378
powershell: refresh page (#7984) 2022-08-03 23:41:30 +00:00
Ciubix8513 b66a8a728b
cc: add alias page (#8283)
* cc: add page

* Update pages/linux/cc.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 16:26:18 +08:00
Emily Grace Seville c31eeb4cd5
wine: refresh page (#8019)
* Refresh page:
- add new examples of running usual windows programs
- make examples more general

* Better grammar: remove `a`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 13:55:23 +10:00
Jakob Miksch 36da1e723f
gdalwarp: add page (#8274) 2022-08-02 15:33:47 +02:00
Nicolas Hansse bff1487aa0
aria2, aria2c: add French translation & page edit (#8253) 2022-08-02 13:13:12 +02:00
martín 515e8473e8
fix(en/flameshot): delay should be milliseconds (#8276) 2022-08-01 23:55:21 +00:00
marchersimon f1792178bd
tlmgr-conf: add page (#8188) 2022-08-01 10:32:44 -03:00
Jakob Miksch 6ab6eb95de
gdal_translate: add page (#8272) 2022-08-01 08:13:15 -03:00
Peder Bergebakken Sundt 687415d81c
vgmstream_cli: add page (#7956) 2022-07-31 17:36:01 -03:00
K.B.Dharun Krishna 5b674f5317
uname: add page (#8248)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-30 22:15:36 +05:30
pixel 3e12416728
pkg-config: move to common (#8267) 2022-07-30 11:08:42 -03:00
marchersimon 236c68f8a8
nmcli-general, nmcli-networking: add page (#8264)
* nmcli-general: add page

* nmcli-networking: add page
2022-07-30 22:23:57 +10:00
git-em 1dc747127b
cmp: refresh page (#7822) 2022-07-30 12:05:02 +00:00
marchersimon 7484bb7311
ripgrep: add page (#8265) 2022-07-30 04:39:19 -03:00
Adrien Thebo a81d36d37f
make: add variable override example (#8249) 2022-07-28 18:57:54 +00:00
marchersimon 367d020a44
rustup-init.sh: add page (#8259) 2022-07-28 16:34:26 +00:00
Muhammad Falak R Wani b7c8b55849
docker-run: use long options for examples (#8262) 2022-07-28 10:03:27 -03:00
Adrien Thebo 4a9b06e3a9
security: add trusted cert add/remove examples (#8250) 2022-07-28 09:07:40 +02:00
leekuo 635fcfc9ae
ern: add page (#8229)
* ern: add page

* ern: fix end line colons

* ern: update based on review feedback

* ern: use infinite tense in desc over present

* ern: use infinitive tense in desc over present

* ern: update based on review part 2
2022-07-28 14:26:50 +10:00
Philipp Moers b0c73a81b9
picom-trans: add page (#8244) 2022-07-27 23:44:50 +00:00
Philippe Massicotte 71a3b6921e
quarto: add page (#8254) 2022-07-27 23:38:16 +00:00
marchersimon df1c9855a7
*: add/edit more information link (#8255) 2022-07-27 08:38:46 -03:00
adamoudad 9619e5379b
xdg-settings: add page (#8215) 2022-07-27 08:05:48 -03:00
Nicolas Hansse 051f58297a
apktool, apm: add French translation, update (#8234) 2022-07-27 08:02:09 -03:00
marchersimon 42e2ab19f5
cargo-add: add page (#8246) 2022-07-27 08:00:12 -03:00
Avery ed1518e4ab
Fix broken link (#8251)
Add a link to the new helpdesk page
2022-07-26 00:40:22 +00:00
Jakob Miksch 5c490a50e8
gdal_contour: add page (#8200)
* gdal_contour: add page

* Apply suggestions from code review

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2022-07-25 13:30:54 +07:00
smyds b8c43c45ad
pdfxup: add page (#8196)
* pdfxup: add page

* pdfxup: change description to start with uppercase letter

* Update pages/linux/pdfxup.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/pdfxup.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/pdfxup.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* Update pages/linux/pdfxup.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* pdfxup: add explaination of the meaning of N-up

* Update pages/linux/pdfxup.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-07-24 12:01:29 +10:00
Axel Navarro ad38933fbb
helix: fix command name, hx: add page (#8242)
* helix: fix command name

* Update helix.md

* Create hx.md
2022-07-24 00:23:58 +08:00
CTome 2ff80e00a5
pyinfra: add page (#8238) 2022-07-22 07:57:13 -03:00
Youri Seichter 7600b42b82
psql: clarify default host behaviour (#8239) 2022-07-22 06:26:44 +05:30
Ethan Kinnear ee5e558613
cot: add page (#8205)
* cot: add page

* cot: fix name of command

* cot: change "done" to "finished"

* Update pages/osx/cot.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/osx/cot.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* cot: swap order of examples 2 and 3

* cot: specify that the window opens in the background

* cot: be more specific with the `--wait` example

* cot: remove "in the background"

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-07-22 02:07:20 +10:00
Adrien Thebo d6bb1c78b1
cmctl: add page (#8230) 2022-07-20 23:34:30 +00:00
Adrien Thebo 50170420d8
dpkg-query: add --search option, use long form of short options (#8228)
* dpkg-query: add --search option, use long form of short options

* Update pages/linux/dpkg-query.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages/linux/dpkg-query.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages/linux/dpkg-query.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* dpkg-query: use concrete examples for user-provided values

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-07-21 03:50:21 +10:00
Ethan Kinnear efd2a87d92
licensor: add page (#8204)
* licensor: add page

* licensor: use mnemonic for "placeholder"

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* licensor: place quotation marks outside of curly braces

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-21 01:27:18 +10:00
walking-octopus 6710d757da
duf: add page (#8171) 2022-07-20 10:03:20 -03:00
CleanMachine1 4ef9aa731f
rpi-eeprom-update: add page (#8195) 2022-07-20 14:41:16 +02:00
CleanMachine1 6f908d8392
smem: add page (#8163) 2022-07-19 11:16:27 -03:00
Ishaan Bhimwal 099ee26571
linux/*: fix typos (#8227) 2022-07-19 11:15:32 -03:00
kai 31325d9bd8
man: use long options in examples (#8216)
* man: use long options in examples
* man: move long options to /linux/
2022-07-19 07:45:19 +05:30
Pierre Rudloff 7d6bd2e6cc
varnishlog: add page (#8169) 2022-07-18 21:51:20 +00:00
marchersimon 30ec44ef43
zsh: add noglob example (#8179)
* zsh: add noglob example

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-07-18 11:50:16 +05:30
Onkar Ruikar 160b91ce95
dnf: add history example (#8220)
The history command shows well formatted installation log. Gives quick idea about what has happened so far.
Also, retrieve the list and repeat the same operations on the new system to get up and running quickly.
2022-07-17 22:33:59 +05:30
marchersimon 0039248eb4
calc: set help example as lastest example (#8149) 2022-07-16 17:52:27 -03:00
Muhammad Falak R Wani 91cd7a0be1
fuser: add example to kill processes bound to a specific socket (#8175) 2022-07-15 12:33:17 -03:00
Cobalt Canon 9650f7f3d5
lpr: fix -o sides example (#8170)
* lpr: updated

`lpr --help` yields:
`Usage: lpr [options] [file(s)]
Options:
-# num-copies           Specify the number of copies to print
-E                      Encrypt the connection to the server
-H server[:port]        Connect to the named server and port
-m                      Send an email notification when the job completes
-o option[=value]       Specify a printer-specific option
-o job-sheets=standard  Print a banner page with the job
-o media=size           Specify the media size to use
-o number-up=N          Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)
-o orientation-requested=N
                        Specify portrait (3) or landscape (4) orientation
-o print-quality=N      Specify the print quality - draft (3), normal (4), or best (5)
-o sides=one-sided      Specify 1-sided printing
-o sides=two-sided-long-edge
                        Specify 2-sided portrait printing
-o sides=two-sided-short-edge
                        Specify 2-sided landscape printing
-P destination          Specify the destination
-q                      Specify the job should be held for printing
-r                      Remove the file(s) after submission
-T title                Specify the job title
-U username             Specify the username to use for authentication`

Here, it says that that in stead of underscores at two_sided_long_edge, it should have dashes, two-sided-long-edge. Without these, the command is essentially useless.

* Update lpr.md

* Update pages/common/lpr.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/lpr.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-07-16 01:05:51 +10:00
Peter Babič 7e47ce4669
swaks: add page (#7767)
* swaks: add page

* fix colons

* Apply suggestions from code review

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:47:36 +10:00
Maksim Verkhoturov 50f543866e
brightnessctl: fix typo in decrease example (#8213) 2022-07-15 11:11:14 -03:00
Jakob Miksch 6415af8d84
gdalinfo: add page (#8162)
* gdalinfo: add page

* Update pages/common/gdalinfo.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Apply suggestions from code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:10:21 +10:00
Ethan Kinnear b8fecc0485
mate: add page (#8206) 2022-07-14 10:55:43 +05:30
Ethan Kinnear 3d8df897be
code: fix typo in --user-data-dir example (#8207) 2022-07-13 16:55:50 -03:00
Reinhart Previano Koentjoro dc3ec35560
invoke-webrequest: add page (#8177)
* windows/get-*: Add PowerShell-only notice

* Update pages/windows/get-childitem.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* windows/get-*: Change PowerShell notice

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* invoke-item: Add command

* invoke-item: Remove quotations whenever possible

* invoke-item: Put all asterisk globs inside parameters

* invoke-item: More asterisk inside parameters

* Update pages/windows/invoke-item.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages/windows/invoke-item.md

* invoke-webrequest: Add page with related aliases

* invoke-webrequest: Use LF instead of CRLF

* fix: Use -p parameter instead

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-07-13 00:41:24 +01:00
Pierre-Fournier83 2faf588055
ani-cli: add page (#8097) 2022-07-11 07:39:47 -03:00
kai 057f52541c
deluser: prefix examples with sudo (#8174) 2022-07-11 07:36:24 -03:00
marchersimon 88fd34d9f9
tlmgr-key: add page (#8193) 2022-07-11 07:35:03 -03:00
CleanMachine1 01b4aed752
nyxt: add page (#8186) 2022-07-11 07:31:20 -03:00
CleanMachine1 42bb014b2f
linux/*: fix spelling errors 2022-07-11 02:05:01 +02:00
CleanMachine1 e471999932
common/*: fix spelling errors 2022-07-11 02:04:06 +02:00
Bjørn Gustav Baklid 8f76214518
s3cmd: add page (#8074) 2022-07-10 02:19:35 -03:00
Muhammad Falak R Wani 6479bdea05
rpm: add --changelog example (#8176) 2022-07-10 02:15:34 -03:00
walking-octopus 5384a4f3a0
deb-get: add page (#8172) 2022-07-09 19:00:00 +02:00
CleanMachine1 59a15bf3a5
crontab: refresh (#8182) 2022-07-09 17:36:19 +02:00
Emily Grace Seville 5e2f4072bc
zip: add/refresh pages (#7996) 2022-07-06 22:47:47 +02:00
Bradley Wojcik 7c5c2a7ccd
docsify: add page (#8185) 2022-07-06 17:37:03 +02:00
cjc7373 6588dd7507
man: add -f example (#8180) 2022-07-05 13:36:45 +05:30
CleanMachine1 f3f405e9f6
htop: add change tab command (#8164) 2022-07-02 17:54:42 -03:00
Emily Grace Seville df0ad135f9
tcsh: refresh page (#7985) 2022-06-30 22:21:02 +00:00
CleanMachine1 c377b5b4f9
Merge branch 'main' of github.com:tldr-pages/tldr 2022-07-01 00:18:14 +02:00
CleanMachine1 fe3fa89cb5
*: fix spelling mistakes 2022-07-01 00:16:52 +02:00
xphade ba5ce39323
dos2unix, mac2unix, unix2dos, unix2mac: fix error in descriptions (#8082) 2022-06-30 19:58:39 +00:00
CleanMachine1 a082829909
Fix spelling mistakes 2022-06-30 21:57:34 +02:00
Alyx Ferrari 47c174cc7a
betterdiscordctl: add page (#8166) 2022-06-30 15:18:36 +02:00
Muhammad Falak R Wani 371ad36a88
tailscale-ssh: add page (#8151)
* tailscale-ssh: add page
* tailscale-ssh: cosmetic fixes

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-06-30 06:09:19 +05:30
yanhuan 32ddd0d9a7
crictl: add page (#8152) 2022-06-29 18:00:21 +10:00
Fazle Arefin f5348d25a4
nmap: update examples to be more practical and useful (#8099) 2022-06-28 22:56:49 +01:00
maniyar1 61763b2022
ld: add page (#7922) 2022-06-28 08:51:38 -03:00
Muhammad Falak R Wani 0dd0fcb430
pip: add install from requirements.txt example (#8161) 2022-06-28 03:35:03 -03:00
Axel Navarro b5bc4bbf18
adb-install: add -s example (#8159) 2022-06-28 10:26:43 +08:00
Imran ba01a1bfa4
hcloud: add page (#8147) 2022-06-28 09:28:05 +08:00
lakhininenina abd26a7780
cgroups: explicitly declare non-existent man pages (#8126) 2022-06-28 02:17:12 +01:00
Jakob Miksch c9654d05b7
gdal2tiles.py: add page (#8156) 2022-06-27 09:28:12 -03:00
Seth Falco 34fde6d16f
*: convert en-GB to en-US (#8155) 2022-06-27 07:23:12 -03:00
Ein Verne a5933966dd
flyctl: add page (#8144) 2022-06-27 07:21:01 -03:00
kai 270dda182e
eopkg: add page (#8158) 2022-06-27 07:19:09 -03:00
kai 6ae6a1bad2
visudo: add example (#8154) 2022-06-27 07:17:40 -03:00
Emily Grace Seville f9dd1e3c41
bash-it: add page (#7752) 2022-06-26 23:08:55 +01:00
Dr. Robert van Engelen 803e0814a6
ugrep: add page (#7972) 2022-06-26 15:48:35 -03:00
Emily Grace Seville 4b9caaea84
cut: refresh and add page (#7930) 2022-06-26 15:37:05 -03:00
Ethan Kinnear 337c1c06d0
rip: add page (#8121)
* rip: add page

* rip: change "arbitrary" to "specified"

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* rip: add "originally"

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* rip: change "undo" to "put back" and be clearer

* rip: change "all" to "every"

* rip: change "somewhere in" to "within"

* rip: change "files" to "files and directories"

* rip: use long version of `--decompose`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--inspect`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--seance`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--unbury`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `--seance --unbury`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* rip: use long version of `rip --seance`

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-06-26 15:32:42 +08:00
kai 56d6c3f0bc
gnome-screenshot: fix link (#8153) 2022-06-26 00:03:35 -03:00
marchersimon 829a51b024
calc: move from `linux` to `common` (#8148) 2022-06-25 02:10:35 -03:00
Kalaiarasan Somasundaram 944c6daeb7
chpasswd: add page (#8145) 2022-06-24 13:42:30 +02:00
Afz 9b9f486575
vifm: add page (#8140) 2022-06-21 11:08:05 -03:00
CleanMachine1 4e0e4d8b6d
sftp: add example (#8142) 2022-06-21 21:59:48 +08:00
Fabio Serragnoli 85a9e8993e
watch: add pipeline example (#8085) 2022-06-21 09:04:26 -03:00
vlfldr 61231d3224
tmsu: add page (#8132) 2022-06-21 09:00:38 -03:00
Carlo Mencarelli d978571862
cloud-init: add page (#8139) 2022-06-19 12:03:52 -03:00
CleanMachine1 828c05919f
journalctl: add --vacuum-time example (#8135) 2022-06-18 17:55:44 -03:00
Emily 95871dc69a
isisdl: add page (#8134) 2022-06-18 09:55:50 +05:30
lakhininenina 87adc08d60
waitress-serve: add more information link (#8128) 2022-06-15 07:41:55 -03:00
lakhininenina 8990244aaf
pwgen: add more information link (#8130) 2022-06-14 19:42:38 +00:00
lakhininenina 955fc50041
popd: add more information link (#8129) 2022-06-14 16:41:52 -03:00
Ethan Kinnear 127e12d609
ptpython, ptpython3: add page (#8125) 2022-06-14 09:23:23 -03:00
Jeff Bailey 5117156d2c
sqlite-utils: add list tables example (#8120) 2022-06-12 18:34:55 -03:00
lakhininenina e487a1b01b
cgroups: fix typo in command description (#8124) 2022-06-12 18:20:01 -03:00
Ethan Kinnear 75b303618b
eget: add page (#8122) 2022-06-13 00:07:56 +08:00
Bradley Wojcik 9a3bac6907
just: add page (#8119) 2022-06-08 09:48:55 -03:00
Emily Grace Seville 57aac78e0d
fish: refresh page (#7987)
* Refresh a page:
- better grammar
- better token syntax

* Add reading commands from stdin sample
2022-06-08 18:09:31 +10:00
Emily Grace Seville 9fad185656
csh: refresh page (#7986) 2022-06-05 02:15:56 -03:00
Michael Neeley 7e46b4a268
ffmpeg: replace with -vf and -r example (#8113) 2022-06-04 22:35:40 +08:00
Emily Grace Seville a026ac37c1
xed: add page (#8009) 2022-06-03 06:01:40 -03:00
CleanMachine1 386687af1e
gpg: add notice that command is often symlinked (#8110) 2022-06-03 03:03:11 +08:00
nikostr a7f4d79520
gpg: add signing and multiple recipients (#8111)
Update the `gpg` encryption example to indicate that multiple recipients and signing is possible. One use-case for multiple recipients is being able to send a file to someone while also retaining the option to decrypt it oneself.
2022-05-31 07:51:29 +05:30
Seth Falco 5d7574cb74
xdg-desktop-menu: fix incorrectly documented command (#8112) 2022-05-30 16:57:32 +00:00
Fazle Arefin be03105a28
hydra: expand example description for HTTPS webform credentials (#8104) 2022-05-30 08:42:28 -03:00
Fazle Arefin cf7215e832
msfvenom: add raw example (#8095)
* Use built in output option in msfvenom

* Add msfvenom example to generate bash reverse tcp handler

* Add newline to the end of msfvenom file

* Update pages/common/msfvenom.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-30 13:58:30 +08:00
Emily Grace Seville 4747947744
jq: refresh page (#7995)
* Prefer `a specific`
* Fix grammar errors
2022-05-29 08:32:22 +05:30
Seth Falco 73b6fd21fd
xev: fix typo (#8107) 2022-05-28 20:44:47 +05:30
Seth Falco 96b5eed73b
xmodmap: add page (#8106) 2022-05-27 08:31:47 +05:30
Fazle Arefin bd8c5082c7
xfreerdp: add examples (#8096) 2022-05-24 08:15:12 -03:00
Liu233w b9919a01fb
bindkey: add page (#8089)
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-22 22:19:41 +05:30
Seth Falco 17886acec8
xdg-desktop-menu: add page (#8102) 2022-05-22 12:02:24 -03:00
Jorge Medrano 2b0026d4fe
wal: fix examples (#8101)
pywal expects a path after the -i argument
2022-05-22 17:31:50 +10:00
Choi Young-jin 08e7d20281
vm_stat: add page (#8067)
* vm_stat: add page

* Update pages/osx/vm_stat.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-22 17:27:06 +10:00
Jeff Bailey 57932bf64f
sqlite-utils: add page (#8088) 2022-05-21 16:00:02 -03:00
Fazle Arefin 56c5f84976
hashcat: fix more information link (#8094) 2022-05-19 20:33:46 +00:00
Choi Young-jin 715be54612
prettier: add --write example for js and ts files (#8069) 2022-05-19 07:43:33 -03:00
Adrien Thebo 59e789fc73
nsenter: add namespaces examples (#8084)
add examples for multiple namespaces, procfs specified namespace
2022-05-18 20:35:46 -03:00
Fazle Arefin ab5154719a
hydra: replace telnet with brute force example (#8090) 2022-05-18 20:18:37 +05:30
Emily Grace Seville e23451ed20
krita, gimp: refresh page (#8011) 2022-05-16 09:38:04 -03:00
Emily Grace Seville cf51bfd7b8
flameshot: refresh page (#8022) 2022-05-16 09:35:38 -03:00
Martin Matous fb4ab2c11e
btrbk: add page (#7991) 2022-05-16 09:32:21 -03:00
toydotgame 6e60a5fd2d
cpupower: add page (#8073) 2022-05-16 09:29:57 -03:00
gitmpr 9659a81dc3
vboxmanage: fix typo in example (#8070) 2022-05-16 09:16:38 +01:00
Adrien Thebo bc8eae779f
conntrack: add page (#8081)
* conntrack: add page

* Update pages/linux/conntrack.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-05-14 17:06:22 +10:00
Adrien Thebo 74f72f6d82
lsns: add page (#8078) 2022-05-14 08:52:22 +05:30
Emily Grace Seville e92c24d49d
tac: refresh page (#8057)
* More general descriptions and better title

* Don't use `print` word

* More specific verb in first sample description:

- `display` -> `concatenate`

* Add `-b`/`-r`/`-s` examples

* Duplicate `tac` to `linux/`

* Highlight first option chars

* Add `See also` reference
2022-05-13 20:29:53 +02:00
Abreto Fu 69434ed5e8
Add an example for grep with color output (#8087) 2022-05-13 20:26:00 +02:00
Martin Matous 791abd7b78
rpm: use long arguments format (#8086) 2022-05-12 12:32:12 -03:00
marchersimon 7c6206b74f
wipeclean: add page (#8075) 2022-05-11 15:22:06 +00:00
Raizo62 17f090ba91
reptyr: fix command name : reptyr instead of reptry (#7978) 2022-05-09 21:54:39 +00:00
Julia Evans 39afceec30
nsenter: add --all example and refresh (#8003) 2022-05-08 18:26:45 -03:00
CleanMachine1 7698f52edf
efibootmgr: add clarity (#8079) 2022-05-08 18:22:34 -03:00
pixel c125fd3a96
aa: add page (#8083) 2022-05-08 18:19:48 +05:30
CleanMachine1 c2a5c86033
*: fix spelling mistakes (#8072) 2022-05-04 14:12:15 -03:00
marchersimon 2eefbce0c1
kdialog: add page (#8071) 2022-05-03 18:09:25 -03:00
Emily Grace Seville 991f974b9e
mate-calc: add page (#8013) 2022-05-02 08:00:37 -03:00
Reinhart Previano Koentjoro 6ed9681dbc
gh*, glab*: standardize documentation (#7957) 2022-05-02 07:55:38 -03:00
Shawn Allen 918891f311
perl: improve matching pattern example, arg consistency, etc. (#8043)
* perl: improve matching pattern examples

* perl: remove in-place find/replace sans -i'.old'

* perl: nix -0 from multiline find/replace example

* perl: update wording per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: update placeholders per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: update wording per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: update placeholders per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: update placeholders per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: update placeholders per code review

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: add more -e flag markers, tweak wording

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* perl: "print out" → "print"

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-30 12:39:53 +05:30
Erik Bartels 61805c1a25
jq: remove filename dangling quote (#8063) 2022-04-30 12:37:02 +05:30
Alex Treichler 3c31514691
dumpcap: add page (#8042) 2022-04-26 22:23:37 +00:00
Niklas 46e065db13
rich: add page (#8044)
* Create rich

* Update and rename rich to rich.md

* Update rich.md

* Update rich.md

* Update rich.md

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/common/rich.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* PR feedback

* Apply suggestions from code review

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-04-27 03:49:45 +10:00
Emily Grace Seville e759816928
pluma: add page (#8010) 2022-04-26 07:44:34 -03:00
Martin Matous 7abb9d313d
pw-cli: add page (#8029)
* pw-cli: add page

Signed-off-by: Martin Matous <m@matous.dev>

* Update pages/linux/pw-cli.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/pw-cli.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-25 21:53:49 +05:30
Gavi Sobell 1f99d907dc
Fixed spelling error (#8051)
From 'in-pace' to 'in-place'
2022-04-25 21:51:44 +05:30
Emily Grace Seville 36d481fa58
elvish: refresh (#7989) 2022-04-24 18:07:47 -03:00