Commit Graph

8573 Commits (65b52c687b7fef81b18abadc5828750979592b43)

Author SHA1 Message Date
cyqsimon bf0ef98a3d
lid: add page (#7578) 2024-01-10 07:01:38 +01:00
Vitor Henrique c14b68ffb9
jbang: add page (#12030)
* jbang: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-10 09:17:37 +05:30
Vitor Henrique 5ecd1ac7ea
umount: split common and util-linux implementations (#12045)
* umount: split common and util-linux implementations

* umount: remove additional newlines
2024-01-10 11:08:42 +08:00
Vitor Henrique fb6b981286
renice: split POSIX and util-linux implementations (#12047) 2024-01-09 22:18:23 +01:00
Sebastiaan Speck 73c8bd118f
cat, cksum, comm, cut, chcon, csplit: add Dutch translation (#11999)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2024-01-09 19:54:56 +01:00
Vitor Henrique 8b8d72e3e4
nala: improve description (#12031) 2024-01-09 14:41:18 +05:30
Vitor Henrique e782cbe1ca
perlbrew: add page (#12032)
* perlbrew: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-09 14:39:59 +05:30
Vitor Henrique 3c6f45734e
perldoc: add page (#12035) 2024-01-09 14:35:39 +05:30
Vitor Henrique 73cfa3a205
nvm, poetry, pyenv, rbenv: add asdf to see also section (#12034)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-09 14:34:06 +05:30
Vitor Henrique a8864329ff
ionice: move to linux/ and update page (#12042) 2024-01-09 14:28:07 +05:30
Vitor Henrique 8c478fccb8
kill: split POSIX and util-linux implementations (#12044) 2024-01-09 14:20:21 +05:30
Vitor Henrique 69122038cd
df: use manned.org in more info link (#12041) 2024-01-09 00:04:49 +01:00
Juri Dispan 481c58fa75
cut: fix broken examples (#12015) 2024-01-08 20:04:20 +01:00
Vitor Henrique 0ff4322026
tidy: add page (#12024)
* tidy: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 21:57:38 +05:30
Farhad Koushan 0ce0a6c094
gcloud-*: add pages (#11625)
* gcloud-*: add pages

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2024-01-08 19:29:32 +05:30
Sebastiaan Speck 13aa0a3a56
df: add Dutch translation (#12018)
* df: add Dutch translation

* df: add mnemonics

* Apply suggestions from code review

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 08:30:08 +01:00
Managor 6f40d0dc4b
pw-play: update page (#12026)
* pw-play: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 12:55:07 +05:30
Alejandro Cervera 0385654986
common/*: update pages of some POSIX special built-in utilities (#11956)
* exec, export, readonly, set, shift, trap: replace command descriptions

* exec, exit, export, readonly, set, shift, trap, exec, export: replace example descriptions

* exec, trap: replace "More information" links

* trap: remove prefix "SIG" from some command arguments

Although POSIX allows implementations to specify signal names without
the prefix "SIG", I will choose the most portable form.

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* set: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exec: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exit: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* readonly: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* set: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* shift: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* trap: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exec: explain environment of child process

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-07 19:38:34 -03:00
Gilad Alboher 8f4a2aeb27
VBoxManage-cloud: add page (#11727) 2024-01-07 20:52:03 +01:00
Vitor Henrique 309c097d02
df: split POSIX, FreeBSD, NetBSD, OpenBSD, osx and GNU (#11870)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-07 11:43:56 +01:00
Vitor Henrique c19a39c1d4
lex: add examples and add {Free,Net,Open}BSD pages (#11895)
* lex: add examples and add other BSD

* lex: fix OpenBSD man link

* lex: remove unsupported option from OpenBSD

* lex: apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* flex, lex: moving flex options to common/flex.md

* lex: mention `lex` alias to `flex`

* Update pages/linux/lex.md

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-07 14:44:19 +05:30
Thomas Baisley 52c7ebedde
wami: fix typo (#12013)
Fixed typo at line 3, 73
2024-01-07 13:32:15 +05:30
Thomas Baisley 6cacb2d8f1
wami: add page (#12003) 2024-01-06 19:12:44 +01:00
Andreas Diesner 11ada1bc24
jhead: add page (#12001)
* jhead: add page

add german translation

* jhead: fix wording

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-05 14:56:16 +01:00
Jérémy DECOOL c8452d65cd
pbzip2: add page (#11978) 2024-01-04 13:41:13 +05:30
Mohamed Taher Mosbah 43c5d58ce0
lsappinfo: add page (#11878)
* lsappinfo: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-03 19:16:48 +05:30
Mohamed Taher Mosbah 4e03c8f800
sntp: add page (#11877)
* sntp: add page

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-03 19:14:26 +05:30
Reinhart Previano Koentjoro 17687e028e
git-annotate: use short mnemonics (#11986) 2024-01-03 18:47:51 +05:30
Reinhart Previano Koentjoro 4bbfbd300c
git-check-*: use standard multiple path conventions (#11985) 2024-01-03 15:40:31 +07:00
Reinhart Previano Koentjoro 79dea90876
git-archive: remove equal signs from parameters (#11984) 2024-01-03 01:40:54 -03:00
Alejandro Cervera cdfd3cd17b
cat: remove examples with the option "-u" (#11983) 2024-01-03 09:44:34 +08:00
Vitor Henrique 10357b3fc0
wikit: move to common/ and add pt_BR translation (#11950)
* wikit: move to common/

* wikit: add pt_BR translation

* wikit: remove page from old directory

* wikit: fix pt_BR translation formatting

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:49:35 -03:00
Vitor Henrique 8bd5c25864
xwininfo: add page; xkill: update page (#11945)
* xwininfo: add page ant pt_BR translation

* xkill: update page and pt_BR translation

* xwininfo: update pt_BR translation

* xwininfo: fix ID casing and ellipsis

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

* xwininfo: fix ID casing in pt_BR

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:47:07 -03:00
Vitor Henrique 7e6956ed41
pw-top: add page (#11903)
* pw-top: add page

* pw-top: update page

* pw-top: add pt_BR translations

* pw-top: remove additional character

* pw-top: move to linux/

* pw-top: apply suggestions from code review

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>

* pw-top: fix PipeWire casing

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

* pw-top: fix PipeWire casing in pt_BR

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

* pw-top: remove help and version commands

* pw-top: remove help and version commands in pt_BR

---------

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:44:00 -03:00
Sebastiaan Speck 228a03df02
pages.pl: update outdated pages (#11923)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2024-01-01 19:53:36 +01:00
Sebastiaan Speck 3b8dd30d52
pages: fix typo (#11934)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-01 19:26:11 +01:00
Lambert Rao a41cba1b32
picgo: add page (#11943) 2023-12-31 21:17:18 +08:00
Vitor Henrique d5c93c019d
sed: add {Free,Net,Open}BSD pages (#11897)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-31 13:58:18 +01:00
OrginalS 7bc6b57f5d
shred: update page (#11724)
* shred: update page

Added -v option.
Changed --zero to -z to better match the format of other options.
Added final example combining all of the other options.

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-31 13:02:37 +05:30
Vitor Henrique c5508a288e
ab: add CSV example and update pt_BR translation (#11931)
* ab: add CSV example

* ab: update pt_BR translation

* ab: leave values as part of the commands
2023-12-31 12:48:26 +05:30
Vitor Henrique 8810d911fe
accelerate: leave value as part of the command (#11948) 2023-12-31 12:44:34 +05:30
K.B.Dharun Krishna dc1569dca1
pages/common: fix typos in placeholders (#11949)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-31 12:30:11 +05:30
Sebastiaan Speck 1b5bdce9a2
xz: write format as part of command (#11936)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-30 18:34:23 +01:00
Sohang Chopra fdf6549c43
rlwrap: add page (#11941)
* Added rlwrap command

* rlwrap: color prompt: shortened description

* rlwrap: Correct prompt colour usage (added = in command)

* rlwrap: suggestion by vitorhcl: an REPL -> a REPL

* rlwrap: Suggestion by kbdharun

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-30 14:02:38 -03:00
Vitor Henrique 21001221a3
lastlog: leave values as part of the commands (#11947) 2023-12-30 21:34:15 +05:30
Sebastiaan Speck f21e21ca64
docker-exec: fix typo (#11935) 2023-12-30 21:04:29 +05:30
Starbeamrainbowlabs 4fbffc4bc4
cs: fix grammar in description (#11944) 2023-12-30 20:59:04 +05:30
Vitor Henrique 702ba44042
wireplumber: add page; wpexec: fix typos (#11899)
* wirepumbler: add page

* wpexec: fix typos

* wireplumber: update page, fix typos

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-30 18:37:59 +05:30
Vitor Henrique e9cc39fade
pw-dot: add page (#11904)
* pw-dot: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
2023-12-30 18:36:53 +05:30
Sebastiaan Speck cdc6630810
jwt: escape placeholder (#11937) 2023-12-30 12:43:40 +05:30