1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00
Commit graph

13489 commits

Author SHA1 Message Date
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
Sebastiaan Speck
2bf1ddd453
lex: remove Spanish OSX page (#12039) 2024-01-08 20:50:11 +01:00
Sebastiaan Speck
54f284164d
check-pr: fix typo (#12038) 2024-01-08 20:38:24 +01:00
Sebastiaan Speck
b8252418d8
git, git-*: add and improve Indonesian translation (Part 4) (#12012) 2024-01-08 20:16:41 +01:00
Darío Hereñú
6ea54e41b6
sntp: add Spanish translation (#12017)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-01-08 20:14:16 +01:00
Juri Dispan
481c58fa75
cut: fix broken examples (#12015) 2024-01-08 20:04:20 +01:00
Mohammad Reza Soleimani
0075b1987d
cb, zm, ddgr, yard, you-get, django-admin: add Farsi translation (#12028) 2024-01-08 22:02:14 +05:30
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
Juri Dispan
f5484b3b71
*: fix typos in German translations (#12023) 2024-01-08 19:26:58 +05:30
Mohammad Reza Soleimani
8783826e79
cd, chmod: fix typo in Farsi translation (#12027) 2024-01-08 14:47:53 +01:00
Sebastiaan Speck
5db8155efb
sed: add Dutch translation (#12019)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 14:11:11 +01:00
Zhiyuan Pan
7426b41b08
grep, ps, unzip: add Chinese translation (#12007)
* grep, ps, unzip: add Chinese translation

* add newline at the end

* Update pages.zh/common/grep.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

* Update pages.zh/common/ps.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2024-01-08 20:19:10 +08:00
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
Mohammad Reza Soleimani
71364fb148
ani-cli, airpaste: add Farsi translation (#12022) 2024-01-08 12:57:01 +05:30
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
Darío Hereñú
55e9b7676a
lsappinfo: add Spanish translation (#12016) 2024-01-08 00:22:43 +05:30
Mohammad Reza Soleimani
ec8fa19ce0
MAINTAINERS: add @MrMw3 to collaborators (#12021) 2024-01-07 19:33:28 +01:00
Mohammad Reza Soleimani
f4e3e7a098
boxes, copyq, csvkit, csvpy: add Farsi translation (#12020) 2024-01-07 22:26:44 +05:30
Sebastiaan Speck
63ca39cd42
CODEOWNERS: add @MrMw3 as Farsi codeowner (#12009) 2024-01-07 17:26:19 +01:00
Alejandro Cervera
7cee84a707
pages.es/*: fix conjugation of descriptions (#12002)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-07 11:44:17 +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
K.B.Dharun Krishna
aa683b88c4
rmdir: fix more info link term in Arabic translation (#12010) 2024-01-07 11:37:25 +01:00
Sebastiaan Speck
d003e6bb9d
pages.pt_BR: update outdated pages (removals that needs a replacement) (#11975)
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-07 11:34:45 +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
Mohammad Reza Soleimani
0c1893ff8e
aria2c, composer, todo: add Farsi translation (#12014) 2024-01-07 13:35:30 +05:30
Thomas Baisley
52c7ebedde
wami: fix typo (#12013)
Fixed typo at line 3, 73
2024-01-07 13:32:15 +05:30
Sebastiaan Speck
31dd28e9a7
check-pr: only check if new platform-specific page exists as common duplicate (#11993) 2024-01-06 19:13:20 +01:00
Thomas Baisley
6cacb2d8f1
wami: add page (#12003) 2024-01-06 19:12:44 +01:00
Reinhart Previano Koentjoro
011fccf6d8
git, git-*: add and improve Indonesian translation (Part 3) (#11996) 2024-01-06 17:18:51 +01:00
Reinhart Previano Koentjoro
f54e16e0de
git, git-*: add and improve Indonesian translation (Part 2) (#11912) 2024-01-06 17:18:40 +01:00
Reinhart Previano Koentjoro
bb9741da91
git, git-*: add and improve Indonesian translation (Part 1) (#11911) 2024-01-06 17:18:30 +01:00
Mohammad Reza Soleimani
b3b47f296f
cppclean: add Farsi translation (#12006) 2024-01-06 21:01:36 +05:30
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
Mohammad Reza Soleimani
1842ae098e
calendar, atq, catimg: add Farsi translation (#12004) 2024-01-05 15:52:16 +05:30
K.B.Dharun Krishna
3a37343e59
pages.{ar,fa}: remove translated placeholders (#11997)
* pages.{ar,fa}: remove translated placeholders

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

* common-arguments: reword note

* rmdir: fix Arabic translation

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-05 15:48:59 +05:30
Alejandro Cervera
1c7f3d6e8f
MAINTAINERS: add @tricantivu as collaborator, CODEOWNERS: add @tricantivu for Spanish (#11998)
* CODEOWNERS: add @tricantivu for Spanish

* MAINTAINERS: add @tricantivu as collaborator

* MAINTAINERS: fix date for collaborator @tricantivu

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-05 12:06:06 +05:30
Mohammad Reza Soleimani
cace0abccd
7z, 7za, 7zr: update outdated Farsi pages (#12000) 2024-01-04 20:10:14 +01:00
Alejandro Cervera
69693b3c80
style-guide: document conjugation of descriptions in Spanish (#11995)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-04 17:29:35 +01:00
Mohammad Reza Soleimani
d2803b17f6
apk, bitwise, cal: add Farsi translation (#11992) 2024-01-04 20:18:19 +05:30
Sebastiaan Speck
a2fb16cabe
awk, b2sum, base{32, name, nc}: add Dutch translation; base64: update Dutch translation (#11979)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-04 15:13:11 +01:00
K.B.Dharun Krishna
bec82d3abb
MAINTAINERS: add @korECM as collaborator (#11990)
Closes #11892
2024-01-04 15:45:24 +05:30
Darío Hereñú
786b07b502
tar: update Spanish translation (#11676)
* tar: update Spanish translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-04 14:39:59 +05:30
Jérémy DECOOL
c8452d65cd
pbzip2: add page (#11978) 2024-01-04 13:41:13 +05:30
Vitor Henrique
c752d19374
style-guide: add emphasis section (#11971)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-03 15:19:45 +01:00
K.B.Dharun Krishna
1aed883831
COMMUNITY-ROLES: fix note, remove broken link reference (#11915)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-01-03 19:46:35 +05:30