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

5316 commits

Author SHA1 Message Date
rockofox
7fe7f79904
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation

* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review

* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals

* Update pages.de/common/nix-collect-garbage.md
2022-12-22 11:11:42 +10:00
pixel
c70bae523e
cat: split POSIX, BSD and GNU and add 2 examples (#9623)
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-21 04:18:13 +01:00
Emily Grace Seville
8735fa6a4b
ar: refresh page (#9567)
* Refresh descriptions:
- add mnemonics
- use `specific` term

* Fix broken placeholders: wrong format

* Replace `.o` with `.ext`

* Don't use leading dashes

* Apply suggestions from code review
2022-12-20 19:27:15 +10:00
Emily Grace Seville
cf93879231
kdenlive: add page (#9545) 2022-12-20 09:52:57 +01:00
Darío Hereñú
f310c52eb5
bzip2: add examples (#9256) 2022-12-19 07:12:15 -03:00
Filip Makosza
7780e9d87d
coproc: add page (#9636)
* coproc: add page

* Fix formatting errors

* Fix formatting errors

* Update pages/common/coproc.md

* Update pages/common/coproc.md

* Update pages/common/coproc.md

* Update pages/common/coproc.md

* Update pages/common/coproc.md

* Update pages/common/coproc.md

* Fix phrasing and formatting

* Change capitalisation
2022-12-19 19:55:23 +10:00
Yu Dou
7c1c59c2c1
git-stash: add option show (#9571)
* git-stash: add command git stash show

* Join two examples
2022-12-17 18:33:38 +10:00
Azad Ansari
211f562cd6
aws-backup: add page (#9369)
* aws-backup: page added

* aws-backup: checks fixed

* aws-backup: checks fix

* Apply suggestions from code review as submitter failed to address them
2022-12-17 18:00:56 +10:00
Emily Grace Seville
c1a467c13a
touch: refresh (#7966)
* Don't use brace expansion syntax in last sample

* Use brace expansion without file extension

* Refresh page:
- better grammar in descriptions
- better command page description
- refresh examples

* Add `--no-create` option

* Better descriptions and placeholder:

- don't use brace expansion
- remove hint in braces

* Reduce repetition in placeholders

* Add OSx touch command

* Use imperative mood

* Apply suggestions from code review

* Apply suggestions from code review

* Use an actual value for --reference

* Use an actual value for -r

* Simplify placeholders and enhance descriptions

* Leave just common/touch.md

* Use short options

* Update "More information" link
2022-12-15 22:28:53 +10:00
Emily Grace Seville
2b7bb62092
sd: refresh page (#9595)
* Explicitly specify output stream:
- experimental format

* Fix file placeholder

* Quote command substitution

* Change the last example description
2022-12-14 22:43:44 +10:00
CleanMachine1
4f248c72fc
audacious: add page (#9621)
* audacious: add page

* Update pages/common/audacious.md

* Update pages/common/audacious.md

* Update pages/common/audacious.md
2022-12-13 23:40:18 +10:00
pixel
3c944f84c3
sed: split POSIX, GNU and BSD (#9609) 2022-12-13 13:53:24 +10:00
pixel
1bf6f4904d
gunzip: add stdin example (#9613) 2022-12-12 21:52:18 +00:00
Richard Mörbitz
e01871f1c9
git-merge-base: add page (#9382)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-12-11 02:12:03 +01:00
Juan Manuel Parrilla Madrid
75e5d87936
krunvm: add page, add Spanish translation (#9575) 2022-12-09 11:47:29 -03:00
Emily Grace Seville
1f49d278bc
trash-cli: refresh page (#9526)
* Fix placeholder format, reorder examples, and:
- enhance grammar

* Use `the current` more often

* Update pages/common/trash-cli.md
2022-12-08 16:58:13 +10:00
Emily Grace Seville
15493ebc15
fd: refresh (#9591) 2022-12-07 06:57:21 +01:00
K.B.Dharun Krishna
cb5a6d4757
asciinema: update link (#9593) 2022-12-06 16:27:25 +05:30
Emily Grace Seville
7717ca9f73
stty, tput: refresh pages (#9524) 2022-12-06 07:48:59 +01:00
pixel
263508cd44
*: replace file(s) syntax and add path/to/ to more things (#9592)
* Fix file(s) and more path/to

* Update pages.it/common/rm.md

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

* thanks emily your suggestion was dogshit

https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/common-arguments.md

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-06 16:47:56 +10:00
Rail
54239c32f4
waifu2x-ncnn-vulkan: add page (#9478) 2022-12-06 07:44:18 +01:00
Emily Grace Seville
992aac5077
okular: refresh page (#9535)
* Enhance descriptions

* Add missing `a` article

* Use imperative mood in the command description

* Apply suggestions from code review


* Update pages/common/okular.md
2022-12-05 21:42:50 +10:00
Emily Grace Seville
d61bc3f9e7
arduino-builder: refresh page (#9576)
* Use concrete value range for `-debug-level`:
- syntax suggestion source: #9564

* Simplify description where range syntax  applied

* Simplify default value note

* Simplify range syntax
2022-12-05 16:49:54 +10:00
Emily Grace Seville
a39b7589df
Use long options in bat page (#9590) 2022-12-05 08:23:02 +05:30
pixel
0d99563193
*: path/to/everything (#9589) 2022-12-04 19:12:49 +10:00
pixel
ab7a36fbe6
*: always backquote stdin, stdout and stderr (#9584) 2022-12-04 08:53:34 +01:00
pixel
5f7fd20ee2
mkfile: move to common (#9585) 2022-12-04 15:07:04 +10:00
K.B.Dharun Krishna
3cf67deadf
pages.ta/*: refresh page; git-blame: update path (#9573) 2022-12-03 11:35:38 +05:30
Emily Grace Seville
9765c9c3f4
aria2c: refresh page (#9577)
* Don't use undescore before number suffixes

* Quote all urls

* Fix broken filename placeholders

* Use `specific`

* Fix broken url placeholders: use ellipsis
2022-12-03 05:12:24 +10:00
Cyrus Yip
094dd0fe63
mount: add example of mounting for a specific user (#9572) 2022-12-02 09:52:55 +05:30
Emily Grace Seville
3268c09726
calligra*: add pages (#9565)
* Add `calligra` pages:
- `calligrastage`
- `calligrawords`
- `calligrasheets`

* Add examples without arguments

* Add `calligraflow` page

* Add `See also` links

* Simplify grammar for the last examples
2022-12-01 12:31:03 +10:00
Jeff Pratt
3902255cf4
lspath: add page (#9558)
* Create lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md

* Update pages/common/lspath.md
2022-11-30 13:21:48 +10:00
Emily Grace Seville
7d5af884ed
spectacle: add page (#9552) 2022-11-30 04:12:16 +01:00
Remy Lagrois
bc2a4f0e2b
cbt: add page (#9563)
* add cbt command page and examples

* add colons

* linter edits

* couple more edits

* fam1,qual1,etc

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md

* Update pages/common/cbt.md
2022-11-29 15:02:09 +10:00
Sid
49a4608a3f
clangd: add page (#9419)
* clangd: add page

* Update clangd.md

* Added suggestions

* Update clangd.md
2022-11-29 14:58:56 +10:00
Emily Grace Seville
f25beb7f02
kate: refresh page (#9546)
* Refresh `kate` command description

* Enhance descriptions:
- remove mentioning editor name many times
- use backticks for i/o streams
- simplify descriptions

* Enhance first two examples:
- expand placeholders
- expand descriptions

* Error fixed

* Update pages/common/kate.md
2022-11-29 07:48:58 +10:00
Emily Grace Seville
1ab3e787b1
kdeconnect-cli: refresh page (#9553)
* Use lowerccase for placeholders

* Add missing quotes

* Enhance command description
2022-11-29 06:08:56 +10:00
K.B.Dharun Krishna
a0d6670d86
vim: Cross-reference pages (#9513)
* vim: Cross-reference pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Move See also to next line

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Apply suggestions from code review

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-11-29 05:25:47 +10:00
Cyrus Yip
70e2ec60cf
mount: add --mkdir example (#9555)
* mount: add --mkdir example

* remove unneeded space

* Update pages/common/mount.md
2022-11-29 05:22:44 +10:00
K.B.Dharun Krishna
9272721e5a
verilator: fix typo (#9559) 2022-11-29 04:36:58 +10:00
K.B.Dharun Krishna
bf494772ba
iverilog: update page (#9551) 2022-11-27 20:13:48 +05:30
n8x0b7T
2772f9750f
feroxbuster: add page (#9544) 2022-11-27 20:05:36 +05:30
Hugh Wimberly
519c7b04b1
pytest: add page (#9539) 2022-11-26 14:24:27 +05:30
acass91
3e13850ea4
verilator: add page (#9443) 2022-11-26 13:37:29 +05:30
pixel
f448f16cca
killall: split linux and common (#9550)
* killall: split linux and osx

* killall: oh

* mnenomic lol

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

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-11-25 02:44:48 +10:00
Cyrus Yip
452f60a27c
mkvmerge: add subtitle track example (#9521) 2022-11-24 07:02:59 +05:30
Thamaraiselvam (aka) Tham
463cc88df4
k3d: add page (#9273) 2022-11-23 20:40:39 +01:00
Saevyn
4dca0ab1fb
read: fix missing backslash (#7731) 2022-11-23 12:05:31 +01:00
Hugh Wimberly
098e5fc70b
poetry: update "dev dependency" example (#9540)
Since v1.2.0 Poetry has moved to a using a new syntax for adding development dependencies.
2022-11-22 16:43:19 +05:30
CleanMachine1
3fd8b8e7b2
qmmp: add page (#9509) 2022-11-20 13:10:09 +00:00