Commit Graph

7036 Commits (2ff80e00a5a81b16aed0d822180a60835f65a696)

Author SHA1 Message Date
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