1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
Commit graph

4910 commits

Author SHA1 Message Date
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
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
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
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
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
Jorge Medrano
2b0026d4fe
wal: fix examples (#8101)
pywal expects a path after the -i argument
2022-05-22 17:31:50 +10:00
Jeff Bailey
57932bf64f
sqlite-utils: add page (#8088) 2022-05-21 16:00:02 -03:00
Choi Young-jin
715be54612
prettier: add --write example for js and ts files (#8069) 2022-05-19 07:43:33 -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
gitmpr
9659a81dc3
vboxmanage: fix typo in example (#8070) 2022-05-16 09:16:38 +01:00
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
marchersimon
7c6206b74f
wipeclean: add page (#8075) 2022-05-11 15:22:06 +00: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
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
CleanMachine1
381293d79f
git-show-unmerged-branches: add page (#8049) 2022-04-24 17:50:15 -03:00
CleanMachine1
47576728c8
git-show-merged-branches: add page (#8048) 2022-04-24 17:49:45 -03:00
Mathis Chenuet
ffb0d53765
nix: fix deprecated optimise-store example (#8050) 2022-04-24 17:48:12 -03:00
Ilya Pantsyr
3ed1a673c0
wondershaper: add page (#8034) 2022-04-24 16:00:17 +08:00
Emily Grace Seville
4bdc065c92
Add pinta page (#8024) 2022-04-19 15:03:08 +08:00
Emily Grace Seville
22d115ffec
Add mate-dictionary page (#8030) 2022-04-19 14:45:27 +08:00
Emily Grace Seville
34fa690979
code: refresh page (#8017)
* Refresh page:
- reorder examples
- better descriptions
- fix placeholder samples

* Replace `editor` with `Visual Studio Code`

* Enhance page title

* Simplify page title

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

* Enhance page title

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-04-16 12:42:11 +10:00
Julia Evans
d6513baeee
mtr: add --aslookup example (#8001) 2022-04-15 23:35:32 -03:00
Julia Evans
b1c9bce207
openssl s_client: add '-servername' (#8002) 2022-04-15 20:18:42 +08:00
Gabri Botha
870c730191
duc: add page (#7869)
* Create duc.md

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-15 17:48:20 +08:00
Emily Grace Seville
567b5a882a
nu: refresh page (#8005) 2022-04-15 00:44:09 -03:00
Emily Grace Seville
f0dacdbd20
jq: update page (#7945)
* Fix manual url

* Replace all old examples with new ones:
- executing expression/script
- accessing keys/array items
- mutating objects

* Remove backslash, but:
- syntax highlighting is broken

* Add russian jq translation

* Fix placeholders in translation

* Specify multiple array items/keys in examples

* Describe --arg option

* Join two examples:
- first
- fourth

* Fix generic command placeholders:
- use `cat path/to/file.json`
2022-04-13 11:45:18 +10:00
Steve-V
3f7ce811f7
zoxide: add --interactive to remove example (#7977) 2022-04-12 08:10:35 -03:00
Dina Basumatary
95024e8451
bq: add page (#7962)
* gsutil: add page

* bq: add page

* Revert "gsutil: add page"

This reverts commit 141468243f.

* Update pages/common/bq.md

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

* Update pages/common/bq.md

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

* Update pages/common/bq.md

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

* chore: applied PR recommendations

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-07 12:23:01 +02:00
Axel Navarro
7f30b7211e
mh_copyright: add page (#7910)
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-06 12:35:16 +05:30
hellojukay
2bf7c9a670
you-get: add page (#7948) 2022-04-03 12:25:08 -03:00