Commit Graph

7648 Commits (f66f62814bd78369b3c5b360df62f6efda5ae408)

Author SHA1 Message Date
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
Emily Grace Seville 32c8eaf13a
adig: refresh page (#9714)
* Deprecate `specified` in favour of `specific`

* Apply suggestions from code review

* Apply suggestions from code review
2023-01-06 22:52:19 +10:00
Axel Navarro 1bf16d5ee9
amass: sort examples (#9724) 2023-01-04 17:32:27 +05:30
Emily Grace Seville 634a986fd0
Make placeholders more readable (#9708) 2023-01-04 20:51:43 +10:00
Emily Grace Seville 54524f0f10
cmd: (#9645)
- add mnemonics
- use generic placeholders as
  there are no long descriptive options before them
2023-01-04 20:46:12 +10:00
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
Emily Grace Seville d6699a289f
pm, settings: refresh pages (#9717)
* Refresh `pm`:
- simplify descriptions
- fix placeholder for keywords

* Refresh `settings`:
- deprecate `the` in favor of `a`

* pm,settings: update Tamil translation

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

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-03 22:23:22 +05:30
Emily Grace Seville cbb8ded234
acountry: refresh page (#9715) 2023-01-03 22:12:21 +05:30
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 bbd5f9073c
java_home: add page (#9685) 2023-01-02 09:03:50 -03:00
Emily Grace Seville 97b0abb633
am: add mnemonics (#9639) 2023-01-02 08:08:10 -03:00
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 ce223b4592
bugreport: replace `Show` with `Display: (#9643)
- standardization
2023-01-01 21:11:36 +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
Bill Kaguru Wanjohi d03096f087
autorandr: add change command (#9676)
* autorandr.md: add `autorandr -c`

and since that added some ambiguity, I edited the description for -l

* Update pages/linux/autorandr.md

--change instead of -c

* Update pages/linux/autorandr.md

use --load instead of -l

* autorandr: expand other short options
2022-12-30 10:19:21 +10:00
Roger b4ec029408
ss: add -K example (#9659)
* ss-kill-socket-connection

Kill Socket connection example

* Format compliance
2022-12-30 09:25:39 +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
Madawa De Silva ffc2a70437
pyrit: add page (#9230)
* pyrit: add page

* Apply suggestions from code review
2022-12-30 08:47:21 +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
Emily Grace Seville f7ab10ee92
nemo: refresh page (#8008)
* Sync `nemo` with `caja` page:
- standardize pages

* Fix placeholders

* Use `the current`

* Change title and simplify man page url

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

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-12-23 11:02:53 +07:00
Emily Grace Seville 34f8e09b55
id3v2: add page (#9653)
* Add `id3v2` command page

* Highlight names via backticks
2022-12-23 08:28:14 +05:30
Emily Grace Seville 8d2c5bcc88
qm-showcmd: (#9652)
- Use `specific` instead of `given`: standardization
2022-12-22 17:42:02 +05:30
Emily Grace Seville 9b51a5fb56
dalvikvm: refresh page (#9644)
* dalvikvm: add `specific` term

* dalvikvm: update Tamil translation

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-22 17:41:01 +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
Fernando Crespo aed340476f
windows/*: add page (#8783)
* Add some PowerShell related commands

* Include new pages for start-service, stop-service, set-service, show-markdown, resolve-path

* Include new pages for measure-command.md, tee-object.md, get-acl.md, and set-acl.md

* Include new pages for get-date, set-date, measure-object, sort-object, test-json, wait-process

* Remove i18n identifier from all added pages

* get-acl: Better wording and fix missing placeholder
sls: Use kebab-case for tldr view original command

* get-date: Better wording and change date string to ISO

* test-json: Better wording, generic json, and add one more example

* Add token {{}} to some missing places

* Apply suggestions from code review

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

* Fix typo on pages/windows/resolve-path.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/windows/measure-object.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-21 11:26:27 +07: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
pg99696 fb90656068
qm-showcmd: add page (#9243) 2022-12-21 03:50:16 +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
dinaisrael 78119c59cf
assoc: add `| more` example (#9314) 2022-12-20 07:18:16 +05:30
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
Liz GingerKiwi.Dev b74e8af584
ftxdiff: add page (#9177)
* Create ftxdiff

from page request: macOS Font Tools aka. Apple Font Tool Suite #8478 
Note: I'm a new dev, but experienced writer. This is my first docs PR. Feedback appreciated.

* Fix typos in ftxdiff.md

Fix typos including "Ending command descriptions with a period" "Example descriptions should end in a colon with no trailing characters"

* Update pages/osx/ftxdiff.md

* Update pages/osx/ftxdiff.md

add {{ FileName }} around file names

* Update pages/osx/ftxdiff.md

* Update pages/osx/ftxdiff.md

* Update pages/osx/ftxdiff.md

delete extra space

* Update pages/osx/ftxdiff.md

Add space between : and < in url

* Update pages/osx/ftxdiff.md

delete extra space on line 3

* Update pages/osx/ftxdiff.md

* Apply suggestions from code review as submitter failed to address them
2022-12-19 19:54:31 +10:00
Abhishek Srivastava 5b7e662dd6
qm-guest-exec: add page (#9133)
* qm-guest-exec: add page

* Added specified changes

* Update pages/linux/qm-guest-exec.md

* Update pages/linux/qm-guest-exec.md

* Update pages/linux/qm-guest-exec.md

* Update pages/linux/qm-guest-exec.md


* Apply suggestions from code review
2022-12-19 19:40:46 +10:00