Commit Graph

9388 Commits

Author SHA1 Message Date
CleanMachine1
69f9775172 Update cd.md 2022-08-15 01:13:29 +00:00
Emily Grace Seville
e6fb17a014 ed: refresh/add pages (#7933)
* Update common/ed.md

* Create osx/ed.md

* Prefer `a specific`

* Fix quoting in common/ed

* Fix quoting in osx/ed
2022-08-15 10:53:12 +10:00
Emily Grace Seville
b31a2dc305 cd: update page (#8350)
* Refresh cd.md

* Refresh command description

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

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-15 09:12:35 +10:00
marchersimon
bb28b5eccd inotifywait: refresh (#8323) 2022-08-14 08:31:42 +05:30
K.B.Dharun Krishna
df71ead8eb toolbox: Reorder commands in page (#8343)
* Update toolbox.md

* Update toolbox.md
2022-08-13 11:07:18 +10:00
izokina
a3d5656a8d perl: fix -i option description (#8340) 2022-08-12 18:15:51 +05:30
marchersimon
1f147d6b91 pacman: use short options only (#8286) 2022-08-10 09:13:57 -03:00
Muhammad Falak R Wani
86c27744b0 pyenv: add example to list all installable versions (#8327)
* pyenv: add example to list all installable versions
* pyenv: add italian translation

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Suggested-by: Marco Bonelli <mebeim@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-10 16:27:12 +05:30
Gianni Young
c8f003027f termusic: add pages (#8324)
* termusic: add pages

* Update termusic.md

* Rename pages/termusic.md to pages/linux/termusic.md

* Update pages/linux/termusic.md

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

* Update pages/linux/termusic.md

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

* Update pages/linux/termusic.md

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

* Update pages/linux/termusic.md

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

* Update pages/linux/termusic.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 23:32:22 +05:30
K.B.Dharun Krishna
30238d0a1a prctl: refresh command description (#8330) 2022-08-09 14:46:30 -03:00
Adrien Thebo
e611295197 rpm-ostree: add page (#8277)
* rpm-ostree: add page

* rpm-ostree: amend example description wording

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

* rpm-ostree: fix tldr variable syntax, drop install apply-live example

* Update pages/linux/rpm-ostree.md

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

* Update pages/linux/rpm-ostree.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/linux/rpm-ostree.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>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 20:32:55 +05:30
CleanMachine1
6d4dc061c5 inotifywait: add --monitor command (#8278) 2022-08-08 19:12:39 +02:00
CleanMachine1
0b148c3071 gum: add page (#8314) 2022-08-08 15:12:22 +02:00
kai
a703584eec grub-bios-setup: add page (#8315)
* grub-bios-setup: add page

* grub-bios-setup: use better wording for example descriptions

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

* grub-bios-setup: use better placeholder in example

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

* Update pages/linux/grub-bios-setup.md

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

* grub-bios-setup: add --directory example

* grub-bios-setup: add --directory example

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-08 09:21:30 +10:00
marchersimon
91099b4874 tlmgr-restore: add page (#8288) 2022-08-07 12:44:20 -03:00
Nicolas Kosinski
d77ba3e21f sdk: generalize for any SDKs and enhance explanations (#8232)
* sdk: generalize for any SDKs and enhance explanations

1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'.
Using the acronym for conciseness (the description explains the acronym).

2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use:

> It is important to realise that this will switch the candidate version for the current shell only.

3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'.
See https://sdkman.io/usage#listcandidates:

> This will render a searchable alphabetic list with name, current stable default version (...)

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Update pages/common/sdk.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 13:46:16 +00:00
marchersimon
1e83ba1d7e tlmgr-repository: add page (#8289) 2022-08-06 22:44:04 +05:30
Nicolas Hansse
cb0fe4c2c9 antibody, apg: add French translation (#8225) 2022-08-06 13:15:06 -03:00
Emily Grace Seville
4abe09f8b3 chmod: update placeholders in examples (#8300) 2022-08-06 08:41:59 +05:30
hellojukay
5772fa2b18 grafana-cli: add page (#8299) 2022-08-05 10:36:25 +02:00
K.B.Dharun Krishna
822a07003b toolbox: add pages (#8280) 2022-08-05 09:31:03 +02:00
marchersimon
a25714f556 hdparm: add read speed example (#8302) 2022-08-05 08:42:10 +05:30
marchersimon
ef3797f12b fc: remove subcommand mention (#8291) 2022-08-04 13:15:48 +08:00
Emily Grace Seville
289f1ad378 powershell: refresh page (#7984) 2022-08-03 23:41:30 +00:00
Ciubix8513
b66a8a728b cc: add alias page (#8283)
* cc: add page

* Update pages/linux/cc.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 16:26:18 +08:00
Emily Grace Seville
c31eeb4cd5 wine: refresh page (#8019)
* Refresh page:
- add new examples of running usual windows programs
- make examples more general

* Better grammar: remove `a`

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

* Apply suggestions from code review

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 13:55:23 +10:00
Jakob Miksch
36da1e723f gdalwarp: add page (#8274) 2022-08-02 15:33:47 +02:00
Nicolas Hansse
bff1487aa0 aria2, aria2c: add French translation & page edit (#8253) 2022-08-02 13:13:12 +02:00
martín
515e8473e8 fix(en/flameshot): delay should be milliseconds (#8276) 2022-08-01 23:55:21 +00:00
marchersimon
f1792178bd tlmgr-conf: add page (#8188) 2022-08-01 10:32:44 -03:00
Jakob Miksch
6ab6eb95de gdal_translate: add page (#8272) 2022-08-01 08:13:15 -03:00
Peder Bergebakken Sundt
687415d81c vgmstream_cli: add page (#7956) 2022-07-31 17:36:01 -03:00
K.B.Dharun Krishna
5b674f5317 uname: add page (#8248)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-30 22:15:36 +05:30
pixel
3e12416728 pkg-config: move to common (#8267) 2022-07-30 11:08:42 -03:00
marchersimon
236c68f8a8 nmcli-general, nmcli-networking: add page (#8264)
* nmcli-general: add page

* nmcli-networking: add page
2022-07-30 22:23:57 +10:00
git-em
1dc747127b cmp: refresh page (#7822) 2022-07-30 12:05:02 +00:00
marchersimon
7484bb7311 ripgrep: add page (#8265) 2022-07-30 04:39:19 -03:00
Adrien Thebo
a81d36d37f make: add variable override example (#8249) 2022-07-28 18:57:54 +00:00
marchersimon
367d020a44 rustup-init.sh: add page (#8259) 2022-07-28 16:34:26 +00:00
Muhammad Falak R Wani
b7c8b55849 docker-run: use long options for examples (#8262) 2022-07-28 10:03:27 -03:00
Adrien Thebo
4a9b06e3a9 security: add trusted cert add/remove examples (#8250) 2022-07-28 09:07:40 +02:00
leekuo
635fcfc9ae ern: add page (#8229)
* ern: add page

* ern: fix end line colons

* ern: update based on review feedback

* ern: use infinite tense in desc over present

* ern: use infinitive tense in desc over present

* ern: update based on review part 2
2022-07-28 14:26:50 +10:00
Philipp Moers
b0c73a81b9 picom-trans: add page (#8244) 2022-07-27 23:44:50 +00:00
Philippe Massicotte
71a3b6921e quarto: add page (#8254) 2022-07-27 23:38:16 +00:00
marchersimon
df1c9855a7 *: add/edit more information link (#8255) 2022-07-27 08:38:46 -03:00
adamoudad
9619e5379b xdg-settings: add page (#8215) 2022-07-27 08:05:48 -03:00
Nicolas Hansse
051f58297a apktool, apm: add French translation, update (#8234) 2022-07-27 08:02:09 -03:00
marchersimon
42e2ab19f5 cargo-add: add page (#8246) 2022-07-27 08:00:12 -03:00
Avery
ed1518e4ab Fix broken link (#8251)
Add a link to the new helpdesk page
2022-07-26 00:40:22 +00:00
Jakob Miksch
5c490a50e8 gdal_contour: add page (#8200)
* gdal_contour: add page

* Apply suggestions from code review

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2022-07-25 13:30:54 +07:00