Commit Graph

5342 Commits (73cc3d74328e18a47cea5c12c81c622e157b987b)

Author SHA1 Message Date
Emily Grace Seville cc0c6d3b4c
Use ellipsis-like syntax for `--scopes` (#9740) 2023-01-09 14:54:12 +10:00
Emily Grace Seville a3ccdaee45
nano: refresh page (#8055)
* Prettify nano:
- better grammar
- standardize page
- more general examples

* Better command title

* Add `Pico` mention in command title

* Update pages/common/nano.md

* Update pages/common/nano.md

* Apply suggestions from code review

* Update pages/common/nano.md
2023-01-08 18:07:06 +10:00
Emily Grace Seville 1ae9202d7e
rmdir: add/refresh pages (#7993)
* Create `rmdir` copy with long options

* Refresh pages:
- update title
- add `See also` link
- use brace expansion in examples
- refresh descriptions

* Use imperative mood in titles

* Don't use brace expansion
2023-01-08 01:33:17 +10:00
Emily Grace Seville 6cf81f993a
rm: add/refresh pages (#7994)
* Add `rm` page copy with long options

* Refresh title

* Refresh pages:
- better grammar/syntax
- `See also` links
- reorder examples

* Use imperative mood in titles

* Don't use brace expansion

* Use `and` instead of `/` for `-r` examples

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

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-01-08 01:31:17 +10:00
Emily Grace Seville b3bd91d502
mkdir: add/refresh pages (#7992)
* Create `mkdir` copy with long options

* Refresh mkdir command pages:
- new example for setting permissions
- better descriptions
 - better placeholders

* Use imperative mood in titles

* Don't use brace expansion

* Apply suggestions from code review

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

* Better describe -p flag

* Remove linux/mkdir because:

- mkdir is available on several platforms

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-01-08 01:30:52 +10:00
Emily Grace Seville e8a69508c9
zsh: refresh page (#7990)
* Refresh a page:
- better grammar
- better token syntax

* Add reading from stdin example

* Apply suggestions from code review

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

* Make page consistent with `pwsh` page

* Update pages/common/zsh.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>
2023-01-08 01:25:25 +10:00
Emily Grace Seville a5816f02eb
ksh: refresh page (#7982)
* Refresh a page:
- better grammar
- better token syntax

* Add reading commands from stdin sample

* Make page consistent with `zsh` page

* `See also` links simplified
2023-01-08 01:24:57 +10:00
Emily Grace Seville 69cce4fdf8
git credential-store: add page (#9735)
* Add `git credential-store` page

* Update pages/common/git-credential-store.md
2023-01-08 00:22:35 +10:00
Emily Grace Seville 35a7c7ce40
Add `git cvsexportcommit` page (#9736) 2023-01-07 22:09:05 +10:00
Axel Navarro 1bf16d5ee9
amass: sort examples (#9724) 2023-01-04 17:32:27 +05:30
K.B.Dharun Krishna 10bccbd1e4
rust/*: update path, add Tamil translation (#9637)
* rustup: add page

* rustc: add Tamil translation

* rustfmt: add Tamil translation

* rust/* : update path

* rustc: update Tamil translation

* Apply suggestions from code review

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-01-04 12:27:33 +08:00
Joel Tony 9eea97798b
scd: add page (#9224)
* Add sam2p

* Correct typo

* Add scd.md

* Fix formatting

* Delete sam2p.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md

* Update pages/common/scd.md
2023-01-03 13:46:55 +10:00
Gilles Quenot 1b05651161
cp: example using -t (#9706)
* Add example using -t

Think of:

    find . -name '*foobar*' -type f -print0 | xargs -0 cp -r DEST_DIR

All of the files passed by the pipe will remain in DEST_DIR

* cp: add missing ":" in description

* cp: fix typo

* Update pages/common/cp.md

* Fix typo
2023-01-03 13:34:10 +10:00
seedgou f8520a47ca
adb-logcat: remove hyphen (#9710) 2023-01-02 22:12:02 +05:30
Emily Grace Seville 4111fe9296
Add `xzcmp` page (#9704) 2023-01-02 20:47:30 +10:00
Andrew Smith 1a541e65c9
vite: add page (#9701)
* vite: add file

* vite: fix typo

remove extra space

* vite: add quotes to names
2023-01-02 20:21:30 +10:00
Emily Grace Seville 19e15a15a3
afconvert: add page (#9683)
* Add `afconvert` page

* Apply review suggestions from:
- https://github.com/tldr-pages/tldr/pull/9683/files#r1059363364
2023-01-01 14:42:32 +10:00
pixel f8a527b837
dd: split POSIX/BSD/GNU, sync pages, fix syntax (#9624)
* dd: split POSIX/BSD/GNU, sync pages, fix syntax

* Apply suggestions from code review

* Update dd.md

* Update dd.md

* Update dd.md
2023-01-01 14:34:56 +10:00
Emily Grace Seville dbda0fc755
unzip: refresh page (#7997)
* Refresh unzip page:
- more general descrptions
- more general examples

* Mention `zip` command

* Don't use brace expansion

* Update pages/common/unzip.md

* Use `list` term in the last example

* Apply suggestions from code review

* Fix command description

* Apply suggestions from code review
2022-12-31 08:51:52 +10:00
444B 65def218b7
gcpdiag: add page (#9678)
* Create gcpdiag.md

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

* Update gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md

* Update pages/common/gcpdiag.md
2022-12-31 08:39:28 +10:00
selfint 6698ecaed3
Update pv.md (#9658)
* fix 'stop at' option by including --size parameter
* replace -s and -S with their spelled out variants
2022-12-30 09:06:09 +10:00
yenaras 5435f46e8f
poetry: remove list command (#9677) 2022-12-27 16:27:40 +05:30
pixel ca92bb0050
binwalk: move to common (#9673) 2022-12-27 10:01:25 +05:30
Rail 2ceed8c839
czkawka-cli: add page (#9477) 2022-12-26 06:26:31 +05:30
Matthew Peveler 7c4d355193
qmv: add -f do example (#9661)
Co-authored-by: Marek Kowalczyk <marek.kowalczyk@mandarine.pl>
2022-12-25 16:16:50 +01:00
pixel 74082b4689
mumble: move to common (#9660) 2022-12-24 16:25:43 +05:30
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