Commit Graph

5332 Commits (65cc9bf09cd8f0a4fd02709aa47853779b8adf94)

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