Compare commits

..

927 Commits
v2.0 ... main

Author SHA1 Message Date
Alejandro Cervera 9f89c45d13
scrot: add two examples (#11748)
* scrot: add two examples

* scrot: replace example description

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-15 23:52:09 +05:30
Juri Dispan 5f8536e2fd
pnmtoddif: add page (#11753) 2023-12-15 23:45:50 +05:30
HoJeong Im 769469e98a
adscript: add Korean translation (#11754) 2023-12-15 23:45:05 +05:30
Juri Dispan 3f588a07ea
pnmtile: add page (#11755) 2023-12-15 23:40:41 +05:30
Juri Dispan 73a4fa9506
pampop9: add page (#11756) 2023-12-15 23:40:15 +05:30
Juri Dispan 412ea35825
pnmsmooth: add page (#11757) 2023-12-15 23:38:54 +05:30
Juri Dispan 43da64b365
pnmshear: add page (#11758) 2023-12-15 23:38:07 +05:30
Sebastiaan Speck 948c5232c8
aireplay-ng: fix typo in URL (#11749) 2023-12-15 10:02:08 +01:00
Darío Hereñú 653ce03179
csrutil: fix Spanish typo (#11746)
Update csrutil: fix typo
2023-12-15 10:00:39 +01:00
Starbeamrainbowlabs 508cea7314
COMMUNITY-ROLES: document CODEOWNERS file (#11646)
* COMMUNITY-ROLES: Document CODEOWNERS file

* Update COMMUNITY-ROLES.md

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

* Update COMMUNITY-ROLES.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update COMMUNITY-ROLES.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update COMMUNITY-ROLES.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* COMMUNITY-ROLES: add licence clarification note

ref @kbdharun

* Update COMMUNITY-ROLES.md

Co-authored-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>
2023-12-15 11:39:34 +05:30
Reinhart Previano Koentjoro 2ee54b9032
pages.id/*: add and improve Indonesian translation (#11640)
* 7z, 7za, 7zr: update Indonesian translation

* common: imperative mood on Indonesian translation

* linux, osx, windows: imperative mood on Indonesian translation

* common, linux: add Indonesian translation

* powershell, pwsh: add Indonesian translation

* common: add Indonesian translation

* gcc: use standard file path template

* Update pages.id/common/gcc.md

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

* Update pages.id/common/gcc.md

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

* Update pages.id/common/7za.md

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

* Apply suggestions from code review

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

* Update pages.id/common/gcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages.id/common/7za.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update 7za.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update gcc.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* git-commit: update Indonesian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-15 08:49:58 +07:00
Sebastiaan Speck 36e4853e5d
qm-move-disk: update Dutch translation (#11743) 2023-12-15 01:15:23 +05:30
Sebastiaan Speck 1276a5b0f9
gnmic-subscribe: add Dutch translation (#11742) 2023-12-14 20:32:47 +01:00
Sebastiaan Speck d843e771fb
git-cola: add Dutch translation (#11741)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-14 19:27:54 +01:00
Sebastiaan Speck 6c8037db23
qm-import-disk: match with translations (#11739) 2023-12-14 23:09:49 +05:30
Gilad Alboher 5e2a144c37
aws-kafka: add page (#11696)
* aws-kafka: add page

---------

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 21:34:05 +05:30
K.B.Dharun Krishna 1b6a9a1536
docker-inspect: escape placeholders (#11733)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 21:32:43 +05:30
Gabe Livengood 9d865abee1
`test`: Use POSIX-compliant example for equals comparison (#11728)
* [: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.

* test: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.
2023-12-14 20:31:13 +05:30
Juri Dispan 5978942629
7z: remove file extension in -t example (#11738) 2023-12-14 14:33:42 +01:00
Juri Dispan 9d383ade68
*: fix typos in command names (#11730)
* *: fix typos in command names

* command name fixes in other languages

* fix incorrectly translated commands

* change incorrect file name

* qm move disk alias pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 17:41:19 +05:30
Sebastiaan Speck f1be2745a7
gh-codespace: add Dutch translation (#11737) 2023-12-14 13:08:48 +01:00
Sebastiaan Speck 9ff63cd7f7
gemtopnm: add Dutch translation (#11735) 2023-12-14 13:08:35 +01:00
HoJeong Im 62cb0d5d7b
atuin: add Korean translation (#11731) 2023-12-14 12:19:20 +01:00
Sebastiaan Speck ab4e370483
get-nodeversions: add Dutch translation (#11736) 2023-12-14 12:16:52 +01:00
Gilad Alboher 8fbe219b92
gcloud-sql-backups-describe: add page (#11722)
* gcloud-sql-backups-describe: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 10:06:45 +05:30
K.B.Dharun Krishna 6bdc5fed4e
chore(ci): bump `actions/setup-python` to v5, set version to 3.12; fix CODEOWNERS (#11726)
* chore(ci): bump actions/setup-python to v5, set version to 3.12

* test: specify workflow directory in CODEOWNERS
2023-12-14 10:04:07 +05:30
Ren Ma a95bc099de
!: add Chinese translation (#11709)
* !: add Chinese translation

---------

Co-authored-by: Ein Verne <git@einverne.info>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-13 12:07:55 +05:30
Gilad Alboher 70b20b7ae8
llm: add page (#11697)
* llm: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-13 12:07:11 +05:30
Darío Hereñú 63b089e6b5
helm-install: fix typo in Spanish translation (#11664)
* helm-install: fix typo in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-13 11:21:07 +05:30
Juri Dispan f9606bbcc5
style-guide: modify grouping placeholders section (#11723) 2023-12-12 05:33:35 +01:00
HoJeong Im cc4907814e
androguard: add Korean translation (#11721) 2023-12-11 11:49:54 +01:00
Alejandro Cervera 0076e3fc73
byzanz-record: add page (#11716)
* byzanz-record: add page

* byzanz-record: replace description

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* byzanz-record: wrap command name in description with backticks

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* byzanz-record: replace example

* byzanz-record: replace More Information link

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

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-11 08:55:14 +05:30
Darío Hereñú b4740f5135
grub-mkconfig: fix typos in Spanish translation (#11710) 2023-12-11 08:45:43 +05:30
Darío Hereñú deda8b5689
xdg-open: minor fix in Spanish translation (#11717) 2023-12-11 08:39:04 +05:30
Darío Hereñú ec127ec791
as: fix Spanish syntax issue (#11719)
Update as: syntax issue
2023-12-10 19:58:50 +01:00
Darío Hereñú 573ef595fd
yum: translate placeholders to Spanish (#11718)
Update yum: placeholder updated
2023-12-10 19:57:49 +01:00
Darío Hereñú d6c9846545
thunar: fix Spanish verb mode (#11715) 2023-12-10 19:54:57 +01:00
Darío Hereñú 5bd062ebc0
tcpkill: fix Spanish translation (#11714) 2023-12-10 19:54:19 +01:00
Darío Hereñú eea699958c
base64: edit page (#11720) 2023-12-10 19:52:57 +01:00
Darío Hereñú 1c7279c474
raspinfo: fix Spanish typo (#11712)
Update raspinfo: fix typo
2023-12-10 19:45:52 +01:00
Darío Hereñú 0434df342a
man: update Spanish translation (#11711)
Update man: added translation
2023-12-10 19:45:30 +01:00
Sebastiaan Speck 862bbdf4e4
ykman*: add Dutch translation (#11707)
* ykman*: add Dutch translation

---------

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-10 18:03:15 +05:30
Isaac-Carrascal 53d5899e76
aws-ec2: add Spanish translation (#11706) 2023-12-10 12:41:46 +01:00
HoJeong Im 5d4fa5b5c6
ajson: add Korean translation (#11708) 2023-12-10 07:59:15 +01:00
Sebastiaan Speck 5721431fe1
clang: add Dutch translation (#11705) 2023-12-09 15:09:20 +01:00
Sebastiaan Speck 1e5987515a
ar: add Dutch translation (#11703) 2023-12-09 14:39:45 +01:00
Sebastiaan Speck 523c134aa1
clj: add Dutch translation (#11704) 2023-12-09 14:50:16 +05:30
Hahaha ac8b4a67bf
docker-{load,diff}: add French translation (#11684) 2023-12-08 23:09:17 +01:00
Reinhart Previano Koentjoro 4b9ccf7ab9
halt: fix page (#11702) 2023-12-08 18:48:28 +01:00
Darío Hereñú f0c2f8c277
apt-add-repository: fix typo in Spanish translation (#11700) 2023-12-08 06:51:46 +01:00
Lena 6ac59acdfa
ykman: update page; ykman-{config,fido,oath,openpgp}: add page (#11698) 2023-12-08 06:51:19 +01:00
K.B.Dharun Krishna 27c6fcc0ec CONTRIBUTING: minor fixes
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2023-12-08 03:30:02 +00:00
K.B.Dharun Krishna 1683b15205 CONTRIBUTING: add tip about pre-commit hook
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-08 03:30:02 +00:00
K.B.Dharun Krishna 4c0855c7e3 CONTRIBUTING: fix typo
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-08 03:30:02 +00:00
K.B.Dharun Krishna 246e151e8f CONTRIBUTING: fix typo 2023-12-08 03:30:02 +00:00
K.B.Dharun Krishna 6bf91f8050 cleanup/contributing: update page
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-08 03:30:02 +00:00
Gilad Alboher 8c1df4a32e
gcloud-kms-decrypt: add page. (#11689)
* I have added gcloud-components_update.

* gcloud-kms-decrypt: new page

* deleted pages/common/gcloud-components_update: empty page

* gcloud-kms-decrypt: suggestions fix

* gcloud-kms-decrypt: suggestions fix
2023-12-07 16:01:48 +01:00
K.B.Dharun Krishna b39b125f3b
gcloud-{logging-logs-list, sql-export-sql}: add page (#11695)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: danielsagie <137056545+danielsagie@users.noreply.github.com>
2023-12-07 16:01:19 +01:00
danielsagie 511ed7af54
gcloud-{components-install, config-set}: add pages (#11679) 2023-12-07 15:15:04 +05:30
Gilad Alboher 30d80a3774
gcloud-info: new page (#11690) 2023-12-07 15:12:15 +05:30
Lena b064cde9cf
gpg-card: add page (#11685) 2023-12-07 05:19:53 +01:00
Gilad Alboher 570393df9b
gcloud-components-update: add page (#11682) 2023-12-07 05:16:08 +01:00
Weihang Zheng 51b9299748
mysqlsh: add page (#11672)
* mysqlsh: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-06 22:29:56 +05:30
Darío Hereñú 74cd86395d
nest: fix typo in Spanish translation (#11675) 2023-12-06 12:48:13 +05:30
Darío Hereñú 6b727e7e1c
yes: fix typos in Spanish translation (#11678) 2023-12-06 12:47:55 +05:30
Darío Hereñú 26b815c369
krunvm: fix typos in Spanish translation (#11673) 2023-12-06 12:47:33 +05:30
Darío Hereñú c313d591cf
tree: fix typo in Spanish translation (#11677) 2023-12-06 12:47:10 +05:30
HoJeong Im 8291123e9a
atrm: add Korean translation (#11674) 2023-12-06 08:05:21 +01:00
Valentin f048a476e5
vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page (#11667)
* vboxmanage: update page; vboxmanage-{controlvm, extpack, list, showvminfo, startvm}: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-06 07:10:47 +05:30
Sebastiaan Speck 78f233ab92
systemd-sysext: add Dutch translation, update page (#11670) 2023-12-05 21:53:39 +01:00
Jonas 57ebe8d03f
ipconfig: add German translation (#11668)
* ipconfig: add German translation

* change descriptions to imperative form

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-12-05 21:48:21 +01:00
Darío Hereñú 769c32b279
git-reset: update Spanish translation (#11663) 2023-12-05 20:02:10 +05:30
Darío Hereñú 3fe83f0c63
git-pull: fix typos in Spanish translation (#11660) 2023-12-05 20:01:45 +05:30
Darío Hereñú 8ee132da6d
git-checkout: fix typos in Spanish translation (#11657) 2023-12-05 20:01:10 +05:30
Darío Hereñú 161755d09d
git-mv: fix typo in Spanish translation (#11658)
Update git-mv: fix typo
2023-12-05 15:29:19 +01:00
Darío Hereñú b1e54db054
git-pr: fix typos in Spanish translation (#11659)
Update git-pr: fix typos
2023-12-05 15:28:57 +01:00
HoJeong Im 65acdc0bee
afconvert: add Korean translation (#11666) 2023-12-05 19:56:17 +05:30
Darío Hereñú 2b3b55605c
kill: fix typo in Spanish translation (#11665) 2023-12-05 19:55:37 +05:30
Juri Dispan fd11770970
xteddy: add page (#11656)
* xteddy: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-05 15:18:50 +05:30
Isaac-Carrascal a15cc7f42d
gcloud-version: add page (#11647)
* gcloud-version: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-05 13:35:50 +05:30
K.B.Dharun Krishna 2793c40467 style-guide: fix list
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-04 21:26:19 +00:00
K.B.Dharun Krishna b6b3520d72 style-guide: fix typo 2023-12-04 21:26:19 +00:00
K.B.Dharun Krishna 81b01c8c6b style-guide: update page
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 9933b7bdd8 style-guide: clarify mnemonic guidelines 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 4a1f8a8012 Update contributing-guides/style-guide.md 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro eab7e5cdcb Update contributing-guides/style-guide.md
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 4fec07719d style-guide: clarify PowerShell range validation 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro e884d83b07 style-guide: add mnemonic translations 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 67f90450a4 style-guide: add mnemonic translations 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 8b8a2d2de0 style-guide: fix missing PowerShell alias types 2023-12-04 21:26:19 +00:00
Reinhart Previano Koentjoro 584688c0c9 style-guide: add short option mnenonics, and windows- and powershell-specific rules 2023-12-04 21:26:19 +00:00
Hetav Pandya 78e3bd99ab
ripmime: add page (#11654)
* Add page for ripmime cmd under Linux

* ripmime: fix typo

* ripmime: implement suggestions

* ripmime: Fixed dir name
2023-12-04 18:39:38 +01:00
Sebastiaan Speck 2840865f7a
ps-nvm: update Dutch translation (#11655) 2023-12-04 22:18:43 +05:30
Isaac-Carrascal 5ef6b912a5
gcloud-init: add page (#11626)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-04 14:17:08 +01:00
Sebastiaan Speck f572389ad5
pages.nl/*: add Dutch alias pages (#11650) 2023-12-04 12:35:05 +01:00
Sebastiaan Speck 6c524b5579
pages.nl/*: update Dutch translation (#11649) 2023-12-04 11:58:55 +01:00
HoJeong Im c628002157
acyclic: add Korean translation (#11653) 2023-12-04 10:47:59 +05:30
HoJeong Im c18cf64fb0
agate: add Korean translation (#11648) 2023-12-04 01:23:01 +05:30
Isaac-Carrascal 3911afaf40
aws-s3-website: add page (#11642)
* aws-s3-website: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-03 21:13:23 +05:30
Reinhart Previano Koentjoro d6d4561c17
pages*: fix documentation mistakes (#11641)
* a2ping: minor fixes

* ab: fix mnemonics

* ab: fix mnemonics

* ab: fix mnemonics

* abduco: add mnemonics

* accelerate: use Hugging Face as a trademark

* ack: highlight grep as a command

* acme.sh: highlight certbot as command

* act: add mnemonics

* ag: highlight ack as command

* age-keygen: add Oxford comma

* linux/shutdown: add mnemonics

* airdecap-ng: use Oxford comma

* alex: use standard path name template
2023-12-03 19:59:57 +07:00
K.B.Dharun Krishna d37286b327
aws-s3: add subcommand mention (#11644) 2023-12-03 12:35:21 +01:00
Sebastiaan Speck 65af731480
bundle: add Dutch translation, fix placeholders (#11638) 2023-12-03 12:29:14 +01:00
Sebastiaan Speck bacf1ba47f
env: add Dutch translation (#11639) 2023-12-03 12:11:31 +01:00
Starbeamrainbowlabs c4d0702cd0
CODEOWNERS: add @sbrl, @sebastiaanspeck and @kbdharun for specific directories (#11645) 2023-12-03 00:11:32 +05:30
Sebastiaan Speck e0a654dcc2
transmission-cli: update Dutch translation (#11637) 2023-12-02 19:27:48 +01:00
Sebastiaan Speck c8ab1b0827
transmission-show: fix typo in Dutch translation (#11630) 2023-12-02 10:04:44 +01:00
HoJeong Im 64bf158a07
avo: add Korean translation (#11636) 2023-12-02 09:43:07 +01:00
Juri Dispan ee1478533d
clang, clang++, gcc, g++: edit page (#11629) 2023-12-02 13:56:47 +05:30
Reinhart Previano Koentjoro 1b8d89e38d
getfileinfo, goku, w, xip: add Indonesian translation (#11628)
* getfileinfo, goku, w, xip: add Indonesian translation

* w: fix Indonesian translation
2023-12-02 13:42:42 +05:30
Darío Hereñú 4fdc60caa6
cpdf: update Spanish translation (#11634)
* Update cpdf: minor fix

* cpdf: fix placeholders in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-02 09:09:45 +01:00
Darío Hereñú 507dfebc78
docker: fix typos in Spanish translation (#11635)
Update docker: minor fixes
2023-12-02 09:08:44 +01:00
Reinhart Previano Koentjoro a7a4694016
getfileinfo, slmgr.vbs: fix documentation (#11627) 2023-12-02 11:53:50 +07:00
Sebastiaan Speck d78944fa43
pages.nl/common/*: add Dutch translation (#11620) 2023-12-01 16:53:03 +01:00
dependabot[bot] a25216ded7
build(deps): bump tj-actions/changed-files from 40.0.2 to 40.2.0 (#11624) 2023-12-01 14:31:06 +01:00
dependabot[bot] 71b685679d
build(deps): bump black from 23.10.1 to 23.11.0 (#11623) 2023-12-01 14:31:01 +01:00
Darío Hereñú d2c132039e
aws-rds: fix typo in Spanish translation (#11621) 2023-12-01 17:56:44 +05:30
Zhiyuan Pan 47e6495906
nvcc: add page (#11618) 2023-12-01 06:34:11 +01:00
Starbeamrainbowlabs 3b645a018b
rargs: add page (#11603)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 20:26:17 +01:00
Lena 0e7d2cea9c
playerctl: update page (#11616) 2023-11-30 23:39:30 +05:30
K.B.Dharun Krishna 862f4c9fa0
CLIENT-SPECIFICATION: add automatic platform detection suggestion, fix Markdown syntax (#11523)
* CLIENT-SPECIFICATION: add platform suggestion

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

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* CLIENT-SPECIFICATION: fix typo

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* CLIENT-SPECIFICATION: remove usage suggestion

* CLIENT-SPECIFICATION: update page

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* Update CLIENT-SPECIFICATION.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* CLIENT-SPECIFICATION: update changelog

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

* CLIENT-SPECIFICATION: fix description in changelog

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 23:31:27 +05:30
Sebastiaan Speck 1e1cc4df3b
ClamAV: add Dutch translation (#11615)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-11-30 17:20:25 +01:00
Sebastiaan Speck 549107eee2
todo: add Dutch translation (#11617)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-11-30 17:19:58 +01:00
Sebastiaan Speck 35376ee8a3
pages.nl/*: update page (#11614) 2023-11-30 21:44:49 +05:30
Sharun 9db3b97da5
pulumi-up: add page; pulumi: add subcommand mention (#11605)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 16:07:02 +01:00
Darío Hereñú 6fa40aef1f
7zr: fix typo in Spanish translation (#11608) 2023-11-30 16:05:23 +01:00
Darío Hereñú 0552f8f11a
7z: update Spanish translation (#11606) 2023-11-30 16:03:27 +01:00
Darío Hereñú f09e6ff87f
chatgpt: add Spanish translation (#11600) 2023-11-30 18:26:39 +05:30
Darío Hereñú 385598fc66
dotnet-restore: fix typos in Spanish translation (#11609) 2023-11-30 17:22:12 +05:30
Lena 908c9366c0
vboxmanage-*, exiqgrep: update page (#11604)
* exiqgrep: update page

* vboxmanage-*: update page
2023-11-30 09:27:59 +01:00
Darío Hereñú 36b7544540
dotnet-publish: fix typo (#11610)
Update dotnet-publish: fix typo
2023-11-30 09:20:07 +01:00
Darío Hereñú 846fc674e6
assimp: update Spanish translation (#11611)
Update assimp: verb mode
2023-11-30 09:19:39 +01:00
Reinhart Previano Koentjoro e44fd29d4c
windows/*: add more PowerShell commands (#11612)
* windows/*: add more PowerShell commands

* get-commandL fix typo

* Update install-module.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 08:09:50 +01:00
Jacques Hogge 218768cb40
vboxmanage-*: add page (#11598)
* VBoxManage-unregistervm : create & write markdown

* VBoxManage-clonevm : create & write markdown

* VBoxManage-createvm : create & write markdown

* VBoxManage-export : create & write markdown

* VBoxManage-import : create & write markdown

* VBoxManage-registervm : create & write markdown

* VBoxManage-registervm : add Title

* VBoxManage-unregistervm : add Title

* vboxmamange : correct typo

* Update pages/common/vboxmanage-clonevm.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* vboxmamange-* : rewrite to infinitive tense + change name exemple

* vboxmamange-* : change name exemple

* vboxmamange-* : add colon + add empty line

* Update pages/common/vboxmanage-import.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/vboxmanage-import.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/vboxmanage-import.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/vboxmanage-import.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/vboxmanage-import.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* vboxmanage-createvm : fix typo

* vboxmanage-export/import/clonevm : fix typo

* Update pages/common/vboxmanage-clonevm.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* vboxmanage-registervm/createVM/cloneVM : correct password option error + correct typo

* VBoxManage-export : correct page

* vboxmanage-createvm : correct typo ostype

* vboxmanage-* : fix typo

* Update vboxmanage-registervm.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-29 22:46:27 +01:00
Sebastiaan Speck ef55f8e062
CODEOWNERS: add Waples as Dutch owner (#11559) 2023-11-29 21:40:11 +01:00
Juri Dispan bd9efef521
7z: update page (#11601) 2023-11-29 21:31:42 +01:00
Juri Dispan e839d56ebd
7zr: fix pt_PT translation (#11602)
7zr: fix pt_PT translations
2023-11-29 19:50:19 +01:00
ovigeek 9f8e6a1179
exiqgrep: add page (#11565)
* exiqgrep: add page

* exiqgrep: move from `common` to `linux`

* exiqgrep: add display message for bounce count

* exiqgrep: fix formatting

* exiqgrep: update page

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-29 19:54:35 +05:30
Darío Hereñú 01e85a1e81
arch: add Spanish translation (#11593)
* arch: add Spanish translation

* arch: fix spacing in Spanish translation

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* arch: minor fix in "See also" description

Signed-off-by: GitHub <noreply@github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-29 10:29:40 +05:30
Ana Aguilar 7d884ea5d9
make: add pt_BR translation (#11560)
* make: add pt_BR translation

* make: missing key

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/common/make.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-11-28 23:48:21 -03:00
HoJeong Im 5bb4f442d3
arp-scan: add Korean translation (#11599) 2023-11-28 19:58:43 +01:00
Sanjinso 4986a3f134
chatgpt: add page (#11597)
* chatgpt: add page

* chatgpt: fix formating

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Removed trailing whitespace

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/chatgpt.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-28 15:29:45 +01:00
Darío Hereñú 229221713e
backupd: add Spanish translation (#11596) 2023-11-28 09:36:24 +05:30
Darío Hereñú 132a18fc2e
avbdeviced: add Spanish translation (#11595) 2023-11-28 09:35:36 +05:30
Darío Hereñú cdd9f387bc
automountd: add Spanish translation (#11594) 2023-11-28 09:34:36 +05:30
Darío Hereñú 3e4e1d9fa6
airportd: add Spanish translation (#11592) 2023-11-28 09:32:52 +05:30
Muralikrishnan d28edb194b
git-write-tree: add page (#11584)
* git-write-tree: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-27 20:47:54 +05:30
marcel 0c28ba9a9b
sg: add page (#11445)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-27 15:56:28 +01:00
Rolv Apneseth 93d05bf6b7
ollama: add page (#11590)
* ollama: add page

* ollama: move page to common

* ollama: add example for running a model with a single prompt

* Update pages/common/ollama.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-27 13:15:27 +01:00
HoJeong Im 8ec0d6f6b3
boxes: add Korean translation (#11591) 2023-11-27 11:48:55 +01:00
Sebastiaan Speck 389a618ba0
distrobox-*: two-lined descriptions (#11573) 2023-11-26 18:02:06 +01:00
Sebastiaan Speck cd18d0fe20
pages.nl/common/*: add Dutch translation (#11582) 2023-11-26 18:01:32 +01:00
Snowflake 51be3f6f21
fish: add Chinese translation (#11589) 2023-11-26 15:49:26 +01:00
Darío Hereñú c22cf366c1
say: add Spanish translation (#11587)
* say: add Spanish translation

* say: fix typos in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-26 15:27:48 +05:30
Lena 1e6e51ef22
systemd-id128: fix typo; systemd-cryptenroll: update page (#11588)
* systemd-id128: fix typo

* systemd-cryptenroll: update page
2023-11-26 15:10:47 +05:30
Lena 41d50ecb2f
swayidle: add page (#11586) 2023-11-26 08:00:42 +01:00
Darío Hereñú 6e6f736df2
look: add Spanish translation (#11585)
* look: add Spanish translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-25 21:33:04 +05:30
leoTlr 4da53e7db5
scp: add proxy example (#11567) 2023-11-25 08:00:05 +01:00
HoJeong Im 513a6cd893
asciitopgm: add Korean translation (#11583) 2023-11-24 12:20:02 +01:00
Darío Hereñú bd81725879
mktemp: add Spanish translation (#11558) 2023-11-23 18:01:12 +01:00
Valentin Vetter ef5c47d934
ncu: add use cases, use long options (#11555)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-23 16:19:41 +01:00
Sebastiaan Speck 6b7708d274
nm, rm, xz: add Dutch translation (#11546)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-11-23 14:58:33 +01:00
Sebastiaan Speck fe6de50f35
pages.nl/*: update pages (#11574) 2023-11-23 14:58:02 +01:00
Sourav-Kumar-Panda 62b41afe29
aws-dynamodb: add page (#11570)
* aws-dynamodb: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-23 19:27:27 +05:30
Sourav-Kumar-Panda 2988906b8c
aws-eks: add page (#11577)
* aws-eks: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-23 19:25:40 +05:30
Sebastiaan Speck c7810095ad
pages/*: align "See also:" lines (#11572) 2023-11-23 14:55:03 +01:00
K.B.Dharun Krishna 5374b2bdea
tldr: add Tamil translation (#11548) 2023-11-23 14:50:51 +01:00
Snowflake f11333661d
ffsend: add Chinese translation (#11532) 2023-11-23 14:49:46 +01:00
Sebastiaan Speck 6c57d1de51
fossil-*: add Dutch translation (#11571) 2023-11-23 14:43:05 +01:00
HoJeong Im 040c94dfa0
atq: add Korean translation (#11576) 2023-11-23 06:52:34 +01:00
Darío Hereñú 4d03873c18
systemsoundserverd: add Spanish translation (#11563) 2023-11-23 10:31:45 +05:30
Darío Hereñú 37d086fa2b
scutil: add Spanish translation (#11564)
* scutil: add Spanish translation

* scutil: fix placeholders in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-23 10:31:31 +05:30
Luka Markušić f3764866db
ani-cli: fix flag for episode selection (#11575)
Specifying episodes is done with `-e`
2023-11-23 10:28:05 +05:30
K.B.Dharun Krishna 9836e5cb1b
django-admin: update link (#11566)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-22 21:03:25 +01:00
HoJeong Im 77bb606930
airshare: add Korean translation (#11562) 2023-11-22 17:14:38 +01:00
Sebastiaan Speck 02fe8f609e
tldr: update link (#11545) 2023-11-22 17:14:05 +01:00
Sebastiaan Speck e52bff3e50
case: update Japanese translation (#11556)
Use recommended More information translation for the page
2023-11-22 10:09:19 +05:30
Sebastiaan Speck 32271bc563
bat, cgclassify: add Dutch translation (#11544) 2023-11-21 23:59:31 +01:00
Hahaha 864e941267
docker-{pull,rename,rm}: add French translation (#11561)
* Create docker-pull.md

* Create docker-rename.md

* Create docker-remove.md

* docker-*: fix spacing in French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-21 22:14:03 +05:30
K.B.Dharun Krishna 1133aa0c2c
MAINTAINERS, CODEOWNERS: remove @marchersimon (#11554)
* MAINTAINERS: remove @marchersimon from Org
* CODEOWNERS: remove @marchersimon from German pages
2023-11-21 15:23:37 +01:00
mbsmith 3ae3df3008
hut: add page (#11535)
* hut: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-21 14:28:11 +05:30
Darío Hereñú 89c9e5ecc3
mysides: add Spanish translation (#11557)
* mysides: add Spanish translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-21 09:59:31 +05:30
Sebastiaan Speck 778555a1fb
send-to-bot: remove once, let the tldr-bot always comment (#11547) 2023-11-20 21:06:02 +01:00
Guillaume Bernard 1b66ca8aee
lvextend: fix typo, update link (#11553)
* fix: Update lvextend.md, missing +

* lvextend: update link

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-21 00:00:31 +05:30
Lena 9e19d0de84
tldr: update Polish translation (#11552) 2023-11-20 23:55:11 +05:30
HoJeong Im 38f70421c4
bb: add Korean translation (#11551) 2023-11-20 22:20:34 +05:30
Sergej Frank a330cda918
dalfox: add page (#11549) 2023-11-20 17:38:04 +01:00
t-mangoe eead50fd91
case: add Japanese translation (#11452) 2023-11-20 17:36:15 +01:00
Juri Dispan 0f0c9da99e
*: replace dead more information links (#11542)
* *: replace dead more informtion links

* dolt

* 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>
2023-11-19 22:07:13 +01:00
Paul Azema 3d64b04a87
sngrep: add page (#11501)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-19 21:35:52 +01:00
Lena e2cc1b76aa
curl, open, powershell, wget: remove "view in older versions of `tldr`" (#10851)
* curl, open, powershell, wget: remove "view in older versions of `tldr`"

* curl, open, powershell, wget: remove "view in older versions of `tldr`" in translations
2023-11-19 22:03:18 +05:30
HoJeong Im be3e45f965
anytopnm: add Korean translation (#11539)
[add]: add anytopnm.md for common
2023-11-19 16:28:44 +01:00
nazdridoy b75e5c0309
keepassxc-cli: replace invalid `lookup` command with `search` (#11541) 2023-11-19 14:32:25 +01:00
Darío Hereñú 4b0155cc3a
a2ping: add Spanish translation, fix command highlighting (#11529) 2023-11-19 06:49:28 +01:00
Lena f035f1bc78
tldr: update page (#11540) 2023-11-19 10:28:50 +05:30
John Vouvakis Manousakis 923e924e06
sacct: update page (#11482) 2023-11-18 21:40:14 +01:00
Sebastiaan Speck 4547f49a08
test: skip symlinked English folder and optimise the script (#11537)
* test: skip symlinked English folder and optimise the script

* Update test.sh

* Update test.sh

* Update test.sh

* Update test.sh

* Update test.sh

* Update test.sh

* Update test.sh
2023-11-18 11:48:52 +01:00
Ivan Dimitrov c544ed68bd
swaybg: add page (#11533)
* new swaybg page

* revivew changes

* review changes 2

* review 3
2023-11-18 11:46:47 +01:00
Sebastiaan Speck 6edd7d1854
check-pr: use better regex (#11525)
* check-pr: more descriptive message

* check-pr: better regex

* Update check-pr.sh
2023-11-17 23:15:25 +05:30
Lena 71a07e70c9
CLIENT-SPECIFICATION: fix typo, add a way to escape the placeholder syntax (#10730)
* CLIENT-SPECIFICATION: add a way to escape the placeholder syntax

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-17 23:08:01 +05:30
Hahaha 16045be14f
anki, anytopnm, argocd: add French translation (#11531) 2023-11-17 11:40:14 +01:00
Sebastiaan Speck 44315280cf
pages.nl/*: add Dutch translations (#11526) 2023-11-17 11:39:26 +01:00
HoJeong Im a1fe74ac82
screencap, settings, wm: add Korean translation (#11527)
* [add]: add screencap.md, settings.md, wm.md for android

* Update pages.ko/android/settings.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-17 13:18:50 +05:30
Darío Hereñú d7d5623372
a2ping: fix typo (#11528) 2023-11-17 11:49:03 +05:30
Sebastiaan Speck 1159595665
CI/codespell: only run on changed English files (#11518) 2023-11-16 20:37:37 +01:00
HoJeong Im e8b6460f33
pm: add Korean translation (#11524) 2023-11-16 19:40:16 +01:00
Sebastiaan Speck 11f0423514
ac, afconvert, airshare: fix typos in French translation (#11517)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-16 19:37:03 +01:00
AndrewJop b5aa71ca78
wiggle: add page (#11494)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
2023-11-16 15:55:31 +01:00
Shashank Hebbar ffe98e791a
systemd-id128: add page (#11514)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-16 08:13:25 +01:00
Sebastiaan Speck 2547b5a46c
CI/codespell: skip non-English pages (#11515)
* codespell: skip non-English pages

* CI/codespell: add non-English contributing-guides to skip
2023-11-16 08:50:51 +05:30
Sebastiaan Speck fdca74b9b4
style-guide: fix typo (#11516) 2023-11-16 00:28:40 +01:00
K.B.Dharun Krishna 96dab410f7
MAINTAINERS: remove @MasterOdin from Org (#11510) 2023-11-15 19:54:23 +01:00
Hahaha 67fa15a5f9
ac, afconvert, airshare: update French translation (#11506) 2023-11-15 19:52:31 +01:00
Sebastiaan Speck 41c6808216
subcommand-mention: add translations (#11469) 2023-11-15 12:58:59 +01:00
K.B.Dharun Krishna 6ff0a8d06f
pages.ta: fix outdated translation, linter errors (#11513) 2023-11-15 12:58:33 +01:00
Qwerty-Space b73b04ab15
speedread: add page (#11192)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-11-15 10:34:04 +01:00
HoJeong Im 544c3261cb
pkg: add Korean translation (#11511) 2023-11-15 10:31:48 +01:00
Darío Hereñú f389553a72
plutil: add Spanish translation (#11508) 2023-11-15 08:02:22 +01:00
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30
HoJeong Im 6aa178a6a2
logcat: add Korean translation (#11493)
[add]: add logcat.md for android
2023-11-15 09:56:26 +08:00
Leon 4886629da2
MAINTAINERS: add @leonvsc as collaborator (#11505) 2023-11-14 19:19:43 +01:00
Sebastiaan Speck aef7830806
powershell, pwsh: update page (#11497) 2023-11-14 16:37:36 +01:00
Sebastiaan Speck 8f1ca06f30
check-pr: add outdated-check (#11498) 2023-11-14 16:36:02 +01:00
K.B.Dharun Krishna b1fb8776a0
pages.ta: fix outdated translations (#11491)
* pages.ta: fix outdated translations

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

* ruby: fix typo in Tamil translation

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

* wget: minor fix in description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-14 14:33:34 +01:00
Sebastiaan Speck 1a7fa25051
CI/codespell: ignore subfolders (#11500) 2023-11-14 14:32:51 +01:00
K.B.Dharun Krishna ec531b230b
scripts/test.sh: remove TLDR005 from ignore list for languages (#11486)
* scripts/test.sh: remove TLDR005 from ignore list for languages

* scripts/test.sh: ignore TLDR005 in Chinese pages

* scripts/test.sh: fix indentation

* scripts/test.sh: reorder ignore list
2023-11-13 19:52:16 +05:30
Managor 9f69a3c857
kdesrc-{build, run}: update page (#11488)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-13 14:54:15 +01:00
Shashank Hebbar b90725a9cf
MAINTAINERS: add @quantumflo as collaborator (#11490) 2023-11-13 18:50:22 +05:30
Darío Hereñú b1899f6432
pod: add Spanish translation (#11483) 2023-11-13 15:18:18 +05:30
Shashank Hebbar dc150d9d17
systemd-confext: add page (#11479)
* systemd-tmpFiles:Add page

* Update and rename systemd-tmp-files.md to systemd-tmpfiles.md

* Update pages/linux/systemd-tmpfiles.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/systemd-tmpfiles.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* changes

* systemd-confext: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-13 10:46:20 +01:00
Eclipzze a4d2cb92a7
screencap: add German translation (#10844)
* German Translation screencap.md

* Update pages.de/android/screencap.md/screencap.md

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

* Update pages.de/android/screencap.md/screencap.md

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

* Apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: pixel <pixel+github@chrissx.de>

* Rename pages.de/android/screencap.md/screencap.md to pages.de/android/sscreencap.md

* Rename sscreencap.md to screencap.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-11-13 10:43:56 +01:00
HoJeong Im 49d0add0fd
input: add Korean translation (#11484) 2023-11-13 15:13:16 +05:30
Managor c17c47888c
kdesrc-build, kdesrc-run: add page (#11487)
* kdesrc-build: add page

* kdesrc-run: add page

* Update kdesrc-build.md

* Update kdesrc-build.md
2023-11-13 10:37:28 +01:00
Leon 047146f7f7
ansible: add Dutch translation (#11481)
* ansible: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-13 14:37:25 +05:30
Sebastiaan Speck f2bcd297e9
b2sum: fix typo in Tamil translation (#11485)
b2sum: fix tldr-lint issue
2023-11-13 14:20:49 +05:30
Sebastiaan Speck a804b95bca
powershell, pwsh: update more info link (#11480) 2023-11-13 07:06:11 +01:00
K.B.Dharun Krishna bee46b42e6
pages.ta: standardize placeholders, update pages (#11478)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-13 07:58:59 +05:30
Sebastiaan Speck 613f30030f
libtool: add page (#11454)
* libtool: add page

* Update libtool.md

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

* Update libtool.md

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

* Update libtool.md

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

* Update libtool.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-12 21:41:39 +01:00
Sebastiaan Speck 84fceb978b
scripts: make set-alias-page.py runnable (#11477) 2023-11-12 13:08:51 +01:00
Sebastiaan Speck ce09372706
pkgin: fix more info link (#11476) 2023-11-12 16:18:24 +05:30
Sebastiaan Speck 1d16dfa8d0
set-location: fix tldr-lint issue (#11475) 2023-11-12 16:17:54 +05:30
Sebastiaan Speck 75d9f61819
check-pr: add check to see if English page exists (#11470) 2023-11-12 10:48:15 +01:00
Reinhart Previano Koentjoro 159626c127
powershell, pwsh, windows/*: fix PowerShell conventions (#11465) 2023-11-12 16:46:05 +07:00
Snowflake 1027451fe5
deno: add Chinese translation (#11441) 2023-11-12 15:07:12 +08:00
Reinhart Previano Koentjoro 1cfdd6a1e3
cd: update Indonesian translation; set-location: add Indonesian translation (#11467)
* common, windows: improve Indonesian translation

* windows/cd: improve Indonesian translation

* set-location: improve Indonesian translation
2023-11-12 12:21:03 +05:30
Reinhart Previano Koentjoro b16c868c57
adb-logcat: add Indonesian translation; adb-install: update Indonesian translation (#11466)
* adb-install, adb-logcat: add Indonesian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-12 12:19:21 +05:30
Reinhart Previano Koentjoro f9cda373aa
freebsd, netbsd, openbsd: Indonesian translation (#11468) 2023-11-12 07:35:07 +01:00
HoJeong Im 7908468a62
getprop: add Korean translation (#11464) 2023-11-12 07:30:40 +01:00
Juri Dispan 9f9193e2ea
tar: fix grammatical errors in the German translation (#11461) 2023-11-12 08:41:48 +05:30
Lena 8da5a29a70
pages*: remove curly braces from example descriptions (#11462) 2023-11-12 08:38:58 +05:30
Sebastiaan Speck 02ed916a89
dnsdomainname: add page (#11450)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-11 19:38:45 +01:00
Sebastiaan Speck 4ea80ce3b3
check-pr: fix GitHub Action to gather the diff (#11425) 2023-11-11 19:35:12 +01:00
Sebastiaan Speck f39087a6dc
rsh: add page (#11459)
* rsh: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-11-11 21:32:18 +05:30
Sebastiaan Speck a4c4027419
rexec: add page (#11457)
* rexec: add page

* Update rexec.md

* Update rexec.md

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

* Update rexec.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-11-11 16:57:05 +01:00
Darío Hereñú 686f4ef026
!: add Spanish translation, fix placeholder in description (#11451)
* !: add Spanish translation

* !: fix placeholder in description

---------

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>
2023-11-11 21:12:46 +05:30
Sebastiaan Speck 83d1ae712b
libtoolize: add page (#11455) 2023-11-11 16:36:35 +01:00
Sebastiaan Speck 2c9dc2caa3
rcp: add page (#11456)
* rcp: add page

* Update rcp.md
2023-11-11 14:36:51 +01:00
Sebastiaan Speck 840dc73abd
rlogin: add page (#11458) 2023-11-11 14:31:22 +01:00
Shashank Hebbar 8be7e26173
systemd-machine-id-setup: add page (#11447)
* systemd-machine-id-setup: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-11-11 17:28:52 +05:30
Leon 3822dac865
androguard: add Dutch translation (#11443)
* androguard: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-11 16:40:59 +05:30
Leon b5a817576a
ani-cli: add Dutch translation (#11444) 2023-11-11 16:34:44 +05:30
Leon c68014bbbd
anki: add Dutch translation (#11446) 2023-11-11 16:32:48 +05:30
HoJeong Im 14c3820b96
dumpsys: add Korean translation (#11453) 2023-11-11 16:31:04 +05:30
Juri Dispan eeedc4ecf7
pamfunc, ppmchange, ppmcie, ppmcolormask, ppmdim, ppmdist, ppmfade, ppmforge: add pages (#11449)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-10 21:22:32 +01:00
Sebastiaan Speck d9b5c75330
choco-push: add page (#11438) 2023-11-10 14:42:48 +01:00
Sebastiaan Speck 47b71cbb5a
cgclassify: add page (#11437) 2023-11-10 13:30:26 +01:00
Sebastiaan Speck 6394a05f29
linux/*: add Dutch translation (#11427) 2023-11-10 15:50:55 +05:30
HoJeong Im 5504bd42f3
dalvikvm: add Korean translation (#11439) 2023-11-10 15:28:39 +05:30
Juri Dispan ac390f0fd0
pbmmake, pgmmake, ppmlabel, ppmmake, ppmmix, ppmntsc, ppmpat: add pages (#11435)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-10 09:41:41 +01:00
Juri Dispan 4529c9b110
pamoil, pgmbentley, pgmdeshadow, pgmoil, ppmrainbow, ppmrelief, ppmshadow, ppmshift, ppmspread, ppmtoacad, ppmtobmp, ppmtoicr: add pages (#11433) 2023-11-10 09:50:47 +05:30
Juri Dispan 83d378125b
ilbmtoppm, pcxtoppm, ppmtoilbm, ppmtoleaf, ppmtomitsu, ppmtompeg, ppmtoneo, ppmtopcx: add pages (#11432) 2023-11-10 09:48:42 +05:30
Sebastiaan Speck c2a18714a5
CI/codespell: ignore non-English pages (#11430) 2023-11-10 09:08:54 +05:30
Sebastiaan Speck 6e3ed7fe62
ps-nvm: fix typo (#11436)
ps-nvm: typo
2023-11-10 09:26:00 +07:00
Siriusmart 9262ff6c9d
unp: add page (#11434)
* unp

* Update pages/common/unp.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/unp.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-11-09 23:01:19 +01:00
Sebastiaan Speck b3b1765fc3
!: fix typo in German translation (#11429) 2023-11-09 21:24:25 +05:30
Sebastiaan Speck 4127ec5cb6
pages.pl/*: add links (#11428) 2023-11-09 15:42:26 +01:00
Darío Hereñú 84131ecd23
tmutil: add Spanish translation (#11422)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-09 11:09:13 +01:00
Juri Dispan 22f009639f
picttoppm, pnmtops, ppmtopict, ppmtopuzz, ppmtosixel, psidtopgm, pstopnm, qrttoppm: add pages (#11413) 2023-11-09 15:00:02 +05:30
Leon e099ecd04e
docker: add Dutch translation (#11412)
* docker: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 14:52:15 +05:30
Leon 3c9be6d45b
amass-db: add Dutch translation (#11416)
* amass-db: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 14:40:26 +05:30
Leon 38b64f5685
amass: add Dutch translation (#11415)
* amass: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 14:32:12 +05:30
Leon fa1e5aa02e
amass-enum: add Dutch translation (#11417)
* amass-enum: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 14:12:06 +05:30
Leon 309bf15bd9
amass-intel: add Dutch translation (#11418)
* amass-intel: add Dutch translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 14:09:22 +05:30
Sebastiaan Speck 0b032c1135
amass-track, amass-viz: remove page (#11424)
* amass-track: delete page

* amass-track: remove Spanish page

* amass-track: remove French page

* amass-viz: remove page

* amass-viz: remove French page

* amass-viz: remove Spanish page
2023-11-09 08:32:58 +01:00
Shashank Hebbar d540b0a373
systemd-dissect: add page (#11414)
* systemd-tmpFiles:Add page

* Update and rename systemd-tmp-files.md to systemd-tmpfiles.md

* Update pages/linux/systemd-tmpfiles.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/systemd-tmpfiles.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* systemd-dissect

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* add new line

* Update pages/linux/systemd-dissect.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/systemd-dissect.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-09 08:30:26 +01:00
HoJeong Im ec1e753ee1
cmd: add Korean translation (#11423) 2023-11-09 11:20:29 +05:30
Lena 224b2972e2
pages.pl/*: add and update pages; git-stage, linode-cli: update page (#11365) 2023-11-08 20:40:17 +01:00
Juri Dispan 502ca6e70f
pbmtox10bm, pbmtoxbm, ppmtoxpm, xbmtopbm, ximtoppm, xpmtoppm: add pages (#11407) 2023-11-08 15:48:12 +01:00
Juri Dispan c249538169
pnmtorast, pnmtorle, pnmtosgi, pnmtosir, rasttopnm, rletopnm, sgitopnm, sirtopnm: add pages (#11410)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-08 14:08:23 +01:00
Juri Dispan f96c1b6848
pamtotiff, pbmtowbmp, pnmtotiff, pnmtotiffcmyk, tifftopnm, wbmptopbm: add pages (#11408)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-08 14:08:06 +01:00
Juri Dispan f7b68d70a1
pbmtolj, pjtoppm, pnmtopclxl, ppmtolj, ppmtopj, ppmtospu, sldtoppm, spctoppm, sputoppm, thinkjettopbm: add pages (#11409)
* pbmtolj, pjtoppm, pnmtopclxl, ppmtolj, ppmtopj, ppmtospu, sldtoppm, spctoppm, sputoppm, thinkjettopbm: add pages

* Update pages/common/thinkjettopbm.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/pnmtopclxl.md

* Update pages/common/ppmtopj.md

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-08 10:24:46 +01:00
Juri Dispan 7b88278d15
pamtoxvmini, pbmtoybm, pnmtoxwd, xvminitoppm, xwdtopnm, ybmtopbm: add pages (#11406) 2023-11-08 14:35:41 +05:30
HoJeong Im acb9cf419a
bugreportz: add Korean translation (#11411) 2023-11-08 14:34:14 +05:30
Juri Dispan 94f2502991
pamtowinicon, pgmtosbig, pgmtost4, ppmtowinicon, sbigtopgm, st4topgm, winicontopam, winicontoppm: add pages (#11404)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-07 20:02:14 +01:00
Sebastiaan Speck 5788b56f69
pages.nl/*: add and update pages (#11397)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-07 14:27:25 +01:00
Juri Dispan 53ecd46a37
pamnoraw, pamtopam, pamtopnm, pnmtoplainpnm, pnmtopnm, ppmtoppm: add pages (#11403)
* pamnoraw, pamtopam, pamtopnm, pnmtoplainpnm, pnmtopnm, ppmtoppm: add pages

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-07 18:54:00 +05:30
Juri Dispan 425cadc57a
gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages (#11402)
* gemtopbm, gemtopnm, pamtotga, ppmtotga, tgatoppm: add pages

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-07 18:45:14 +05:30
Juri Dispan 1e6b225a65
pamtoqoi, pbmtozinc, ppmtoarbtxt, qoitopam, rawtopgm, rawtoppm: add pages (#11401) 2023-11-07 18:43:33 +05:30
HoJeong Im 638de4ce19
asciidoctor: add Korean translation (#11405) 2023-11-07 05:59:08 +01:00
Nataliiaaa 50b96beabd
btop: add Spanish translation (#11400)
* btop: add Spanish translation

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-11-07 09:07:10 +05:30
ivandimitrov8080 bb94b56168
wl-copy: add image copying example (#11399) 2023-11-06 21:42:09 +01:00
Sascha Hahne d2d5dbb6c7
!: add German translation (#10840)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
Co-authored-by: HoJeong Im <39ghwjd@naver.com>
Co-authored-by: Rodrigo Stuchi <rod-stuchi@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: H.Han@Fedora,TUF <harryhan912@gmail.com>
Co-authored-by: Harry Han <s2162783@ed.ac.uk>
2023-11-06 21:32:02 +01:00
K.B.Dharun Krishna c91fd38d59
systemd-nspawn: add page (#11398)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Shashank Hebbar <shashankhebbarm@gmail.com>
2023-11-06 18:55:39 +01:00
K.B.Dharun Krishna 5c26174aa9
pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

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

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30
Sebastiaan Speck c059eb1c19
scripts: fix typo (#11396) 2023-11-06 13:31:28 +01:00
Darío Hereñú 91808f9cbe
gcloud: add Spanish translation (#11392) 2023-11-06 14:50:46 +05:30
Owen Lin f402eee5b2
mv: add traditional Chinese translation (#11383) 2023-11-06 14:02:33 +05:30
HoJeong Im 1d51f7936f
antibody: add Korean translation (#11393) 2023-11-06 14:02:33 +05:30
K.B.Dharun Krishna 13facb7c69
MAINTAINERS Guide: remove minimum merge wait time requirement (#11391) 2023-11-06 14:02:33 +05:30
Lena bf375279fc
brew-{update,upgrade,list,outdated,search}: add page (#11389)
* brew-update: add page

* brew-upgrade: add page

* brew-list: add page

* brew-outdated: add page

* brew-search: add page
2023-11-06 14:02:33 +05:30
Sebastiaan Speck 29bb3b90fb
pages.nl/*: add and update pages 2023-11-06 14:02:33 +05:30
HoJeong Im 362322fe70
apktool: add Korean translation (#11384) 2023-11-06 14:02:33 +05:30
Sebastiaan Speck 0c22f53b71
brew-cask: remove translations (#11382) 2023-11-06 14:02:33 +05:30
Harry Han 4bf7d6eb4c
rsync: update page (#11375)
* rsync: update page 

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-06 14:02:33 +05:30
Juri Dispan 0638b8d95d
pamdepth, ppmdither, pamditherbw, pnmdepth: add pages (#11379)
* pamdepth, pamdither, pamditherbw: add pages

* pnmdepth: add alias page
2023-11-06 14:02:33 +05:30
Juri Dispan 96a6099652
eyuvtoppm, ppmtoeyuv, ppmtoyuv, ppmtoyufsplitm, yuvsplittoppm, yuvtoppm: add pages (#11380) 2023-11-06 14:02:32 +05:30
Lena 6bfbb2136f
brew: update page; brew-*: add page; brew-cask: remove page (#11376) 2023-11-06 14:02:32 +05:30
HoJeong Im 4721f0c315
argocd, argocd-app: add Korean translation (#11378) 2023-11-06 14:02:32 +05:30
HoJeong Im 74e9c57faf
accelerate: add Korean translation (#11371) 2023-11-06 14:02:32 +05:30
Darío Hereñú 6e951eecae
ps: add Spanish translation (#11377) 2023-11-06 14:02:32 +05:30
Snowflake 9d65ff511a
bun: add Chinese translation (#11359)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 14:02:32 +05:30
K.B.Dharun Krishna f1aa0a8fe5
Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed.
2023-11-06 14:02:32 +05:30
Rodrigo Stuchi 9eae15643e
cli53: fix missing curly brace (#11372) 2023-11-06 14:02:32 +05:30
K.B.Dharun Krishna 676caa253c
README: update Homebrew client to Rust client `tlrc` (#11369) 2023-11-06 14:02:32 +05:30
Sebastiaan Speck 7c1c518d0c
linode-cli: fix typo (#11367) 2023-11-06 14:02:32 +05:30
Sebastiaan Speck 4aaee3c098
linode-cli-volumes: fix typo (#11368) 2023-11-06 14:02:32 +05:30
H.Han@Fedora,TUF f7332fcff1
udevadm: update page (#11360)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:32 +05:30
Darío Hereñú 3b6438cc24
mas: add Spanish translation (#11364) 2023-11-06 14:02:32 +05:30
Darío Hereñú 304d6a38c7
machine: add Spanish translation (#11362) 2023-11-06 14:02:31 +05:30
Lena 04b6a99af9
subcommand-mention: add Polish translation (#11366) 2023-11-06 14:02:31 +05:30
Rodrigo Stuchi 20878f17b2
cli53: add page (#11361)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 14:02:31 +05:30
HoJeong Im d85c846d48
a2ping: add Korean translation (#11363) 2023-11-06 14:02:31 +05:30
Reinhart Previano Koentjoro e3e3f0ef11
common/*: add ps-nvm commands (#11298)
* common/*: add ps-nvm commands

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Magrid <magrid0@proton.me>
2023-11-06 14:02:31 +05:30
Sebastiaan Speck 2fc6fe8a76
aa-complain: add German translation (#11333) 2023-11-06 14:02:31 +05:30
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

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

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

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

* fix: false positives in modified files

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

* cleanup: update to native period in Bengali l10n

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30
Sebastiaan Speck f315ef5e0b
pages.nl/*: update Dutch translations
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:16 +05:30
Sebastiaan Speck 458fa302a4 android/*: add Dutch translation 2023-11-02 16:39:31 +01:00
HoJeong Im 9248049fd2
javadoc: add Korean translation (#11357) 2023-11-02 13:59:42 +05:30
Jacobus Burger a5afe360fe
unimatrix: add page (#11350)
* add: unimatrix

* Update pages/common/unimatrix.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/unimatrix.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* use long options instead

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* correct typo

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* use long options instead

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* use long options instead

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* correct formatting

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* correct formatting

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

* realign order of args

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* change examples to show clearer opts

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* rephrase program purpose

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* remove optional `=` from args

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-02 09:29:14 +01:00
Konstanty Dąbrowski a13b704722
ls: add Polish translation; rar, sass, youtube-dl: fix typos (#11334)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-11-01 18:55:09 +01:00
HoJeong Im 33c39096ff
jar: add Korean translation (#11356) 2023-11-01 20:36:55 +05:30
dependabot[bot] 250f699516
build(deps): bump black from 23.9.1 to 23.10.1 (#11355)
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.9.1...23.10.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 17:03:57 +05:30
dependabot[bot] 5cbe821c8d
build(deps): bump tj-actions/changed-files from 39.0.0 to 40.0.2 (#11352)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.0.0 to 40.0.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v39.0.0...v40.0.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 14:53:56 +05:30
dependabot[bot] f5cb482a3e
build(deps): bump actions/setup-node from 3 to 4 (#11353)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 14:53:38 +05:30
Abhishek M J 68f5ddba1f
cbatticon: add page (#11348) 2023-11-01 06:13:55 +01:00
cyqsimon 1f4e4f8175
git-stage: convert to alias page (#10942)
* git-stage: 'synonym' -> 'alias'

* git-stage: convert to alias page

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-01 10:42:48 +05:30
Lena 03161cf052
cargo-{install,uninstall,search}: add page (#11351) 2023-11-01 06:12:12 +01:00
Reinhart Previano Koentjoro ab8e6f24c4
windows/*: add PowerShell pwd and mv equivalents (#11342)
* windows/*: add PowerShell pwd and mv equivalents

* move-item: simplify examples

* move-item: fix typo

* get-location, move-item: add PowerShell-only notice
2023-11-01 06:59:01 +05:30
Lena f1673431e1
cargo-*: add page (#11349)
* cargo-verify-project: add page

* cargo-pkgid: add page

* cargo-tree: add page

* cargo-vendor: add page

* cargo-tree: fix typo

Co-authored-by: Darío Hereñú <magallania@gmail.com>

* cargo-verify-project: "correctness" => "the correctness"

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-11-01 06:54:54 +05:30
HCAHOI 1ac2eb6f59
echo: update Chinese translation (#11336) 2023-10-31 19:33:04 +01:00
The Galaxy db2b5eeaf6
cryptsetup: add Chinese translation (#11341) 2023-10-31 18:58:44 +01:00
Abhishek M J b2395e8112
talk: add page (#11344)
* talk: add page

* talk: fix full stop

* talk: fix newline at eof
2023-10-31 18:35:56 +01:00
grafst cb2bcd5de8
mysides: add page (#11347)
* add mysides

* tiny fixes

* fix minor formatting issues
2023-10-31 18:34:19 +01:00
WU Zhenglong f994b81ad5
accelerate: add page (#11340)
* accelerate: add page

* accelerate: modify command description

* accelerate: update template format

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* accelerate: remove inappropriate description

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* accelerate: update command description

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* accelerate: fix typo and update appropriate description

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-31 18:17:44 +01:00
HoJeong Im 2983e82ec1
gitmoji: add Korean translation (#11346) 2023-10-31 21:27:07 +05:30
Jai Vignesh J a00e12ca39
pbmtogem: add page (#11343)
* added /common/pages/pbmtogem.md

* Update pages/common/pbmtogem.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-31 10:42:56 +01:00
Jai Vignesh J 4edfacd864
ppmtv: add page (#11338)
* added ppmtv.md

* added ppmtv.md

* Update pages/common/ppmtv.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/ppmtv.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/ppmtv.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/ppmtv.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-31 10:17:58 +01:00
Lena 02c7e38f8b
cargo-*: add page; cargo-logout: update page (#11337)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-31 08:29:03 +01:00
Riyaz Siddiqui e564962930
title, where: add Bengali translation (#11335) 2023-10-31 05:32:57 +05:30
Riyaz Siddiqui ad98df158f
color, curl, doskey, set: add Bengali translation (#11325)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-30 12:28:12 +01:00
Shashank Hebbar 2479f2b832
systemd-stdio-bridge: add page (#11330)
* systemd-stdio-bridge: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-30 14:50:50 +05:30
Magrid 54a5de5b6d
style-guide: add and update documentation about URLs (#11320)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-30 10:19:41 +01:00
Harshavardhan Bajoria 8dbe10b22e
common/*: add Bengali translation (#11328)
* common/*: add Bengali translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-30 11:00:31 +05:30
debghs 6bf06a2b64
brushtopbm: add page (#11308)
* brushtopbm: add page

* Update pages/common/brushtopbm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/brushtopbm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update brushtopbm.md

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-29 22:54:41 +01:00
Magrid d445f13926
dmd, ldc, gdc, dub: add page (#11321)
* dmd: Add page

* dmd: Update page

* ldc: Add page

* gdc: Add page

* dub: Add page

* ldc: Update page

* Update dmd.md

fix lint error

* Update dub.md

fix linter error

* Update gdc.md

fix linter error

* Update ldc.md

fix linter error

* Update pages/linux/dub.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/linux/gdc.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update dmd.md

* dmd, dub, gdc, ldc: move to common

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

* Update pages/common/dmd.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/dmd.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/dub.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/dub.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/dub.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ldc.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ldc.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ldc.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ldc.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ldc.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* dmd, dub, gdc, ldc: update pages

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

* dub: fix typo

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-29 20:19:57 +01:00
ShamimShahraeini 92e47d543f
imgtoppm: add-page (#11329) 2023-10-29 23:01:32 +05:30
Lena 95e3f55e07
ISSUE-TEMPLATES: add Let's document; update others (#11326)
* ISSUE-TEMPLATES: add Let's document; update others

* cleanup: update Issue templates

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

* page-request-template: minor fix

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

* cleanup: remove required false parameter

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-29 21:08:08 +05:30
TornaxO7 b65bc23fac
rage: add page (#11323) 2023-10-29 16:22:48 +01:00
rozie abc9856431
apt-moo: add Polish translation (#11293)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-29 14:11:10 +01:00
Darío Hereñú f4528284ce
sed: add Spanish translation (#11322) 2023-10-29 14:28:22 +05:30
Dmytro Voytko a36d8ecd50
lsblk: add Ukrainian translation (#11324) 2023-10-29 09:57:16 +01:00
Lena 158b891e0f
cargo-*: update page (#11327) 2023-10-29 09:54:53 +01:00
Lena 28a74a924c
freebsd, netbsd: add directory; pkg, pkgin: add page (#11313)
* freebsd: add directory; pkg: add page

* netbsd: add directory; pkgin: add page

* pkg, pkgin: move install and remove examples to the top

* pkgin: add backticks `pkgsrc`

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-29 08:12:56 +05:30
K.B.Dharun Krishna 1e4061a495
xcodes-runtimes: update Indonesian translation (#11306) 2023-10-29 09:41:20 +07:00
Harshavardhan Bajoria 26b67dc116
translation-templates/*: add Bengali translation (#11319) 2023-10-28 22:10:46 +05:30
Sebastiaan Speck 75941b83ac
choco-info: fix typo in French translation (#11318)
choco-info: fix typo
2023-10-28 14:49:10 +05:30
Bohdan Karashchuk ae66fa6d6f
android/*: add Ukrainian translation (#11317)
* android/*: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 13:46:11 +05:30
Harshavardhan Bajoria 29f38bdece
!, 7z, a2ping, aapt, ac, aireplay-ng, alias, arch: add Bengali translation (#11315)
* !, 7z, a2ping, aapt, ac, aireplay-ng, alias, arch: add Bengali translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 13:45:17 +05:30
Dev7g d72c3a0b32
choco-info: add French translation (#11299)
* choco-info: add French translation

---------

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>
2023-10-28 13:40:53 +05:30
Jai Vignesh J 9ba6c97c2a
macptopbm: add page (#11316)
* macptopbm: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 12:15:27 +05:30
Vedant Yadav e523086dae
7za: add Hindi translation (#11309)
* 7za: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-28 08:59:54 +05:30
Vedant Yadav f203957c4d
adb-shell: add Hindi translation (#11310) 2023-10-28 08:59:17 +05:30
Riyaz Siddiqui 231d01e5b9
mkdir, path: add Bengali translation (#11312) 2023-10-28 08:59:00 +05:30
Jeremy Aza d4b1527eae
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install

* npm, nvm: add Spanish translation

* nvm: add Spanish translations to the commands

* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation

* choco, clear, cmd, del, dir, mkdir: add Spanish translation

* helm-*: update Spanish translation

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

* pages.es/common: update pages

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

* pages.es/windows: update pages

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-28 00:13:16 +05:30
Janek 0855772208
rmlint: update page (#10854)
* rmlint: add tagged example

* rmlint: clarify tagged concept

* rmlint: update page

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

* rmlint: fix link

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-27 20:36:54 +02:00
Ayush Varshney 330673acba
babel: add Hindi translation (#11311)
* babel: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Magrid <magrid0@proton.me>
2023-10-27 23:53:53 +05:30
Anurag Dey d28304ad9a
giftopnm: add page (#11307) 2023-10-27 22:26:43 +05:30
Priyanshu Paritosh 816b6b2508
title: add Hindi translation (#11305) 2023-10-27 20:07:31 +05:30
Ayush Varshney 3879fa6a53
aireplay-ng: add Hindi translation (#11304) 2023-10-27 19:37:12 +05:30
Pranjali Rathi cb89b781d6
tree, type: add Hindi translation (#11303)
* tree, type: add Hindi translation

* tree, type: update placeholder in Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-27 16:19:44 +05:30
Vedant Yadav 11478c2688
mkdir: add Hindi translation (#11302) 2023-10-27 15:46:26 +05:30
Vedant Yadav 0cccae9ead
diskpart: add Hindi translation (#11301) 2023-10-27 15:35:26 +05:30
Vedant Yadav 29464c2bff
color: add Hindi translation (#11300) 2023-10-27 15:31:54 +05:30
KangManJoo 3d872cdd4e
man: add Korean translation (#11274)
* Create mkdir.md to pages.ko

* Create mkdir.md to pages.ko

* add new line to mkdir.md

* fix: mkdir 수정

* Update pages.ko/windows/mkdir.md

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

* fix: 경로명 파일->폴더 수정

* feat: Create mkdir.md to pages.ko

* feat: Create man.md to pages.ko

* fix man.md from pages.ko

* Update pages.ko/linux/man.md

Co-authored-by: HoJeong Im <39ghwjd@naver.com>

* feat: Synchronize to pages.en and pages.ko

* feat: Synchronize to pages.en and pages.ko

* Update pages.ko/linux/man.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: HoJeong Im <39ghwjd@naver.com>
2023-10-27 17:38:27 +09:00
Reinhart Previano Koentjoro 5b3e59bfbb
xcodes-runtimes: add new examples (#11296) 2023-10-27 09:28:46 +02:00
Lena 9c0faf6f1c
aptitude: update page and Polish translation (#11295) 2023-10-27 10:23:22 +05:30
rozie 266c507a0e
aptitude: add Polish translation (#11294)
* apk: add Polish translation

* aptitude: add Polish translation
2023-10-26 22:50:55 +02:00
Pranjali Rathi e07af050c0
doskey, eventcreate: add Hindi translation (#11282)
* doskey: add Hindi translation

* eventcreate: add Hindi translation

* eventcreate: fix placeholder in Hindi translation

* doskey: update path placeholder

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-27 01:02:59 +05:30
Robson Cruz d5b638cf04
pbmtoascii: add page (#11289)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 21:16:24 +02:00
Arman Rahimi 5f4f732e11
adduser, translation-templates/*: add Finnish translation (#11292) 2023-10-27 00:29:53 +05:30
The Galaxy f5725f7496
lspci, lsblk, lscpi, lsb_release: add Chinese translation (#11144) 2023-10-26 20:44:28 +02:00
Vedant Yadav 9538a12740
add-appxpackage: add Hindi translation; pages.*: remove locale from Microsoft links (#11286)
* add-appxpackage: add Hindi translation

* pages.*: remove locale from Microsoft links

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 23:59:28 +05:30
Riyaz Siddiqui 7c05b8fbd8
chrome, date, find: add Bengali translation (#11255)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 20:00:37 +02:00
Sebastiaan Speck fe6c49b9bd
windows/*: add, update PowerShell commands and aliases for Dutch translation (#11277) 2023-10-26 23:08:46 +05:30
Magrid 9856c5aec6
clamav: move to common, update Catalan and Spanish translations (#11283) 2023-10-26 19:33:38 +02:00
Sebastiaan Speck 10896a0a0b
pages*: fix tldr-lint issues (#11288)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-26 19:31:26 +02:00
Dev7g a2cd14d8f3
choco-new: add French translation (#11291)
* choco-new: add French translation

* choco-new: fix spacing in French translation

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 22:54:41 +05:30
Vedant Yadav 8d19ea7042
bcdmode: add Hindi translation (#11284) 2023-10-26 22:47:43 +05:30
Robson Cruz f83dbe7bea
gotelemetry: add page (#11287) 2023-10-26 18:58:39 +02:00
Lena 250b9d7c21
scripts: use `[[` instead of `[`, fix literal shell globs (#11290)
* build.sh: move `*` outside quotes (it doesn't get expanded)

* scripts: use `[[` instead of `[` in if statements
2023-10-26 22:11:24 +05:30
Sebastiaan Speck 1ba64fc0d7
CODEOWNERS: sort alphabetically and add @IMHOJEONG for Korean (#11285) 2023-10-26 16:57:26 +02:00
Sebastiaan Speck 35b2d6919a
esbuild: move to correct Korean directory (#11281) 2023-10-26 23:20:27 +09:00
K.B.Dharun Krishna eda8b94767
a2ping: update Hindi translation (#11262) 2023-10-26 18:30:29 +05:30
Vedant Yadav 2988555435
backlight_control: add Hindi translation (#11278) 2023-10-26 17:00:58 +05:30
Vedant Yadav bcafe1b61a
bitwise: add Hindi translation (#11279) 2023-10-26 17:00:13 +05:30
Vedant Yadav cf0a22bffe
caffeine: add Hindi translation (#11280) 2023-10-26 16:58:57 +05:30
Vedant Yadav 6d3c09cc08
dark-mode: add Hindi translation (#11275) 2023-10-26 16:57:35 +05:30
Vedant Yadav 3452cb943b
cksum: add Hindi translation (#11276)
* cksum: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 16:52:26 +05:30
K.B.Dharun Krishna 121daf631d
aapt: update Hindi translation (#11263) 2023-10-26 16:22:18 +05:30
Vedant Yadav 7bd1693932
cmdkey: add Hindi translation (#11267)
* cmdkey: add Hindi translation

* cmdkey: update Hindi translation

* cmdkey: remove executable extension

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 15:25:16 +05:30
KangManJoo dd5f7d379b
mkdir: add Korean translation (#11254)
* Create mkdir.md to pages.ko

* Create mkdir.md to pages.ko

* add new line to mkdir.md

* fix: mkdir 수정

* Update pages.ko/windows/mkdir.md

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

* fix: 경로명 파일->폴더 수정

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 18:46:15 +09:00
Juri Dispan fe31766b39
CODEOWNERS: add @gutjuri for German (#11272) 2023-10-26 15:09:59 +05:30
HoJeong Im 370c80c392
htpasswd: move Korean page to common (#11271) 2023-10-26 11:02:52 +02:00
Renan Nakazawa d6d10d4433
aws codeartifact: add page; pt_BR translation (#11224)
[aws-codeartifact] aws codeartifact: add page
2023-10-26 10:25:31 +02:00
Dev7g 905e202c2e
choco-search: add French translation; choco-*: fix spacing in French translation (#11265)
* choco-search: add French translation; choco-*: fix spacing in French translation

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 13:48:58 +05:30
Seppel3210 5f720ed02a
tar: explain [a] flag more clearly (#11191) 2023-10-26 10:16:23 +02:00
Vedant Yadav 5fb7223b51
adduser: add Hindi translation (#11268) 2023-10-26 13:35:03 +05:30
Vedant Yadav 4dddf40520
apk: add Hindi translation (#11266) 2023-10-26 12:43:52 +05:30
Vedant Yadav f5c32f4ddf
checkupdates: add Hindi translation (#11270) 2023-10-26 12:41:11 +05:30
Vedant Yadav 3dbafab988
apache2ctl: add Hindi translation (#11269) 2023-10-26 12:24:46 +05:30
Robson Cruz 7dbf11d13f
powershell: move pages to `common` subfolder (#11264) 2023-10-26 00:40:12 +02:00
Reinhart Previano Koentjoro aba00dfa4c
style-guide: add Indonesian-specific guidelines (#10987)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-25 21:28:11 +02:00
Dev7g a697535f73
choco-uninstall: add French translation (#11261) 2023-10-26 00:50:25 +05:30
Vedant Yadav 94b60cd000
7z: add Hindi translation (#11256)
* 7z: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 00:45:53 +05:30
Vedant Yadav 27a43edc85
aapt: add Hindi translation (#11259) 2023-10-25 20:59:56 +02:00
Vedant Yadav 9ed33e28e5
ac: add Hindi translation (#11257)
Create ac.md
2023-10-25 20:49:27 +02:00
Vedant Yadav bf78234de1
a2ping: add Hindi translation (#11258)
Create a2ping.md
2023-10-25 20:48:50 +02:00
K.B.Dharun Krishna 4c458d3fe2
CODEOWNERS: add @kbdharun for Hindi (#11248) 2023-10-25 20:37:17 +02:00
ShamimShahraeini 912c1c9c98
git-diff-index, git-diff-tree: add page (#11234)
* git-diff-index, git-diff-tree: add page

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-26 00:05:04 +05:30
Magrid 1f03b3642f
popd, pushd, oathtool: move to the correct Chinese folder (#11253)
* popd: Move from zh/osx to zh/common

* pushd: Move from zh/osx to zh/common

* oathtool: Move from zh/osx to zh/common
2023-10-26 00:02:17 +05:30
Farzad Hayat 513420e457
dnf: add Farsi translation (#11233)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-25 20:08:40 +02:00
Vedant Yadav cc12b6c58c
settings: add Hindi translation (#11249) 2023-10-25 20:08:26 +02:00
HoJeong Im 3d040a749b
MAINTAINERS: add @IMHOJEONG as collaborator (#11250) 2023-10-25 20:07:54 +02:00
Vedant Yadav 344cf22d12
screencap: add Hindi translation (#11247) 2023-10-25 20:06:53 +02:00
Vedant Yadav 92b60bd459
pm: add Hindi translation (#11246) 2023-10-25 20:05:54 +02:00
Robson Cruz 905f5f4da0
choice, net, sc, w32tm: remove locale from link; sc: update page, add alias pages (#11238)
* choice, net, sc, w32tm: remove locale from link

* sc: update command syntax

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* sc-*: add alias pages

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-25 22:26:53 +05:30
subas kandel b3dbabb054
bugreportz, cmd: add Nepali translation (#11182)
* bugreportz, cmd: add Nepali translation

---------

Co-authored-by: Subas Kandel <69797726+subasoffl@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Magrid <magrid0@proton.me>
2023-10-25 22:13:02 +05:30
Vedant Yadav 84c3f30f27
input: add Hindi translation (#11252) 2023-10-25 21:50:20 +05:30
Vedant Yadav f5d2a59d6d
am: add Hindi translation (#11251)
Create am.md
2023-10-25 18:10:09 +02:00
HoJeong Im 473ff60204
esbuild: add Korean translation (#11211) 2023-10-25 20:25:11 +05:30
Riyaz Siddiqui ace75d91fc
exit: add Bengali translation (#11222) 2023-10-25 20:23:22 +05:30
Vedant Yadav c000d82592
bugreportz: add Hindi translation (#11242) 2023-10-25 20:13:03 +05:30
Vedant Yadav b2cb7ddd4e
getprop: add Hindi translation (#11245) 2023-10-25 20:12:10 +05:30
Sayuri Kamble 039deac70c
systemd-socket-activate: add page (#11221)
* systemd-socket-activate:  add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-25 20:09:45 +05:30
Sebastiaan Speck a2af012c8d
archinstall, cp: fix typo (#11244) 2023-10-25 20:04:37 +05:30
Vedant Yadav 905418ab58
dumpsys: add Hindi translation (#11243) 2023-10-25 16:25:09 +02:00
debghs 8d4399e745
pbmlife: add page (#11240) 2023-10-25 23:12:25 +09:00
Magrid e8220acb9f
!, [, agate: add Italian translation (#11194)
* !: Add Italian translation

* [: Add Italian translation

* agate: Add Italian translation
2023-10-25 16:02:04 +02:00
Pranjali Rathi 4ac90bcd92
fondue: add Hindi translation (#11239)
* Create choco.md

* Update choco.md

* Create exit.md

* Create dir.md

* Update dir.md

* Create find.md

* Create fondue.md

* Create path.md

* Delete path.md

* Create path.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 16:01:09 +02:00
Sayuri Kamble b35049c14f
grub-editenv: add page (#11218)
* grub-editenv: add page

---------

Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-25 19:28:11 +05:30
Pranjali Rathi 288b72d2d0
find: add Hindi translation (#11235)
* Create choco.md

* Update choco.md

* Create exit.md

* Create dir.md

* Update dir.md

* Create find.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 14:47:48 +02:00
debghs 5e4008f274
leaftoppm: add page (#11237)
* leaftoppm: add page

* Update pages/common/leaftoppm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/leaftoppm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-25 14:24:10 +02:00
Reinhart Previano Koentjoro d382b59a3b
bcdboot: add mnemonics and imperative mood (#11225) 2023-10-25 14:19:51 +02:00
Sebastiaan Speck cb6d0a15ac
slmgr, slmgr.vbs: update link (#11230)
* slmgr: update link

* slmgr.vbs: update link
2023-10-25 14:18:55 +02:00
rozie 51e3d8afcd
apt-mark: add Polish translation (#11231) 2023-10-25 11:46:19 +02:00
Reinhart Previano Koentjoro bcdc05b986
windows/*: add PowerShell commands and aliases (#11227)
* windows/*: add PowerShell commands and aliases

* clear-host, new-item, remove-item: fix style

* psversiontable, remove-item: fix style

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 11:00:02 +02:00
Farzad Hayat 153b670288
adduser: add Farsi translation (#11232)
* adduser: add Farsi translation

* Added newline to end of file

* Removed trailing whitespace

Co-authored-by: Magrid <magrid0@proton.me>

---------

Co-authored-by: Magrid <magrid0@proton.me>
2023-10-25 10:58:09 +02:00
WangLinSongss 4a15348827
hub-*: add page (#11228)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 10:40:02 +02:00
Dev7g 015e62b128
choco-upgrade: add French translation (#11217)
* Create scoop.md

* Update pages.hi/windows/scoop.md

* Create choco-upgrade.md

* Delete pages.hi/windows/scoop.md

* Create choco-source.md

* Update pages.hi/windows/choco-source.md

* Create choco-outdated.md

* Delete pages.hi/windows/choco-source.md

* Delete pages.hi/windows/choco-upgrade.md

* choco-outdated: update French translation

* Create choco-upgrade.md

* Update pages.fr/windows/choco-upgrade.md

Co-authored-by: Magrid <magrid0@proton.me>

* Delete pages.fr/windows/choco-outdated.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 07:21:09 +02:00
Reinhart Previano Koentjoro 08d67b5837
cd, chdir, set-location, sl: add PowerShell alias and standardize page (#11209) 2023-10-25 07:13:51 +02:00
Darío Hereñú 5097efb814
xcodebuild: add Spanish translation (#11214) 2023-10-25 06:53:42 +05:30
Abhishek M J 345630acc7
gh-screensaver: add the `life` screensaver (#11223) 2023-10-24 23:30:59 +02:00
Abhishek M J 3463e106dd
vf: add page (#11219)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-24 21:22:55 +02:00
Darío Hereñú a98fbd6f8f
watchlistd: add Spanish translation (#11215) 2023-10-24 23:47:17 +05:30
Sam Waite b3fdeeaf24
portablectl: add page (#11212) 2023-10-24 23:45:53 +05:30
Darío Hereñú 818a46fe34
universalaccessd: add Spanish translation (#11216) 2023-10-24 23:38:56 +05:30
Darío Hereñú cc5923b755
wc: add Spanish translation (#11213) 2023-10-24 23:37:23 +05:30
rozie 799c17e25b
apt-add-repository: add Polish translation (#11203) 2023-10-24 18:44:34 +02:00
rozie 282a9e378e
apt-get: add Polish translation (#11204) 2023-10-24 18:44:21 +02:00
Lena 5e1ae7dbbe
fix/scripts: remove unnecessary `-r` from `cp` (#11210) 2023-10-24 16:44:27 +05:30
Sebastiaan Speck 04b80dde72
MAINTAINERS: add @sebastiaanspeck as org member (#11208)
Closes #11202

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-24 12:14:17 +02:00
Juri Dispan 2a2c2cf920
MAINTAINERS: add @gutjuri as org member (#11207) 2023-10-24 15:14:06 +05:30
Juri Dispan ab4263794b
COMMUNITY-ROLES: fix link to project governance principles (#11206) 2023-10-24 14:59:17 +05:30
Pranjali Rathi cf0d2c9c05
dir: add Hindi translation (#11189) 2023-10-24 14:52:52 +05:30
K.B.Dharun Krishna a8d6441ad1
fix/scripts: replace build assets symlink with copy (#11205) 2023-10-24 11:17:53 +02:00
Jai Vignesh J 4f5f6233a7
hipstopgm: add page (#11197) 2023-10-24 10:54:45 +05:30
Samuele Facenda 3582f9c3f7
uname: add Italian translation (#10788) 2023-10-24 06:45:25 +02:00
HoJeong Im 4c285ab04c
htpasswd: add Korean translation (#11199) 2023-10-24 06:35:47 +02:00
Poy Chang 3ed83463de
color: add traditional Chinese translation (#11028)
* color: add traditional Chinese translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-24 09:29:59 +05:30
Darío Hereñú 964157ead8
vpnd: add Spanish translation (#11198) 2023-10-24 09:26:16 +05:30
Lena 9ced683c99
style-guide: add guidelines for standard streams; fix remaining pages (#11196)
* readonly, {un,}compress, zbarcam: use proper syntax for IO streams

* style-guide: add guidelines for standard streams

* duckdb, perl: add backticks around stdin and stdout
2023-10-24 06:55:09 +05:30
Suren Lockwood 3e5510af6e
pw-cat, pw-record: remove deprecated example (#11174)
Option --list-targets is no longer available in the recent versions of pw-record; in order to list objects use either wpctl status or pw-cli ls or pw-dump instead. 

https://wiki.archlinux.org/title/PipeWire#Microphone_is_not_detected_by_PipeWire

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-23 23:55:12 +03:00
Sebastiaan Speck 4c5aea2bb7
alias-pages: add Romanian translation (#11101) 2023-10-23 22:30:34 +02:00
Magrid 08f3800766
Move pages in the correct folder (#11163) 2023-10-23 22:27:11 +02:00
K.B.Dharun Krishna 4e53530691
feat/scripts: support generating PDFs for platforms (#11195)
* feat/scripts: support generating PDFs for platform

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

* render.py: reformat code for black

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

* PDF/README: update command

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

* render.py: update code

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

* render.py: drop platform none parameter from main

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-24 00:59:43 +05:30
Alexander 8bf032d729
cadaver: add page (#11092)
* cadaver: add page

A command-line WebDAV client for Unix.

* Update cadaver.md

* Update cadaver.md

* Update cadaver.md

* Apply suggestions from code review

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-23 20:55:15 +02:00
Mansoor Barri a83365f980
hugo: add example (#11193) 2023-10-23 20:37:28 +02:00
Lena 80e3ebef3c
acpi, adig, alien, apk, aplay: update Polish translation; adig: update page (#11186) 2023-10-23 22:34:45 +05:30
Jeongwook Park 03f1d6aacd
vercel: add Korean translation (#11185) 2023-10-23 21:16:29 +05:30
Riyaz Siddiqui fae726052e
scoop: added Bengali translation (#11184) 2023-10-23 16:21:26 +02:00
HoJeong Im aa78ba37da
unzip: add Korean translation (#11179) 2023-10-23 16:17:46 +02:00
HoJeong Im 83c201a6af
uptime: add Korean translation (#11180) 2023-10-23 10:06:29 +02:00
HoJeong Im eef8b337cd
dd: add Korean translation (#11181) 2023-10-23 10:06:04 +02:00
Juri Dispan 0c13c5d477
ac: edit page (#11183) 2023-10-23 10:05:31 +02:00
Wertzui123 2c2197a4d0
ac: add missing comma in German translation (#11152)
* ac: add missing comma in German translation

* Use imperative wording ("Zeigt" => "Zeige")

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-23 08:42:58 +02:00
HoJeong Im 139fe82bbc
uname: add Korean translation (#11178) 2023-10-23 07:08:27 +02:00
HoJeong Im 2680424f7b
husky: add Korean translation (#11176) 2023-10-23 07:07:24 +02:00
HoJeong Im d0c489989b
netstat: add Korean translation (#11177) 2023-10-23 07:06:00 +02:00
Managor f528da8d26
pw-play: update page (#11175) 2023-10-23 01:45:54 +03:00
rozie 43373bae55
adig: add Polish translation (#11168) 2023-10-22 21:10:52 +02:00
subas kandel a624ad6fac
am, bugreport: add Nepali translation (#11155)
Co-authored-by: Subas Kandel <69797726+subasoffl@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 21:10:37 +02:00
Nadim Khemir 53ce91d63e
CHANGED: perl page (#10637) 2023-10-22 21:10:24 +02:00
rozie a2d6a569e2
ahost: add Polish translation (#11169) 2023-10-22 21:10:06 +02:00
rozie ba1344e9f3
aplay, apk: add Polish translation (#11173)
* apk: add Polish translation

* aplay: add Polish translation
2023-10-22 21:09:49 +02:00
rozie 989ca40e44
alien: add Polish translation (#11170) 2023-10-22 21:09:09 +02:00
rozie a3324d764f
acpi: add Polish translation (#11166)
* acpi: add Polish translation

* syntax fix
2023-10-22 21:08:44 +02:00
Anton Karmanov 6fb940ad4d
telegram-desktop: add page (#11158) 2023-10-22 20:37:24 +02:00
Eric Lehmann 969b2daa48
README: replace animation with PNG for accessibility (#8720)
* readme: replace animation with png for accessibility

* readme: suggestion, include shell output

* readme: Fix suggestion

* readme: use console for markdown fence

* readme: Tar example verbage

* cleanup: update assets, add support for themes

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

* cleanup: drop page expansions

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-23 00:05:43 +05:30
Darío Hereñú 2d85f5f649
xcodes-runtimes: add Spanish translation (#11172) 2023-10-22 23:46:10 +05:30
Anurag Kumar c6a8d69715
remove-appxpackage: add page (#11162) 2023-10-22 23:38:26 +05:30
Sebastiaan Speck a30a7cfd06
alias-pages: add Uzbek translation (#11103) 2023-10-22 23:20:21 +05:30
Darío Hereñú 8333dc8fe9
xctool: add Spanish translation (#11167) 2023-10-22 23:17:26 +05:30
Darío Hereñú ab2ab249ea
xed: add Spanish translation (#11164) 2023-10-22 23:16:06 +05:30
Darío Hereñú 4691b42b37
xctool: update link (#11165) 2023-10-22 23:12:25 +05:30
Magrid 548ec0eaa7
CODEOWNERS: add @Magrid0 for Italian files (#11161)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 16:30:24 +02:00
Magrid 3cfa2c90ba
MAINTAINERS: add @Magrid0 as collaborator (#11160)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 16:29:37 +02:00
Jan d6518d26fe
omz: add German translation (#11151)
* feat: add german translation

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-22 15:38:34 +02:00
Jan 412cd9f86b
k6: add German translation (#11149)
* feat: add german translation

* Update pages.de/common/k6.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/k6.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* fix: fix duration typo

* Update pages.de/common/k6.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-22 15:38:14 +02:00
Jan d2a37d6013
kitty: add German translation (#11150)
* feat: add german translation

* fix: typo

* Update pages.de/common/kitty.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/kitty.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-22 15:37:57 +02:00
Jan a81a03d6f5
caddy: add German translation (#11148)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-22 14:37:03 +02:00
Farzad Hayat 8d1bf535c2
apt-get: add Farsi translation (#11145)
* apt-get: add Farsi translation

* apt-get: fixed placeholders for Farsi translation
2023-10-22 13:52:24 +05:30
HoJeong Im ca34f0e48f
add-apt-repository: add Korean translation (#11143) 2023-10-22 12:15:32 +05:30
HoJeong Im c10b3e039d
webpack: add Korean translation (#11142) 2023-10-22 11:56:35 +05:30
xuzhangheng 669a5b87d5
slurm*: add pages (#11133)
Author:    xuzhangheng <48378279+xuzhangheng@users.noreply.github.com>
Co-authored-by: Magrid <magrid0@proton.me>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 11:56:18 +05:30
Dev7g 5b4a496e01
choco-outdated: add French translation (#11124)
* choco-outdated: add French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 10:40:10 +05:30
Felipe Furquim c57476d8ff
cut: add pt_BR translation (#11106)
* cut: add pt_BR translation

* cut: fix flags in pt_BR translation
2023-10-21 18:41:10 -03:00
K.B.Dharun Krishna bf4145bd16
ddgr: update page (#11141) 2023-10-21 23:34:54 +02:00
K.B.Dharun Krishna e35b482300
scripts: build and deploy PDF pages for translations (#10969)
* scripts: build and deploy PDF pages for translations

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

* render.py: fix typo in filename description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-22 02:34:22 +05:30
Aniket Purohit d9ad48e058
docker-top: add page; docker-container-top: add alias page (#11136) 2023-10-21 23:02:39 +02:00
Aniket Purohit 29d54b97d0
docker-diff: add page (#11138)
* docker-diff add page

* docker-diff: update page

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update docker-diff.md

* docker-container-diff: add alias page

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 22:31:14 +02:00
Lena af2f6d9d3e
Symlink `pages.en` to `pages` (#11139)
* Symlink `pages.en` to `pages`

* Update `build.sh` to symlink `pages.en` to `pages`
2023-10-21 22:02:19 +02:00
Farzad Hayat 44e52ced0c
delpart: add page (#11135)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-21 21:46:46 +02:00
Pranav Kale 052f1aca8f
cargo-metadata: add page (#11114)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-21 21:46:27 +02:00
Raynaldo Sutisna aa10402b9e
git-status: add some examples (#11119)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-21 21:45:38 +02:00
HoJeong Im 0ed30a6711
virsh-*: add Korean translation (#11128) 2023-10-21 21:41:14 +02:00
debghs 6a614f8f87
ppmflash: add page (#11116)
* ppmflash: add page

* Update pages/common/ppmflash.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update ppmflash.md

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 21:41:02 +02:00
HoJeong Im d0bf43bcd8
make: add Korean translation (#10951) 2023-10-21 21:40:42 +02:00
The Galaxy db4af93682
bc: add Chinese translation (#11129) 2023-10-21 21:40:24 +02:00
mrusme 2fee1dcb9f
openbsd: add directory; openbsd/pkg_{add,info,delete}: add page (#10698)
* openbsd: add directory; openbsd/pkg_{add,info,delete}: add page (#10698) 

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-22 00:57:49 +05:30
Sebastiaan Speck 3db74e5c67
cmd, fastboot: update links (#11140) 2023-10-22 00:54:09 +05:30
Aniket Purohit a4a9d5dab8
docker-rm: add page; docker-container-{remove, rm}: add alias pages (#11126)
* docker rm: add page

* docker-rm: update page

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* docker-rm: update page

* docker-container-{remove,rm}: add alias pages

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-21 23:00:27 +05:30
Aniket Purohit d5e44b5ce7
docker-rename: add page; docker-container-rename: add alias page (#11127)
* docker rename: add page

* Update pages/common/docker-rename.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* docker-rename: update page

* docker-container-rename: add alias page

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-21 22:52:25 +05:30
Dmytro Voytko 5651aca2b1
dmesg,systemctl,uname: add Ukrainian translation (#11115) 2023-10-21 22:42:35 +05:30
Aditya Shrivastav 90a7179752
kubectl-create: add page (#11122)
* kubectl create: add page

* kubectl create: fix typo

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 22:33:42 +05:30
Aditya Shrivastav 4256f44477
kubectl-scale: add page (#11123)
* kubectl scale: add page

* kubectl scale: fix typo

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 22:32:03 +05:30
RedDeliciousApples 7c417ee0bd
pstoedit: add page (#10939)
* pstoedit: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 22:02:50 +05:30
HoJeong Im dfb32bbabe
wget: add Korean translation (#11112) 2023-10-21 21:50:55 +05:30
Darío Hereñú 974d78edd1
du: add Spanish translation (#11117) 2023-10-21 21:48:25 +05:30
Magrid 287f07f412
cmd, bugreport, fastboot: update link (#11132)
* Update link as requested on #11099

* Update link as requested on #11099

* Update link as requested on #11099
2023-10-21 15:26:15 +02:00
Magrid 8757c54ba1
fastboot, cmd, bugreport, bugreportz: update all "more information" links (#11134) 2023-10-21 15:24:32 +02:00
Sebastiaan Speck c810103f5f
alias-pages: add Serbian translation (#11102) 2023-10-21 16:34:14 +05:30
HoJeong Im 4b3884113b
[ko]: add mount.md for common (#10953) 2023-10-21 18:26:39 +08:00
Anurag Kumar 3688f5f4c4
add-appxpackage: add page (#11120)
* add-appxpackage: add page

* Update pages/windows/add-appxpackage.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 11:23:56 +02:00
Aditya Shrivastav fe36fb68e7
kubectl taint: add page (#11125) 2023-10-21 10:32:19 +02:00
AbhiAk45 265527d2c2
compress, uncompress: add page (#11070)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 09:52:10 +02:00
Aditya Shrivastav 9417500911
kubectl-expose: add page (#11111)
* kubectl expose: add page

* kubectl expose: fix language

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* kubectl expose: fix language

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-21 09:18:02 +02:00
Raynaldo Sutisna ed83a9e2f0
git-alias: add Indonesian translation (#11118)
* feat: create git-alias Indonesian translation

* fix: update transalation

* feat: update translation
2023-10-21 07:24:16 +02:00
t-mangoe a55a00dc8f
ab: add Japanese translation (#10977)
* ab: add Japanese translation

* translate the placeholder
2023-10-21 07:22:01 +02:00
Pranav Upadhyay 9695993204
base64: add Hindi translation (#11039)
* Create base64.md

* moved from root to hindi

* base64: fix title, update placeholders

* Update pages.hi/osx/base64.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-21 07:21:19 +02:00
Felipe Furquim 6f98d4afe4
afconvert: add pt_BR translation (#11086)
* afconvert: add pt_BR translation

* Update pages.pt_BR/common/afconvert.md

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-20 19:41:53 -03:00
Felipe Furquim 68d82800ac
coffee: add pt_BR translation (#11105)
* coffee: add pt_BR translation

* coffee: fix pt_BR translation

* update coffee.md

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-20 19:29:35 -03:00
Pranav Upadhyay a6e6f6a0e9
certutil: add Hindi translation (#11040) 2023-10-20 14:51:27 +02:00
HoJeong Im 2824595aac
ln: add Korean translation (#10948) 2023-10-20 14:50:35 +02:00
HoJeong Im 43f92b23fc
iperf3: add Korean translation (#10941) 2023-10-20 14:50:18 +02:00
HoJeong Im 4dc6630968
htop: add Korean translation (#10940) 2023-10-20 14:50:02 +02:00
Dmytro Voytko e857d6df80
apt*: add Ukrainian translation (#10935) 2023-10-20 14:49:41 +02:00
RAJ RAUT 0adf4eeb33
fdisk: add Hindi translation (#10926)
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-10-20 14:49:15 +02:00
HoJeong Im 3c400a11da
deno: add Korean translation (#10932)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 14:48:08 +02:00
Aditya Shrivastav dbfb06385e
kubectl replace: add page (#11091)
* kubectl replace: add page

* kubectl replace: fix typo

* kubectl replace: fix typo

* kubectl replace: fix typo

* kubectl replace: apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-20 13:48:58 +02:00
debghs 6764587baf
ppmtopgm: add page (#11094)
* ppmtopgm: add page

* Update pages/common/ppmtopgm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/ppmtopgm.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-20 13:47:59 +02:00
Pranav Kale 3c1b1ea1f6
cargo-locate-project: add page (#10999)
* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* add page: cargo-locate-project

* cargo-locate-project: add page

* cargo-locate-project: add page

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 09:10:26 +02:00
Sebastiaan Speck a11ecac059
bash: update Dutch translation (#11005) 2023-10-20 11:47:14 +05:30
Sebastiaan Speck 11c4e7db0e
clamav: update Dutch translation (#11006) 2023-10-20 11:46:52 +05:30
Sebastiaan Speck d7cdc1adab
[: update Dutch translation (#11010) 2023-10-20 11:45:32 +05:30
Sebastiaan Speck b12c54ebab
age-*: add page and update Dutch translation (#11011) 2023-10-20 11:44:46 +05:30
Sebastiaan Speck ab7c260854
bspc: add Dutch translation; bspwm: update Dutch translation (#11031)
* bspwm: update Dutch translation

* bspc: add Dutch page
2023-10-20 11:43:07 +05:30
Sebastiaan Speck 7a8a02b00c
cp: update Dutch translation (#11032) 2023-10-20 11:41:57 +05:30
Sebastiaan Speck 76778f81d5
launchctl: add Dutch translation; launchd: update Dutch translation (#11033)
* launchd: update Dutch translation

* launchctl: add Dutch page
2023-10-20 11:41:32 +05:30
Sebastiaan Speck c4ff6e2638
chsh: update Dutch translation (#11046) 2023-10-20 11:39:28 +05:30
Sebastiaan Speck 30dad30705
echo: update Dutch translation (#11049) 2023-10-20 11:39:10 +05:30
Sebastiaan Speck 9fea2b1c66
nano: update Dutch translation (#11051) 2023-10-20 11:38:32 +05:30
Sebastiaan Speck 11af9abb53
source: update Dutch translation (#11052) 2023-10-20 11:38:13 +05:30
Sebastiaan Speck 55faebde7b
transmission: update Dutch translation (#11053) 2023-10-20 11:37:56 +05:30
Sebastiaan Speck 281eb1636f
visudo: update Dutch translation (#11054) 2023-10-20 11:37:32 +05:30
Sebastiaan Speck 0da71c02d5
yes: update Dutch translation (#11055) 2023-10-20 11:36:27 +05:30
Sebastiaan Speck 32adfe3669
cgroups: update Dutch translation (#11056) 2023-10-20 11:36:05 +05:30
Sebastiaan Speck 53765eb34f
aws-backup: rename page (#11108) 2023-10-20 11:35:29 +05:30
Sebastiaan Speck b080dfb54f
alias-pages: add Bengali translation (#11100) 2023-10-20 13:59:30 +08:00
Sharun 39c8cc5c0a
packer: add fmt example (#11047)
* add `packer fmt`

* Update pages/common/packer.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-20 07:46:26 +02:00
Jan dbcb2ff413
zoxide: add German translation (#10960)
* feat: add german translation

* fix: fix typos

* fix: fix typos
2023-10-20 07:43:20 +02:00
HoJeong Im 8d897de05d
wc: add Korean translation (#11109) 2023-10-20 07:42:23 +02:00
Dev7g ab59f1c784
choco-source, choco-upgrade: add Hindi translation (#11104)
* choco-source, choco-upgrade: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 11:02:45 +05:30
Vedant Yadav e62f662345
cmd: add Hindi translation (#11093) 2023-10-20 10:57:41 +05:30
Vedant Yadav 805d742f7e
pkg: add Hindi translation (#11097)
* pkg: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 10:53:13 +05:30
Vedant Yadav 508976e161
dalvikvm: add Hindi translation (#11096)
* dalvikvm: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 10:51:42 +05:30
Vedant Yadav 7b992f52db
wm: add Hindi translation (#11098) 2023-10-20 10:46:17 +05:30
Priyanshu Paritosh 6aa1813ef0
bugreport: add Hindi translation (#11095)
* bugreport: add Hindi translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 10:44:24 +05:30
Aditya Shrivastav 85fefa4444
kubectl label: add page (#11090)
* kubectl label: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 09:40:26 +05:30
Nathaniel Joselson eee1abc92c
soxi: add page (#10938)
* soxi: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-20 09:39:50 +05:30
Sebastiaan Speck de2a36293a
windows: move Thai pages to correct folder (#11107) 2023-10-20 06:18:43 +05:30
Felipe Furquim 8722bc8f1c
age-keygen: add pt_BR translation (#11087) 2023-10-19 23:46:24 +02:00
HoJeong Im 70861bed40
pnpm: add Korean translation (#10997) 2023-10-19 21:47:22 +02:00
HoJeong Im 36de8051f5
route: add Korean Translation (#11004) 2023-10-19 21:47:03 +02:00
Jeongwook Park 9d2ed83ce4
javac: add Korean translation (#10985) 2023-10-19 21:46:13 +02:00
Jeongwook Park 419e4ee26f
django-admin: add Korean translation (#11001) 2023-10-19 21:45:28 +02:00
Jeongwook Park 0c1dbdf777
zola: added Korean translation (#10983) 2023-10-19 21:45:07 +02:00
Onkar Raghunath Shelke 96e9fa733d
btrfs: add Hindi translation (#10971) 2023-10-19 21:44:41 +02:00
HoJeong Im ac365bb2cb
ps: add Korean translation (#10955) 2023-10-19 21:43:28 +02:00
Reinhart Previano Koentjoro 0181897e84
open, open.fish: add page and update Indonesian translation (#10954) 2023-10-19 21:43:08 +02:00
Kavita Dhar 9891e54e47
nologin: add Hindi translation (#11048)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-19 21:41:30 +02:00
debghs cb3161801c
pgmtopgm: add page (#11089) 2023-10-19 22:57:02 +05:30
Darío Hereñú 9ea23d5b7b
route: add Spanish translation (#11088) 2023-10-19 22:53:09 +05:30
Vedant Yadav fd925cb980
logcat: add Hindi translation (#11079) 2023-10-19 22:50:45 +05:30
Dev7g 613ee12731
choco-upgrade: add Hindi translation (#11080) 2023-10-19 22:49:05 +05:30
Priyanshu Paritosh 6dcf460024
date: add Hindi translation (#11082) 2023-10-19 19:18:49 +02:00
pranjalirathi a692b10517
choco, exit: add Hindi translation (#11085) 2023-10-19 22:35:02 +05:30
Gaurav Padam 1304885b74
bioradtopgm: add page (#11071) 2023-10-19 18:31:34 +02:00
MariaPaula Trujillo b655ea1c55
kubectl-apply: add page (#11066)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 18:26:26 +02:00
rozie c358161a58
ac: add Polish translation (#11067)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-19 18:17:05 +02:00
rozie c1b49fccc4
abbr: add Polish translation (#11059)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-19 18:16:11 +02:00
K.B.Dharun Krishna 1c00ae865a
CI/codespell: revert changed-files action removal (#11022)
* CI/codespell: revert changed-files action removal

This reverts commit eca9c1e539 from #10704.

Post this change codespell doesn't show annotations for the PR contents
as it now scanning the whole pages directory and completes execution
after showing a limited number of strings. This effectively made
Codespell unusable. Therefore I have reverted the change to fix
Codespell, the only issue being this would reintroduce the false
detection with annotations being
made in translation PRs on non-English pages.

* CI/codespell: use point release instead of master

Using the development branch isn't ideal for production as it is prone to breakage with a faulty bug or PR. So in this commit, I am updating the codespell action to use the point release instead for more stability and versatility.

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-19 21:29:55 +05:30
Prerna Singh e7d2e24592
jpegtopnm: Add page (#11084)
* jpegtopnm: Add page

* Apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 17:58:40 +02:00
Prerna Singh 43949cb70b
pnmtojpeg: add page (#11081)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 17:47:13 +02:00
HoJeong Im f77486c179
stun: add Korean translation (#11035) 2023-10-19 19:50:14 +05:30
Lena 12b3477dfb
COMMUNITY-ROLES: fix typo (#11083) 2023-10-19 15:01:10 +02:00
Sebastiaan Speck c9a4a59f1c
pages.nl/*: change "directory" to "map" (#11030) 2023-10-19 14:43:39 +02:00
Prerna Singh 5e12851c1a
pnmtopng: add page (#11072)
* pnmtopng: add page

* Update pnmtopng.md

* Updated syntax

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 13:18:18 +02:00
Priyanshu Paritosh 5b08233525
ipconfig: add Hindi translation (#11078) 2023-10-19 16:38:22 +05:30
pranjalirathi 69730a0e4d
choco: add Hindi translation (#11063) 2023-10-19 16:34:50 +05:30
Dev7g d2688a9660
scoop: add Hindi translation (#11064)
* scoop: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-19 16:33:29 +05:30
Vedant Yadav b174a38cf8
cd: add Hindi translation (#11062) 2023-10-19 16:26:43 +05:30
HoJeong Im 9e2d0c554a
vite: add Korean Translation (#11074) 2023-10-19 12:43:27 +02:00
Pranav Upadhyay cc47f3526b
truss: add Hindi translation (#11042) 2023-10-19 15:53:05 +05:30
HoJeong Im c2f538c24f
tcpdump: add Korean translation (#11043) 2023-10-19 15:53:04 +05:30
Gaurav Padam b579c44334
asciitopgm: add page (#11050) 2023-10-19 15:53:04 +05:30
Jan e2f77c7d56
httpie: add German translation (#10966)
* httpie: add German translation

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 15:53:04 +05:30
Onkar Raghunath Shelke 648578c17a
makepkg: add Hindi translation (#10968) 2023-10-19 15:52:48 +05:30
Sebastiaan Speck 2bfecf3641
CODEOWNERS: add @sebastiaanspeck to codeowners (#11076) 2023-10-19 15:52:46 +05:30
Sebastiaan Speck 1afcc07ea7
MAINTAINERS: add @sebastiaanspeck to collaborators (#11077) 2023-10-19 15:52:46 +05:30
HoJeong Im 9fadf6e411
prettier: add Korean translation (#10990) 2023-10-19 15:52:46 +05:30
HoJeong Im 2521fc1567
sed: add Korean translation (#10974) 2023-10-19 15:52:46 +05:30
HoJeong Im 3f8c956170
rsync: add Korean translation (#11012)
* [ko]: add rsync.md for common

* [ko]: update rsync.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-19 15:52:46 +05:30
HoJeong Im b55a7a30c3
umount: add Korean translation (#11061) 2023-10-19 15:52:29 +05:30
HoJeong Im c8ec3dea2d
su: add Korean translation (#11029) 2023-10-19 10:07:24 +02:00
debghs 95c65dc995
palmtopnm: add page (#11057)
* palmtopnm: add page

* Update pages/common/palmtopnm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-19 10:01:46 +02:00
Aditya Shrivastav 5df48879ed
ddgr: add page (#11060)
* ddgr: add page

* ddgr: add more examples

* ddgr: fix error

* ddgr: requested changes applied
2023-10-19 10:00:35 +02:00
David Zabala d3ad7b509e
apt-get, aptitude, adb, awk: fix typo in Spanish translation (#11073) 2023-10-19 09:53:17 +02:00
Anurag Kumar cc56237803
bcdboot: add page (#11044)
* bcdboot: add page

* Update pages/windows/bcdboot.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-18 14:55:15 +02:00
Poy Chang 9fc4163dfb
del: add traditional Chinese translation (#11036) 2023-10-18 18:06:42 +08:00
Jack Lin 709d8e36bc
dotnet-add-{package, reference}: add page (#11024)
* Add dotnet add *

* Update pages/common/dotnet-add-package.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/dotnet-add-package.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/dotnet-add-reference.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-18 10:25:15 +08:00
Poy Chang ba2f6a6c96
winget: update traditional Chinese translation (#11034)
* winget: update traditional Chinese translation

* fix
2023-10-18 03:29:29 +08:00
debghs b5ca562fbe
bmptopnm: add page (#11026)
* bmptopnm: add page

* Update pages/common/bmptopnm.md

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

* Update pages/common/bmptopnm.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/bmptopnm.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-17 21:18:29 +02:00
Sebastiaan Speck 8ca2e72738
cargo: update Dutch translation (#11013) 2023-10-18 01:39:31 +08:00
HoJeong Im af05d19dfa
[ko]: add systemctl for linux (#10991) 2023-10-17 22:01:41 +08:00
Sebastiaan Speck 742d0d10de
chmod: update Dutch translation (#11015)
* chmod: update Dutch translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-17 16:02:25 +05:30
Sebastiaan Speck 4b66183c67
dir: update Dutch translation (#11017)
* dir: update Dutch translation

* Update pages.nl/windows/dir.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages.nl/windows/dir.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-17 16:02:02 +05:30
Anurag Kumar 3ada648cc5
certutil: add page (#11027) 2023-10-17 08:40:12 +02:00
Sebastiaan Speck c4513061eb
common-arguments: update Dutch translation (#11025) 2023-10-17 10:19:11 +08:00
HoJeong Im 1bd720e24f
!: update Korean translation (#11023) 2023-10-17 04:17:22 +05:30
Vedant Yadav 78db868a0d
winget: add Hindi translation (#11008)
* winget: add Hindi translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-17 04:16:30 +05:30
Lena f2515b3058
git-rscp: update page (#11021) 2023-10-16 20:10:50 +02:00
HoJeong Im fdcf330eba
ssh: add Korean translation (#10976)
* [ko]: add ssh.md for common

* [revise]: revise command_argument translation
2023-10-17 00:46:41 +08:00
HoJeong Im 6fee02a1e1
[ko]: add npm_*, npx for common (#10986) 2023-10-17 00:33:12 +08:00
HoJeong Im 188d79df92
[ko]: add yarn.md, yarn-why.md for common (#10984) 2023-10-17 00:10:06 +08:00
HoJeong Im 427f520ab6
[ko]: add mkfs.md for linux (#10980) 2023-10-16 23:25:04 +08:00
HoJeong Im f0ff9cd345
scp: add Korean translation (#10973)
* [ko]: add scp.md for common

* [ko]: add scp.md for common
2023-10-16 23:19:40 +08:00
Jack Lin 89a0296de4
dotnet-run: add page (#11020)
* Add dotnet run

* add version

* Fix

* Update pages/common/dotnet-run.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-16 16:29:02 +02:00
HoJeong Im c3dcf797fc
!: add Korean translation (#10905) 2023-10-16 19:47:19 +05:30
RAJ RAUT 159b643af4
bootctl: add Hindi translation (#10927) 2023-10-16 19:46:56 +05:30
RAJ RAUT 5e8b56de4b
parted: add Hindi translation (#10952) 2023-10-16 19:46:36 +05:30
RAJ RAUT 03ecd6de4c
systemctl: add Hindi translation (#10928) 2023-10-16 19:46:16 +05:30
Reinhart Previano Koentjoro a8e83f4147
[, [[: add and improve Indonesian translation (#10956)
* [, [[: add and improve Indonesian translation

* [[: fix Indonesian translation
2023-10-16 19:45:43 +05:30
Reinhart Previano Koentjoro 333b92bfdc
xcodes, xcodes-runtimes: add Indonesian translation (#10957)
* xcodes, xcodes-runtimes: add Indonesian translation

* xcodes: fix Indonesian translation style

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-16 19:39:08 +05:30
K.B.Dharun Krishna 3d95cda879
azure-cli: add alias page (#11000) 2023-10-16 19:34:39 +05:30
Onkar Raghunath Shelke b70b7dc303
flatpak: add Hindi translation (#11007) 2023-10-16 19:34:23 +05:30
Poy Chang 8bd62929a1
clip: add traditional Chinese translation (#11003) 2023-10-16 19:31:15 +05:30
Poy Chang 80e7d3ba31
systeminfo: add traditional Chinese translation (#11009) 2023-10-16 19:20:48 +05:30
Sebastiaan Speck 858a1add93
cd: update Dutch translation (#11014) 2023-10-16 19:17:29 +05:30
Sebastiaan Speck e203d848db
curl: update Dutch translation (#11016) 2023-10-16 19:15:33 +05:30
Sebastiaan Speck 84fd13e409
wget: update Dutch translation (#11018) 2023-10-16 19:13:59 +05:30
Sebastiaan Speck 3b02e38ff4
wget: fix typo (#11019) 2023-10-16 20:12:07 +08:00
Sebastiaan Speck fde67e7204
git-psykorebase: add page (#10994) 2023-10-16 09:22:43 +02:00
Sebastiaan Speck 8624161f8d
git-rebase-patch: add page (#10995) 2023-10-16 09:21:56 +02:00
Sebastiaan Speck f1bcd873a6
git-rscp: add page (#10996) 2023-10-16 09:21:07 +02:00
K.B.Dharun Krishna fd24c5b49a
scripts/set-more-info-link.py: add Czech translation (#10894) 2023-10-15 22:17:23 +02:00
Joseph Sebastian 2677284c3d
gitui: add page (#10978)
* gitui: add page

* Update pages/common/gitui.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/gitui.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/gitui.md

- moved help and version to the bottom

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

* Update pages/common/gitui.md

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

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-15 22:08:32 +02:00
Sadeed 72c380af77
git-delete-squashed-branches: add page (#10988) 2023-10-15 22:50:23 +05:30
Sebastiaan Speck 9caafade05
git-paste: add page (#10992)
* git-paste: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-15 22:48:15 +05:30
Pedro Mariano 26b18347d0
git-*: add pt_BR translation (#10975)
* git-commit: add pt_BR translation

* git-diff: add pt_BR translation

* git-init: add pt_BR translation

* git-push: add pt_BR translation

* git-pull: add pt_BR translation

* git-rebase: add pt_BR translation

* git-reset: add pt_BR translation

* git-status: add pt_BR translation

* git-log: add pt_BR translation

* git-checkout: add pt_BR translation

* git-branch: add pt_BR translation

* git-*: update pt_BR translation

Signed-off-by: Pedro Mariano <ph_marianocorrea@hotmail.com>

* git-branch: update pt_BR translation

* Apply suggestions from code review

* git-branch: update pt_BR translation

* apply suggestion on `git-log.md`

---------

Signed-off-by: Pedro Mariano <ph_marianocorrea@hotmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-15 22:23:21 +05:30
Pedro Mariano 159e5cea7c
linux/*: add pt_BR translation (#10998)
* linux/*: add pt_BR translation

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-15 22:15:15 +05:30
Sebastiaan Speck 92215d906d
git-pull-request: add page (#10993)
* git-pull-request: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-15 22:05:55 +05:30
fadharpra c597e209ec
docker-compose: add Indonesian translation (#10981)
* docker-compose: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-15 21:41:52 +05:30
debghs 5289e04920
neotoppm: add page (#10979)
* neotoppm: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-15 21:02:33 +05:30
Pedro Mariano 8a914a9d32
common/*: update pt_BR translation (#10982)
* common/*: update pt_BR translation

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-15 13:35:32 +05:30
Onkar Raghunath Shelke 6103bf6bc3
bluetoothctl.md: add Hindi translation (#10970) 2023-10-15 13:27:07 +05:30
Pranav Upadhyay 961b93be5d
ls: update Hindi translation (#10900)
---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-15 15:51:28 +08:00
Quentin Klein 574172d77d
aws-s3-rb: add page (#10871)
* aws-s3: add rb page

* change tense of examples

* Remove trailing whitespace

* Update pages/common/aws-s3-rb.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-15 15:45:26 +08:00
Sebastiaan Speck 3e53d171bd
az-*: update links and page description (#10963)
* az-*: update links and page description

* az-aks: update link and page description

* az-*: fix typos in Spanish translation

* az-*: update links and description in Spanish translation
2023-10-15 13:12:29 +05:30
Juri Dispan 2f4fb5699a
gzexe: add page (#10869)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-14 16:16:12 +02:00
Cristian Bastidas 054093f7e9
az, az-apim, az-group, az-storage, az-tag, az-upgrade: add Spanish translation (#10946)
* az-apim, az, az-storage, az-group, az-tag, az-upgrade: add Spanish translation

* az-apim: fix typo
2023-10-14 15:24:35 +05:30
debghs e8e3f2c4fd
ppmhist: add page (#10950)
* ppmhist: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-14 13:46:48 +05:30
Cristian Bastidas 08d8cd6a40
az-storage: update to long options (#10947)
* az-storage: fix spelled-out options

* Update pages/common/az-storage.md

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

* Update pages/common/az-storage.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-14 10:12:19 +02:00
Sadeed c595b073fd
git-fresh-branch: add page (#10972)
* git-fresh-branch: add page

* git-fresh-branch: fix command name

* git-fresh-branch: fix command description

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>

* git-fresh-branch: fix description

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
2023-10-14 14:51:32 +07:00
Sebastiaan Speck 836057d82b
az-advisor: add page (#10962) 2023-10-14 10:23:36 +05:30
Pranav Nedungadi 4f2e72f8ce
a2ping: add page (#10944)
* a2ping: add page

---------

Signed-off-by: Pranav <npv12@iitbbs.ac.in>
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-14 09:44:27 +05:30
Constantine 73c97ade1d
dpkg-reconfigure: add Ukrainian translation (#10921)
* dpkg-reconfigure: add Ukrainian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-14 09:28:06 +05:30
Lena 2e926044dd
eza: fix Polish translation (#10907) 2023-10-14 09:27:01 +05:30
Dmytro Voytko 42645a6d8b
journalctl, man, parted: add Ukrainian translation (#10897)
* journalctl, man, parted: add Ukrainian translation

* man: update Ukrainian translation
2023-10-14 09:26:43 +05:30
Aditya Jha 9610c9b885
!, archinstall: add Hindi translation (#10878) 2023-10-14 09:25:31 +05:30
Jan 2f3bddddf7
gcloud: add German translation (#10961)
* gcloud: add German translation

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-14 09:21:37 +05:30
Vishnu Das Puthukudi d43736020d
az-aks: add page (#10964)
* az-aks: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-14 09:19:50 +05:30
Pedro Mariano 6d59a1c898
nvim, passwd, rsync, rmdir, tldr: add pt_BR translation (#10931)
* nvim: add pt_BR translation

* passwd: add pt_BR translation

* rsync: add pt_BR translation

* rmdir: add pt_BR translation

* tldr: add pt_BR translation

* nvim: update pt_BR translation with suggestions from code review

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* passwd: update pt_BR translation with suggestions from code review

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* rsync: update pt_BR translation with suggestions from code review

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* tldr: update pt_BR translation with suggestions from code review

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* rmdir: update pt_BR translation with suggestions from code review

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-13 17:47:50 -03:00
theBulaDev f9679b156f
composer: add Polish translation, update page (#10945)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-13 14:31:59 +02:00
HoJeong Im 84c1d172a6
[ko]: add java.md for common (#10943) 2023-10-13 20:11:33 +08:00
Reinhart Previano Koentjoro 079f8894d8
xcodes, xcodes-runtimes: fix placeholder style (#10958) 2023-10-13 12:33:16 +07:00
K.B.Dharun Krishna b333d3d3a5
Revert "scripts: build and deploy PDF pages for translations (#10846)" (#10965)
This reverts commit a2ab577848.
2023-10-13 11:00:58 +05:30
K.B.Dharun Krishna a2ab577848
scripts: build and deploy PDF pages for translations (#10846)
* scrips: build and deploy PDF pages for all languages

* cleanup/render.py: reformat code

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

* Apply suggestions from code review

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>

* scrpts/pdf: update README, refactor code

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

* test/ci: building PDF was wildcard

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

* test/ci: building translations as wildcard 2

* test/ci: fix flag in PDF building

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

* test/ci: update build pdf action

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

* test/ci: extend PDF exclusion list

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

* cleanup/ci: update PDF translation build

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

* scripts/pdf: add website and repo link

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

* test/ci: move PDF build to seperate script file

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

* test/ci: minor fixes to build pdf script

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

* cleanup/ci: update build PDF

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

* scripts: update font family, minor fix

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

* fix/deploy: sha256sum command

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2023-10-13 09:58:02 +05:30
Lena 7856124245
docs: use the new `[!NOTE]` syntax (#10959)
* style-guide: use the new note syntax
* MAINTAINERS: use the new note syntax, use full month names
* CONTRIBUTING: use the new note syntax
* maintainers-guide: use the new note syntax
* CLIENT-SPECIFICATION: use the new note syntax
* COMMUNITY-ROLES: use the new note syntax
* git-terminal: use the new note syntax

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-13 01:26:58 +02:00
Daniel ecee31e62a
systemd-cgtop: add page (#10934)
* systemd-cgtop: add page

* Update pages/linux/systemd-cgtop.md

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

* Update pages/linux/systemd-cgtop.md

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

* Update pages/linux/systemd-cgtop.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-12 22:37:41 +02:00
Daniel 3f8e621609
systemd-creds: add page (#10936)
* systemd-creds: add page

* Update pages/linux/systemd-creds.md

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

* Update pages/linux/systemd-creds.md

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

* Update pages/linux/systemd-creds.md

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

* Update pages/linux/systemd-creds.md

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

* Update pages/linux/systemd-creds.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-12 22:37:02 +02:00
Daniel d321a03240
systemd-cgls: add page (#10933)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-12 22:23:07 +02:00
Reinhart Previano Koentjoro 496eadc7e6
common/adb: use imperative mood on Indonesian translation (#10849) 2023-10-12 21:25:20 +05:30
caduvieira b50c8ff3d5
aws-ses, aws-sqs, aws-sts: add pt_BR pages (#10922) 2023-10-12 11:44:31 -03:00
caduvieira 321812360a
du, dua, duc: add pt_BR pages (#10810)
* du, dua, duc: add pt_BR pages

* du, dua, duc: add pt_BR pages

* du, dua, duc: add pt_BR pages

* du, dua, duc: add pt_BR pages

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

* du, dua, duc: add pt_BR pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-12 11:11:49 -03:00
caduvieira 1fbf3df190
!, aapt, acme.sh: add pt_BR pages (#10806)
* !, aapt, acme.sh: add pt_BR pages

* !, aapt, acme.sh: add pt_BR pages

* apply suggestion

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-12 11:10:32 -03:00
Kicka5h 7e3e0bdc1d
doctl-databases-*: add page (#10882)
* doctl-databases-*: add page

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-12 17:02:49 +05:30
Daniel a793fa6777
systemd-escape: add page (#10937) 2023-10-12 13:20:12 +02:00
Rui Alves b29f0e6fac
scala-cli: add page (#10909)
* scala-cli: add page

* scala-cli: fix link to docs

Co-authored-by: pixel <pixel+github@chrissx.de>

* scala-cli: fix path to script

Co-authored-by: pixel <pixel+github@chrissx.de>

* scala-cli: fix path to script

Co-authored-by: pixel <pixel+github@chrissx.de>

* scala-cli: fix path to script

Co-authored-by: pixel <pixel+github@chrissx.de>

* scala-cli: fix path to script

Co-authored-by: pixel <pixel+github@chrissx.de>

* scala-cli: update description

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

* scala-cli: update format command description

---------

Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 18:26:09 +02:00
K.B.Dharun Krishna 3a71e08857
az-*: update page description (#10929)
Signed-off-by: GitHub <noreply@github.com>
2023-10-12 00:02:07 +08:00
Pranav Kale 6dce51165c
cargo-generate-lockfile: add page (#10918)
* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* cargo-generate-lockfile: add page

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

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

* Update pages/common/cargo-generate-lockfile.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/common/cargo-generate-lockfile.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-11 12:17:27 +02:00
Pranav Nedungadi 8ca419d755
nitch: add page (#10917)
* nitch: add page

Signed-off-by: Pranav <npv12@iitbbs.ac.in>

* chore: address comments

* fix: address comments

Signed-off-by: Pranav <npv12@iitbbs.ac.in>

* Update pages/linux/nitch.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Signed-off-by: Pranav <npv12@iitbbs.ac.in>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-11 10:29:59 +02:00
Lena 5afb6ec14e
style-guide: add guidelines for `--opt arg`, improve wording (#10906) 2023-10-11 09:57:23 +02:00
Binaya Sharma 05ef9b0fde
az-acr: add page (#10912)
* Adding an az-acr commands lists

* Removing white spaces and heading formating

* Removing whitespaces

* Adding a new line in end of the file

* Removing unnecessary lines

* Update pages/common/az-acr.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 09:52:11 +02:00
Michael D 4b8f18a924
windows/dir: update page (#10913)
* windows: dir: add "bare" format

Add "dir /B" to the cheat sheet. It is quite useful for creating file
lists, playlists and the like, without having to manually mangle the
output.

* Change parameters to lowercase and reword description
2023-10-11 09:51:11 +02:00
Cristian Bastidas 8d86f72d63
az-apim: add page (#10915)
* az-apim: add page

* Update pages/common/az-apim.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 09:50:02 +02:00
Rockerz 63dc5376dd
machinectl: add page (#10920)
* machineclt.md

* add

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

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

* Update pages/linux/machinectl.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/machinectl.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/machinectl.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/machinectl.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/machinectl.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-11 09:34:36 +02:00
Nicolas Kosinski fcab942a24
npm: favor 'package' over 'module' (#10924)
As I understand the documentation, 'module' is more specific:
https://docs.npmjs.com/about-packages-and-modules

Note that the 'package' term is used in CLI help:

	$ npm install --help
	Install a package

	Usage:
	npm install [<package-spec> ...]
2023-10-11 09:33:22 +02:00
Nicolas Kosinski 67de197e7b
npm: describe implicit 'latest' version (#10925) 2023-10-11 09:32:21 +02:00
Sagar Verma 11104892fe
kernel-install: add page (#10923)
* kernel-install: add page

* kernel-install: fix typo
2023-10-11 08:06:36 +02:00
Ludev a171a92d44
rm: add Korean translation (#10895)
* rm : add Korean translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 10:58:08 +05:30
Juri Dispan 0bc2faa023
ico: add page (#10872)
* ico: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 10:57:09 +05:30
Aarya Zunjarrao be0988439b
qm-cloud-init : add page (#10891)
* qm cloud-init : add page

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 10:55:40 +05:30
Alexandre ZANNI 4c3bc78bcf
rubocop: add French translation (#10820) 2023-10-11 10:48:12 +05:30
Rui Alves 55704e0666
k9s: add page (#10911)
* k9s: add page

* k9s: update description

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

* k9s: update link to documentation

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

* k9s: update command style description

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

* k9s: update command style description

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 12:31:17 +08:00
Sebastiaan Speck ba0ad0b7a6
Update Dutch alias.md - typo (#10916) 2023-10-11 10:18:42 +08:00
Juri Dispan dad2fb6716
hd: add alias page (#10873)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-11 00:20:14 +02:00
Sadeed 75ef56c961
git-guilt: add page (#10890)
* git-guilt: add page

* git-guilt: fix command placeholders

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

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-10 13:39:18 +05:30
Sadeed bdd6684923
git-magic: add page (#10889)
* git-magic: add page

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-10 13:38:05 +05:30
Juri Dispan f1f0114a35
zeisstopnm: add page (#10888)
* zeisstopnm: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-10 13:27:44 +05:30
Narfinger c449cee6f2
shnsplit: add page; shntool-split: add alias page (#10861)
* shnsplit: add page

* shntool-split: add alias page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-10 13:22:43 +05:30
Muhammad Hanif Amrullah afa8175769
man: add Indonesian translation; cd: update Indonesian translation (#10914)
* linux/man: add Indonesian translation

* common/cd: update Indonesian translation
2023-10-10 12:08:04 +07:00
Sadeed 9d741c3b5c
gladtex: add page (#10892)
* gladtex: add page

* gladtex: update command description

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

* gladtex: update placeholder

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

* gladtex: update placeholders

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

* gladtex: update placeholder

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

* gladtex: update placeholder

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

* gladtex: update command description

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

* gladtex: update command description

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

* gladtex: update command description

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

* gladtex: update placeholder

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

* gladtex: update placeholder

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

* Apply suggestions from code review

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

* Update pages/common/gladtex.md

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-10 12:06:05 +07:00
Rui Alves 195f19a402
kops: add validate example (#10910) 2023-10-10 09:34:43 +05:30
Sambuddha Chatterjee 74711aa141
anytopnm: add page (#10908) 2023-10-10 09:21:10 +05:30
K.B.Dharun Krishna b00a77e909
MAINTAINERS-GUIDE: update page, add new Transparency section (#10818)
* MAINTAINERS-GUIDE: update page, add new section

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

* MAINTAINERS-GUIDE: update archive label link

Co-authored-by: Seth Falco <seth@falco.fun>

* MAINTAINERS-GUIDE: add rule about documenting settings changes

* MAINTAINERS-GUIDE: update wording

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-10 09:12:01 +05:30
Reinhart Previano Koentjoro 9117d7d1f4
common/open, open.fish: add page (#10848) 2023-10-10 09:10:03 +05:30
Justin Garrison bbd40cf6a6
systemd-inhibit: add page (#10879)
* systemd-inhibit: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-10 08:58:15 +05:30
Juri Dispan cf53a4c623
zforce: add page (#10868)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-09 22:12:52 +02:00
theBulaDev 14056ccc19
bun: add Polish translation (#10899)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-09 20:46:02 +02:00
Fyodor Dostoevsky f6dcb78026
rustdoc: add page (#10902)
* rustdoc: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-09 23:38:14 +05:30
fadharpra c6ca17ba02
docker-ps: add Indonesian translation (#10904)
* docker-ps: add Indonesian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-09 21:19:49 +05:30
theBulaDev 1ae78a1ccd
exa, eza: add Polish translation (#10867)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-09 15:14:01 +02:00
Lena 6e0a21c58b
krita: move to `common`, update description; style-guide: add description guidelines (#10858) 2023-10-09 19:12:47 +07:00
Justin Garrison ea327468b3
systemd-repart: add page (#10880)
* systemd-repart: add page

* Update pages/linux/systemd-repart.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-09 19:10:47 +07:00
Juri Dispan b16aec9a84
pamfile: add page (#10893)
* pamfile: add file

* Update pages/common/pamfile.md

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

* Update pages/common/pamfile.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-09 18:53:01 +07:00
Cristian Bastidas bc50cc7fa5
az-account, az-appconfig, az-bicep, az-config, az-devops, az-feedback: add Spanish translation (#10834)
* az-account: add Spanish translation

* az-appconfig: add Spanish translation

* az-bicep: add Spanish translation

* az-config: add Spanish translation

* az-devops: add Spanish translation

* az-feedback: add Spanish translation

---------

Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-09 09:25:45 +05:30
theBulaDev 1d6fa3c194
php: add German translation (#10857) 2023-10-09 09:21:15 +05:30
Juri Dispan e217a74172
pdfcrop: add page (#10859)
* pdfcrop: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-09 09:15:04 +05:30
K.B.Dharun Krishna ad91608331
ISSUE-TEMPLATES: fix typo (#10896) 2023-10-09 00:04:35 +02:00
caduvieira fce3eecb16
dvc, dvc-add, dvc-checkout: add pt_BR translation (#10812)
* dvc, dvc-add, dvc-checkout: add pt_BR translation

* dvc, dvc-add, dvc-checkout: add pt_BR translation

* dvc, dvc-add, dvc-checkout: add pt_BR translation
2023-10-09 01:00:55 +08:00
Alexandre ZANNI 3cf7a89a0e
ruby: add French translation, update page (#10817)
* ruby: add French translation, update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 21:25:35 +05:30
Dmytro Voytko ba681f2d0b
pacman, pamac: add Ukrainian translation (#10845) 2023-10-08 21:20:14 +05:30
tellmeY18 0214043116
extrepo: add page (#10876)
* extrepo: add page

---------

Co-authored-by: Vysakh Premkumar <vysakhpr218@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 20:02:38 +05:30
Juri Dispan 974b20ffd9
lz: add page (#10870)
* lz: add page

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-08 19:28:48 +05:30
K.B.Dharun Krishna 74b7890447
ISSUE-TEMPLATES: add page modification request template; update page request template (#10826)
Co-authored-by: Jack Lin <jacklin@cybersoft4u.com>
2023-10-08 13:45:55 +02:00
Alois Sečkár 41d9dd636a
cd, translation-templates/*: add Czech translation (#10791)
* cd, translation-templates/*: add Czech translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 17:01:17 +05:30
Alexandre ZANNI fa5682bff5
john: add French translation (#10814) 2023-10-08 16:59:23 +05:30
Alexandre ZANNI bdcd412b4b
crystal: add French translation, update page (#10821)
* crystal: add French translation, update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 16:58:50 +05:30
Alexandre ZANNI 8d95be0eaf
gulp: add French translation, update page (#10809)
* gulp: add French translation, update page
2023-10-08 16:21:22 +05:30
Alexandre ZANNI 909c41e985
hashcat: add French translation (#10813) 2023-10-08 16:20:09 +05:30
Alexandre ZANNI f2c1fd3a34
jq: add French translation, update page (#10802) 2023-10-08 16:19:07 +05:30
Jithin Sethumadhavan e3f54f9879
chmod: add Malayalam translation (#10836)
* chmod: add Malayalam translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 16:18:18 +05:30
Alexandre ZANNI 4cde1540a5
gem: add French translation (#10801) 2023-10-08 16:10:16 +05:30
Alexandre ZANNI b6361a1d66
bun: add French translation (#10811) 2023-10-08 16:09:18 +05:30
Jack Lin 0ad23419b1
just: update collision pages (#10783) 2023-10-08 16:06:30 +05:30
K.B.Dharun Krishna ad49fc9931
pkgctl: update page; pkgctl-{build,db-update,release}: add page; pkgctl-version: remove page (#10808)
* pkgctl: update page; pkgctl-{build,db-update,release}: add page; pkgctl-version: remove page

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-08 16:05:22 +05:30
Aditi Kharel 6ea3757a94
docker-compose: add Nepali translation (#10794)
* docker-compose: add Nepali translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 16:02:25 +05:30
Omnath Mandal f6148d7cba
cargo-rustdoc: add page (#10828)
* cargo-rustdoc: add page

---------

Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 15:50:48 +05:30
Omnath Mandal 6b2ee7e0e5
cargo-fetch: add page (#10883)
* [cargo fetch]

* [fix]

* Update cargo-fetch.md
2023-10-08 16:34:41 +07:00
Omnath Mandal bf3cf7310c
cargo-logout: add page (#10805)
* cargo-logout command

added cargo-logout command docs

* Updated cargo-logout.md

updated style to match other .md files

* Update cargo-logout.md

* Update cargo-logout.md

* fixes cargo-logout.md

* [FIX]

removed extra lines

* [FIX] cargo-logout.md

* Remove extra (s)

* removed extra example

* Update pages/common/cargo-logout.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-logout.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-logout.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* fix

* Update cargo-logout.md

* Update cargo-logout.md

* [Fixed] cargo-logout.md

* cargo-logout.md [FIX]

---------

Co-authored-by: pixel <pixel+github@chrissx.de>
2023-10-08 16:32:58 +07:00
caduvieira 220aab1ce1
git-alias, git-clone, git-config: add pt_BR translation (#10819)
* git alias, git clone, git config: add pt_BR translation

* Apply suggestions from code review

Fixed some typos.

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-07 23:57:19 -03:00
Arthur Oliveira 395a96298b
aws-s3-cp: add pt_BR translation (#10803) 2023-10-07 23:55:25 -03:00
Daniel Kaczmarczyk 16535be64c
gh-repo: update command (#10765)
* gh-repo: update the command

The flags changed around listing source repositories. This change reflects that.

* Update pages/common/gh-repo.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-08 02:06:46 +02:00
DEBADRIBASAK e80717507a
postconf: add page (#10784)
* Adding page for postconf command

* Adding trailing colon

* addressed comments

* addressed comments
2023-10-08 02:03:28 +02:00
DEBADRIBASAK 7016c1630f
dtrace: add page (#10787)
* dtrace: add page

* addressed comments

* Fixed formatting error.
2023-10-08 02:01:36 +02:00
Sunil c05e28331b
cargo-run: add page (#10795)
* Added docs for cargo run

* Added docs for cargo run

* Update pages/common/cargo-run.md

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

* Update pages/common/cargo-run.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-run.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-run.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-run.md

Co-authored-by: pixel <pixel+github@chrissx.de>

* Update pages/common/cargo-run.md

Co-authored-by: pixel <pixel+github@chrissx.de>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-10-08 02:00:07 +02:00
leenate 6b37ad2f56
systemd-ask-password: add page (#10824)
* systemd-ask-password: add page

* systemd-ask-password

Remove whitespace.

* Update pages/linux/systemd-ask-password.md

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

* Update pages/linux/systemd-ask-password.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-08 01:41:48 +02:00
Muhammad Hanif Amrullah 1e9aa6f52e
windows/logoff: add Indonesian translation (#10881)
* windows/logoff: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-07 21:26:33 +05:30
DEBADRIBASAK 7d9ec3054e
yplan: add page (#10785)
* Adding page for yplan

* Capitalize first letter

* addressed comments
2023-10-07 22:52:49 +07:00
DEBADRIBASAK 10cddcf55c
resolvconf: add page (#10780)
* Adding page for resolvconf command

* Added trailing newline that was causing test failure

* Added additional information on the command.

* Added additional information on the command.

* Removed the postconf file.

* addressed comments
2023-10-07 22:51:40 +07:00
Managor 5b971af23d
fio:edit page (#10847) 2023-10-07 17:36:06 +02:00
Juri Dispan e2db0e2505
MAINTAINERS: Add @gutjuri as collaborator (#10875) 2023-10-06 12:44:47 +02:00
theBulaDev d3e31a14da
php: update Polish translation (#10855) 2023-10-05 22:24:53 +02:00
hms5232 a58e4bd64a
choco, latex: fix wrong term translation (#10852)
"文檔" is used in zh_CN, for zh_TW, that is "文件".
2023-10-06 03:50:51 +08:00
Muhammad Hanif Amrullah 65d2b59a5b
windows/date: add Indonesian translation (#10839)
* windows/date: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-05 18:52:24 +05:30
Muhammad Hanif Amrullah 2adda914f1
windows/cd: update Indonesian translation (#10841)
* windows/cd: update Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-05 13:54:06 +05:30
Muhammad Hanif Amrullah 5ad5c833bf
free: add Indonesian translation (#10842)
* free: add Indonesian translation

* Update pages.id/linux/free.md

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

* Update pages.id/linux/free.md

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

* Update pages.id/linux/free.md

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

* Update pages.id/linux/free.md

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

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-05 15:17:38 +07:00
fadharpra 83300befe5
docker-build, yum: add Indonesian translation (#10827)
* docker-build, yum: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-05 13:36:33 +05:30
K.B.Dharun Krishna d12f8f8e53
CODEOWNERS: add @reinhart1010 for Indonesian pages (#10829) 2023-10-05 14:57:20 +07:00
Lena 1bec8f7247
compare,convert,identify,import,magick,mogrify,montage: update page (#10850) 2023-10-05 12:22:40 +05:30
Omnath Mandal 06af42cd0f
cargo-remove: add page (#10816)
* cargo-remove: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-10-05 12:12:06 +05:30
Mighty faccedbdfd
waydroid: add page (#10782)
* waydroid: add page

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-04 22:12:49 +05:30
Karl Dangerfield 937a658309
magick: update resizing example (#10764)
* magick: update resizing example

Update according to the example on https://imagemagick.org/Usage/resize/

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-04 22:00:55 +05:30
Tylerastro fb5a970497
*: add traditional Chinese translation (#10835) 2023-10-04 21:51:37 +05:30
Alejandro Armenta 6a50a531da
tail: add Spanish translation (#10825)
* tail: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-04 14:45:15 +05:30
Alexandre ZANNI 74933e5474
reboot: update French translation, update halt description (#10800)
* reboot: update French translation, update halt description

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Nicolas Kosinski <nicokosi@users.noreply.github.com>
2023-10-04 14:04:19 +05:30
Tristan Jahnke e747bd8132
scripts/*.py: update coding style (#10761)
* convert to f string

* use a next function instead of a for-loop

* remove uneeded else statement

* use in operator instead of multi comparison

* conver to f string

* adds extra line between function defs

* revert/change to PR comment around looping

* remove uneeded loops

* revert to keep old style choice
2023-10-04 14:02:15 +05:30
Alexandre ZANNI 71ee97c1f9
resolvectl: add French translation (#10799)
* resolvectl: add French translation
2023-10-04 11:04:03 +05:30
Aditya Jha 1381140226
disown: add Hindi translation (#10815)
* disown: add Hindi translation
2023-10-04 11:03:24 +05:30
Alexandre ZANNI bc4fff3bd1
drill: add French translation (#10822)
* drill: add French translation

* apply suggestions

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-04 12:52:44 +08:00
parthzz 2b6aec9fa1
lsyncd: add page (#10789)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-04 02:56:53 +02:00
hsicilia b3e0e79c2a
dnf: fix typo in Spanish translation (#10792) 2023-10-03 20:11:29 +05:30
dyegoaurelio b17e204669
git ls-tree: print the filenames of the current branch head in a tree structure (#10790) 2023-10-03 19:28:38 +05:30
pixel f8d6aa88dc
mktemp: fix `common` and standardize between variants (#10700)
* mktemp: fix `common` and standardize variants
* mktemp: add -p example
* linux/mktemp: add -p example
* linux/mktemp: mention `$TMPDIR` in the `-p` example
* osx/mktemp: add page
* linux/mktemp: fix errors
* linux/mktemp: add serial comma
2023-10-03 14:53:31 +02:00
parthzz d8fb645ac2
ifs: add page (#10775)
* ifs: add page

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-03 09:03:11 +05:30
K.B.Dharun Krishna 6538886138
*/halt: update link to `manned` (#10804)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-03 08:56:53 +05:30
CleanMachine1 a5e313879d
protonvpn-cli: add mention of associated page (#10823) 2023-10-03 07:55:49 +05:30
Tristan Jahnke 0a84c0194c
tt: add page (#10760)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-02 23:49:33 +02:00
Sunil Thunga 24b56f0643
cargo-report: add page (#10798)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-02 16:01:15 +02:00
Sunil Thunga 9134b02bc7
cargo-bench: add page (#10771)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-02 15:03:19 +02:00
Sunil Thunga 96fec4b355
cargo-fix: add page (#10774)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-02 15:02:25 +02:00
RoepLuke d845efb686
systemd-cryptenroll: add page (#10731)
* systemd-cryptenroll: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-02 17:41:45 +05:30
parthzz ed6d2346fe
tcpick: add page (#10779)
* tcpick: add page

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-02 15:30:27 +05:30
iagor molino 3e05d29f19
ufw: add pt_BR translation; */ufw: highlight `iptables` command (#10793)
* ufw : add pt_BR translation

* ufw: highlight iptables command

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

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-02 08:54:49 +02:00
parthzz f09e643b68
wkhtmltopdf: add page (#10772)
* Create basename.md

Adding basename command in tldr for linux

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Update basename.md

* Create wkhtmltopdf.md

* Update wkhtmltopdf.md

* Update wkhtmltopdf.md

* Update wkhtmltopdf.md

* Delete pages/linux/basename.md

As it is already present in commons folder.

* Update wkhtmltopdf.md

* Update wkhtmltopdf.md

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/wkhtmltopdf.md

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

* Update pages/common/wkhtmltopdf.md

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

* Update pages/common/wkhtmltopdf.md

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

* Update pages/common/wkhtmltopdf.md

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

* Update pages/common/wkhtmltopdf.md

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

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2023-10-02 08:34:23 +02:00
parthzz 768f6203d2
readonly: add page (#10786)
* readonly: add page

* Update readonly.md

* Update readonly.md

* Update pages/common/readonly.md

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

* Update readonly.md

* Update pages/common/readonly.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/readonly.md

* Update pages/common/readonly.md

* Update pages/common/readonly.md

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-02 12:54:14 +08:00
Caio Fuzatto ab351d458c
xcodes*: add pt_BR translation (#10767)
* translate xcodes

* translate xcodes-runtimes

* Update pages.pt_BR/osx/xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update pages.pt_BR/osx/xcodes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* Update xcodes-runtimes.md

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-10-01 15:25:55 -03:00
Ein Verne d6f19f1cdd
goku: add page (#10741)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-01 19:21:28 +02:00
ECMs 9127f8c40e
aws-cloudwatch: add Korean translation (#10699)
* aws-cloudwatch: add Korean translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 15:15:04 +05:30
dependabot[bot] 0a88f27198
build(deps): bump glob from 10.3.4 to 10.3.10 (#10776)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.4 to 10.3.10.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.4...v10.3.10)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 15:14:38 +05:30
Managor 026e056b47
bcachefs: add page (#10759)
* bcachefs: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 15:10:23 +05:30
dependabot[bot] 5036645bdd
build(deps): bump markdownlint-cli from 0.35.0 to 0.37.0 (#10777)
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.35.0 to 0.37.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.35.0...v0.37.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 15:09:16 +05:30
dependabot[bot] 4e97966646
build(deps): bump black from 23.7.0 to 23.9.1 (#10778)
Bumps [black](https://github.com/psf/black) from 23.7.0 to 23.9.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.7.0...23.9.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 15:08:58 +05:30
Seth Falco 834f486f4e
chore: ignore venv recursively (#10768) 2023-10-01 14:27:04 +05:30
Jack Lin 1c99a3888f
flutter: mention subcommand (#10781) 2023-10-01 14:19:22 +05:30
ECMs 19130c0c55
aws: update Korean translation; aws-{batch, cloud9},subcommand-mention: add Korean translation (#10756)
* aws: update Korean translation

* aws-batch: add Korean translation

* aws-cloud9: add Korean translation

* subcommand-mention: add Korean translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 14:18:50 +05:30
Lena ffab1fa468
cargo-{clean,fmt}: add page (#10770)
* cargo clean: add page

* cargo fmt: add page
2023-10-01 16:47:34 +08:00
MCK 7113ea246c
flutter: update page; flutter-pub: add page (#10734)
* [flutter] added flutter-pub main commands

* Update flutter-pub.md

* Update flutter-pub.md

* Update flutter-pub.md

* Update pages/common/flutter-pub.md

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

* Update pages/common/flutter-pub.md

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

* Update pages/common/flutter-pub.md

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

* Removing unnecessary commas

* Update pages/common/flutter-pub.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-10-01 15:43:58 +08:00
Andreas Björn d2173c610b
tod: add page (#10710)
* tod: add page

* tod: add page

* tod: add page

* Apply suggestions from code review

---------

Co-authored-by: Andreas Björn <coriakin@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 15:37:33 +08:00
Jimmy 5320698efd
aa-*: add pages (#10722)
* aa-status: add page

* aa-enforce: add page

* aa-disable: add page

* aa-disable: fix typos

* aa-complain: add page

* aa-complain: fix link

* aa-status: fix build errors

* aa-complain: fix build errors

* aa-disable: fix build errors

* aa-enforce: fix build errors

* aa-enforce: fix build errors

* aa-disable: fix build errors

* aa-status: fix build errors

* aa-complain: fix build errors

* aa-disable: fix typos

* aa-enforce: fix typos

* aa-complain: fix typo

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* aa-complain: fix typo

* aa-*: reference between pages

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-01 15:31:52 +08:00
K.B.Dharun Krishna 990846342d
hwinfo: update documentation link (#10766)
As suggested in #10755
2023-09-30 22:49:07 +08:00
Mehrad Mahmoudian 6b726522a5
hwinfo: add page (#10755)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-28 21:04:40 +03:00
Austin Nazworth 7944c08ac7
idea: add page (#10763)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-28 19:20:15 +02:00
K.B.Dharun Krishna f6ea57ba13
CODEOWNERS: add @kant for Spanish pages (#10758) 2023-09-27 22:14:58 +08:00
Ulysse Buonomo 262e9d5f3b
todo.sh: add page (#10757)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-27 15:34:12 +02:00
Florian Wilhelm aa819f948f
mkosi: add page (#10721)
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-27 15:26:21 +02:00
shellheim 99047ec3b4
lchage: add page (#10754)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-27 15:24:36 +02:00
TornaxO7 21bbd4978b
rustic: add page (#10743)
* rustic: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-27 06:21:08 +05:30
07416 94b7fcddf5
w3m: update page, fix invalid options (#10752) 2023-09-26 19:58:03 +02:00
CouldBeThis beed548922
shellcheck: fix typo (#10750) 2023-09-26 08:49:23 +05:30
mag4no10 33756f5b5e
grub-mkconfig: add Spanish translation (#10728)
* grub-mkconfig: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-09-26 00:44:02 +05:30
Ulysse Buonomo 542f36ffe8
!: add word designator example (#10753) 2023-09-25 23:37:36 +05:30
K.B.Dharun Krishna 3bf5a047fe
MAINTAINERS: add @kant as collaborator (#10751)
Closes #10738
2023-09-25 11:00:35 +08:00
TornaxO7 351b2f262c
cargo-check: add page (#10744)
* cargo-check: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-24 20:56:30 +05:30
Osman F Bayram 07042bbb5e
trash: fix typo in Turkish translation (#10746) 2023-09-24 10:40:06 +05:30
shellheim 8bfb4c0e87
pdftohtml: add page (#10748)
* pdftohtml: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-23 22:11:09 +05:30
Stephen Ball 6ee0f4e5a3
caffeinate: add `-w` flag example (#10749)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-23 22:11:08 +05:30
Bárbara Perdigão a140f87dac
logcat: update pt_BR translation (#10736) 2023-09-23 22:09:43 +05:30
TornaxO7 a7da551d0a
cargo-update: add page (#10745) 2023-09-23 22:19:52 +09:00
Austin Nazworth 2cc32476ba
devcontainer: add page (#10740)
* devcontainer: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-23 18:38:42 +05:30
Lena 0981a147b9
cargo: update page; cargo-{init,new}: add page (#10742)
* cargo-{init,new}: add page

* cargo: update page
2023-09-22 12:40:40 +05:30
K.B.Dharun Krishna bb5be087f1
CODEOWNERS: add @isaacvicente for pt_BR 2023-09-21 13:30:49 +05:30
Isaac Vicente 34a3480a57
MAINTAINERS: add @isaacvicente as collaborator (#10739)
* MAINTAINERS: add @isaacvicente as collaborator

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-21 13:29:17 +05:30
Matthieu LAURENT f2128bfbb8
resolvectl: add cache flushing and statistics, remove openpgp (#10735)
* resolvectl: add flush-caches and statistics

* resolvectl: remove openpgp

* resolvectl: add precision about DNSSEC verdicts

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-20 13:26:05 +05:30
ECMs 634e84e699
aws-backup: add Korean translation (#10697) 2023-09-20 13:15:20 +08:00
ECMs 271f113196
ac: add Korean translation (#10696)
* ac: add Korean translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-20 09:45:31 +05:30
ECMs e0e7829792
am: add Korean translation (#10694) 2023-09-20 08:59:33 +05:30
ECMs da81653c43
bugreport: add Korean translation (#10695) 2023-09-20 08:59:14 +05:30
ECMs 487bb30984
ant: add Korean translation (#10690) 2023-09-20 08:58:41 +05:30
ECMs bac77a0148
date: update Korean translation (#10685) 2023-09-20 08:55:57 +05:30
K.B.Dharun Krishna f5930b2f3e
apx: update page; apx-{pkgmanagers,stacks,subsystems}: add page (#10665)
* apx: update page; apx-{pkgmanagers,stacks,subsystems}: update page

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* apx-stacks: update export description

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-20 11:22:32 +08:00
t-mangoe c4309f772e
bc: add Japanese translation (#10631)
* bc: add Japanese translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-09-20 08:49:29 +05:30
Lena 79563e22cc
dracut, lsinitrd: add page (#10635)
* dracut: add page

* lsinitrd: add page

* dracut, lsinitrd: "dracut modules" => "modules"

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-20 10:42:11 +08:00
aoi-hiraeth a36f018973
xbps-install: add Russian translation (#10605)
* Create xbps-install.md

* Update pages.ru/linux/xbps-install.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-20 10:33:23 +08:00
Isaac Vicente 82d851a2ba
docker*, x11docker, kdocker: add pt_BR translation (#10507)
* btrfs-restore: Add pt_BR translation

* btrfs-version: Add pt_BR translation

* btrfs-scrub: Add pt_BR translation

* mkfs.btrfs: Add pt_BR translation

* fix: remove trailing whitespaces and surround example by new line

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* fix: put beginning verbs in infinitive

* docker*, x11docker, kdocker: add pt_BR translation

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-09-20 10:04:40 +08:00
Lena 3f480249d9
rustup-{set,self,completions,doc,override,component}: add page (#10729)
* rustup set: add page

* rustup self: add page

* rustup completions: add page

* rustup doc: add page

* rustup override: add page

* rustup component: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-19 18:23:11 +05:30
mrusme 02b70933d3
socat: update page (#10706) 2023-09-19 09:19:30 +05:30
Isaac Vicente defdbfba73
ssh*, autossh, pssh: add pt_BR translation (#10506)
* btrfs-restore: Add pt_BR translation

* btrfs-version: Add pt_BR translation

* btrfs-scrub: Add pt_BR translation

* mkfs.btrfs: Add pt_BR translation

* fix: remove trailing whitespaces and surround example by new line

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* fix: put beginning verbs in infinitive

* ssh*, autossh, pssh: add pt_BR translation

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-09-18 16:32:08 +08:00
Isaac Vicente 8b3d8db6aa
virsh, virsh-*: add pt_BR translation (#10505)
* btrfs-restore: Add pt_BR translation

* btrfs-version: Add pt_BR translation

* btrfs-scrub: Add pt_BR translation

* mkfs.btrfs: Add pt_BR translation

* fix: remove trailing whitespaces and surround example by new line

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* fix: put beginning verbs in infinitive

* virsh, virsh-*: add pt_BR translation

* Update pages.pt_BR/common/virsh-pool-define-as.md

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-18 12:15:30 +08:00
Isaac Vicente 3404f3fef3
podman, podman-*: add pt_BR translation (#10504)
* btrfs-restore: Add pt_BR translation

* btrfs-version: Add pt_BR translation

* btrfs-scrub: Add pt_BR translation

* mkfs.btrfs: Add pt_BR translation

* fix: remove trailing whitespaces and surround example by new line

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* Update pages.pt_BR/linux/btrfs-restore.md

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* fix: put beginning verbs in infinitive

* podman, podman-*: add pt_BR translation

* fix: typos

* Update pages.pt_BR/common/podman-ps.md

* Update podman-ps.md

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-18 12:04:46 +08:00
Lena 7de6d9b69f
iptables: update page; ip6tables, ip{6,}tables-{restore,save}: add page (#10715)
* iptables: update page

* iptables-{restore,save}: add page

* ip6tables, ip6tables-{restore,save}: add alias page

* iptables-save: remove trailing whitespace
2023-09-18 11:57:51 +08:00
Lena 542435035a
systemd-detect-virt: add page (#10723)
* systemd-detect-virt: add page

* systemd-detect-virt: "0" => "zero"

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-18 11:35:30 +08:00
Lena 6d01f29bbd
rustup-{install,run,which,help,man}: add page (#10661) 2023-09-17 10:18:25 +05:30
Austin Nazworth 1700d8a30e
bun: add page (#10725)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-16 23:16:42 +02:00
Shashank Hebbar fe83da73f9
systemd-sysext: add page (#10724)
* systemd-sysext: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-17 02:12:26 +05:30
Nethum Lamahewage 49814a0d8e
stylua: add page (#10727)
* stylua: add page

* stylua: adopt suggestions

- Grammar fix in description
- Different way to get input file to stdin

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-17 01:59:29 +05:30
K.B.Dharun Krishna f28ae569d4 linode-cli-*: update pages;move pages to common directory;linode-cli-{account,events,tickets,volumes}:add page
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

linode-cli: update description

linodes: update page

linode-cli-account: add page

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

linode-cli-events: add page

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

linode-cli-volumes: add page

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

linode-cli-tickets: add page

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

linode-cli: update page

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

linode-cli-domains: update page

Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-17 01:52:49 +05:30
K.B.Dharun Krishna f2d698157c linode-cli-*: update page 2023-09-17 01:52:49 +05:30
John e93552e7bf linode-cli, linode-cli-lke, linode-cli-linodes, linode-cli-nodebalancers, linode-cli-object-storage, linode-cli-domains: add page
linode-cli, linode-cli-lke, linode-cli-linodes, linode-cli-nodebalancers, linode-cli-object-storage, linode-cli-domains: fix typo

linode-cli, linode-cli-lke, linode-cli-linodes, linode-cli-nodebalancers, linode-cli-object-storage, linode-cli-domains: fix typo

linode-cli, linode-cli-lke, linode-cli-linodes, linode-cli-nodebalancers, linode-cli-object-storage, linode-cli-domains: fix

linode-cli, linode-cli-lke, linode-cli-linodes, linode-cli-nodebalancers, linode-cli-object-storage, linode-cli-domains: add page
2023-09-17 01:52:49 +05:30
marc bfca57ffee
xcodes, xcodes-runtimes: add page (#10718)
* xcodes, xcodes-runtimes: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-15 14:40:01 +05:30
ECMs 8db5339628
bzip2: update Korean translation (#10684) 2023-09-15 10:49:15 +05:30
ECMs fb97b8a8ab
act: add Korean translation (#10673) 2023-09-15 12:31:51 +08:00
K.B.Dharun Krishna c2bc940e6c
alias-pages: add `:` to Farsi translation (#10703) 2023-09-15 09:39:16 +05:30
pixel 681f8f0d17
!: move to common (#10720) 2023-09-15 12:02:06 +08:00
Managor 43d8bf8948
!: edit page (#10663)
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-09-15 02:39:50 +02:00
mortalpuppet 39cea3c17d
2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation (#10603)
* 2to3, 7za, 7zr, [, [[, android/*: add Farsi Translation; 7z: update Farsi Translation

---------

Co-authored-by: mortalpuppet <misagh.sj@mgail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-14 21:01:28 +05:30
Darío Hereñú be457c6ef1
lex: add Spanish translation (#10516)
* lex: add Spanish translation

* Rename pages.es/osx/lex.md/lex.md to pages.es/osx/lex1.md

* Rename lex1.md to lex.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-13 14:45:13 +05:30
Darío Hereñú d94e4ddd9d
nettop: add Spanish translation (#10515) 2023-09-13 14:44:19 +05:30
Darío Hereñú d3338f79b5
mdfind: add Spanish translation (#10514) 2023-09-13 14:43:45 +05:30
wangme88 af0b9b98de
op: add page (#10717)
* op: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-13 07:04:40 +05:30
K.B.Dharun Krishna eca9c1e539
CI/codespell: remove changed-files action, use point release of action (#10707)
* CI/codespell: remove changed-files action

Superseeds #10704

This change would make the CI run only on English pages by directly passing the path to Codespell to prevent false detections like https://github.com/tldr-pages/tldr/pull/10702/files for other languages, There still would be annotations made for other English pages not in PR similar to now, but it won't prevent us from merging the PR as we have the only_warn parameter set to 1.

* CI/codespell: use point release instead of master

Using the development branch isn't ideal for production as it is prone to breakage with a faulty bug or PR. So in this commit, I am updating the codespell action to use the point release instead for more stability and versatility.
2023-09-12 21:28:12 +05:30
Reed 9af4d7820e
eza: add page (#10714)
* eza: add page

* eza: update title

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

* eza: update title

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-12 21:04:09 +05:30
Miroslav Shubernetskiy 406f328a4c
iptables: update page (#10713)
* iptables: adding `--line-numbers` to list example
* iptables: use long options, add backticks

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-12 14:54:42 +02:00
wangme88 6f8ca02a42
cargo-{help,version}: add page (#10712)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-12 14:46:30 +02:00
Lena 9346dcac90
htop: add missing placeholder (#10708) 2023-09-11 21:15:05 +02:00
Johan Degn 5ccb5bbed8
l2ping: add page (#10711)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-11 15:14:04 +02:00
Shashank Hebbar f070228d1c
systemd-sysusers: add page (#10693)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-11 14:31:50 +02:00
879hun675tgfoO098 6790184636
csh: add French translation (#10702)
* csh: add French translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 22:05:14 +05:30
2449 changed files with 32631 additions and 3979 deletions

32
.github/CODEOWNERS vendored
View File

@ -1,19 +1,35 @@
/pages.de/ @pixelcmtd @marchersimon
/pages.es/ @navarroaxel
/pages.it/ @mebeim @yutyo
/pages.de/ @pixelcmtd @gutjuri
/pages.es/ @navarroaxel @kant
/pages.hi/ @kbdharun
/pages.id/ @reinhart1010
/pages.it/ @mebeim @yutyo @Magrid0
/pages.ko/ @IMHOJEONG
/pages.nl/ @sebastiaanspeck @leonvsc @Waples
/pages.pl/ @acuteenvy
/pages.pt_BR/ @waldyrious
/pages.pt_BR/ @waldyrious @isaacvicente
/pages.pt_PT/ @waldyrious
/pages.ta/ @kbdharun
/pages.tr/ @yutyo
/pages.zh/ @blueskyson @einverne
/pages.zh_TW/ @blueskyson
/contributing-guides/*.de.md @pixelcmtd @marchersimon
/contributing-guides/*.es.md @navarroaxel
/contributing-guides/*.it.md @mebeim @yutyo
/pages/linux/ @sbrl
/*.md @sbrl @kbdharun
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
/scripts/* @sebastiaanspeck
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
/contributing-guides/style-guide.md @sbrl @kbdharun
/contributing-guides/*.de.md @pixelcmtd @gutjuri
/contributing-guides/*.es.md @navarroaxel @kant
/contributing-guides/*.hi.md @kbdharun
/contributing-guides/*.id.md @reinhart1010
/contributing-guides/*.it.md @mebeim @yutyo @Magrid0
/contributing-guides/*.ko.md @IMHOJEONG
/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples
/contributing-guides/*.pl.md @acuteenvy
/contributing-guides/*.pt_BR.md @waldyrious
/contributing-guides/*.pt_BR.md @waldyrious @isaacvicente
/contributing-guides/*.pt_PT.md @waldyrious
/contributing-guides/*.ta.md @kbdharun
/contributing-guides/*.tr.md @yutyo

View File

@ -0,0 +1,46 @@
name: 📄 Let's document
title: "Let's document: "
description: Request creation of multiple related pages (e.g. a utility with multiple subcommands).
labels: new command, help wanted, let's document
body:
- type: textarea
attributes:
label: Command description
description: Describe the commands you want to create.
placeholder: Tell us about the commands!
validations:
required: true
- type: input
attributes:
label: Documentation
description: Link to the official documentation.
placeholder: https://example.com
- type: dropdown
attributes:
label: Platform
description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
options:
- Android
- Common
- FreeBSD
- Linux
- macOS (OS X)
- NetBSD
- OpenBSD
- SunOS
- Windows
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Provide additional information if the command differs between platforms.
- type: textarea
attributes:
label: Commands
description: List out all the pages you want to create.
placeholder: |
- [] command1
- [] command2
validations:
required: true

View File

@ -0,0 +1,42 @@
name: 📄 Page modification request
title: "Page modification request: "
description: Request modification of a page.
labels: page edit, help wanted
body:
- type: textarea
attributes:
label: Command description
description: Describe the command you want the page(s) to be modified.
placeholder: Tell us about the changes in the command!
validations:
required: true
- type: input
attributes:
label: Command details
description: Describe any details related to a command.
placeholder: e.g. command version
- type: input
attributes:
label: Documentation
description: Link to the official documentation.
placeholder: https://example.com
- type: dropdown
attributes:
label: Platform
description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
options:
- Android
- Common
- FreeBSD
- Linux
- macOS (OS X)
- NetBSD
- OpenBSD
- SunOS
- Windows
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Provide additional information if the command differs between platforms.

View File

@ -1,6 +1,6 @@
name: 📄 Page request
title: "page request: "
description: Page request template.
title: "Page request: "
description: Request creation of a page.
labels: new command, help wanted
body:
- type: textarea
@ -8,19 +8,35 @@ body:
label: Command description
description: Describe a command you want to be summarized.
placeholder: Tell us about the command!
validations:
required: true
- type: input
attributes:
label: Command details
description: Describe any details related to a command.
placeholder: e.g. command version
- type: checkboxes
- type: input
attributes:
label: OS
description: Select which operating system(s) this command works with.
label: Documentation
description: Link to the official documentation.
placeholder: https://example.com
- type: dropdown
attributes:
label: Platform
description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
options:
- label: Android
- label: Linux
- label: macOS
- label: sunOS
- label: Windows
- Android
- Common
- FreeBSD
- Linux
- macOS (OS X)
- NetBSD
- OpenBSD
- SunOS
- Windows
validations:
required: true
- type: textarea
attributes:
label: Additional information
description: Provide additional information if the command differs between platforms.

View File

@ -1,40 +1,12 @@
name: 📄 Page translation request
title: "page translation: "
description: Page translation request template.
labels: translation
title: "Page translation request: "
description: Request translation of a page.
labels: translation, help wanted
body:
- type: textarea
attributes:
label: Command description
description: Describe a command you want to be translated.
description: Describe the command to get translated for your language.
placeholder: Tell us what TLDR page you want to see in your language!
validations:
required: true
- type: input
attributes:
label: Command details
description: Describe any details related to a command.
placeholder: e.g. command version
- type: dropdown
attributes:
label: OS
description: Select an operating system category which this command falls into.
multiple: false
options:
- Linux
- Android
- macOS
- Windows
- General
- Other
validations:
required: true
- type: input
attributes:
label: OS details
description: Describe any details related to an operating system.
placeholder: |
e.g. OS version obtained via:
`uname -a` for Linux
`sw_vers` for macOS
`ver` for Windows

View File

@ -13,13 +13,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
@ -43,7 +45,7 @@ jobs:
- name: Build PDF
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
working-directory: ./scripts/pdf
run: python render.py ../../pages -c solarized-light
run: bash build-pdf.sh
- name: Deploy
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'

View File

@ -1,6 +1,12 @@
name: Codespell
on: ['pull_request']
on:
pull_request:
# Ignore all other languages except English
paths-ignore:
- 'pages.*/*/*'
- 'contributing-guides/style-guide.*.md'
- 'package-lock.json'
jobs:
build:
@ -11,17 +17,20 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.0.0
uses: tj-actions/changed-files@v40.2.0
with:
# Ignore all other languages except English
files_ignore: |
pages.*/*/*
contributing-guides/style-guide.*.md
package-lock.json
- uses: codespell-project/actions-codespell@master
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .github/codespell-ignore
# Exit with 0 regardless of typos.
only_warn: 1
# Skip non-English pages
skip: ./pages.*/*/*.md,./contributing-guides/style-guide.*.md
# Only check files in the PR
path: ${{ steps.changed-files.outputs.all_changed_files }}

2
.gitignore vendored
View File

@ -27,4 +27,4 @@ scripts/pdf/tldr-pages.pdf
# Python venv for testing the PDF script
# Create it with: python3 -m venv scripts/pdf/venv/
scripts/pdf/venv/
venv

View File

@ -1,12 +1,11 @@
# tldr-pages client specification
**Current Specification Version:** 2.0
**Current Specification Version:** 2.1
This document contains the official specification for tldr-pages clients. It is _not_ a specification of the format of the pages themselves - only a specification of how a user should be able to interface with an official client. For a list of previous versions of the specification, see the [changelog section](#Changelog) below.
This document contains the official specification for tldr-pages clients. It is _not_ a specification of the format of the pages themselves - only a specification of how a user should be able to interface with an official client. For a list of previous versions of the specification, see the [changelog section](#changelog) below.
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
## Terminology
This section defines key terms that are relevant for understanding this specification document.
@ -24,7 +23,6 @@ If a page is common across multiple platforms, but slightly different on a given
For example, if the command `foo` is common to `mac`, `windows`, and `linux` but functions differently on `windows`, then the main page will be stored in `common`, and a copy will be placed in `windows` that's altered to match the different functionality.
## Command-line interface
This section describes the standardised command-line interface (CLI) for clients implementing one. Clients that do not provide a CLI can ignore this section.
@ -78,12 +76,12 @@ This section documents the directory structure that contains the pages themselve
The main version of every page is stored inside (but not directly) the `pages` directory. Inside this directory, there is a folder for each platform - for example `windows`, `linux`, and the special `common` platform:
- `pages/`
- `common/`
- `linux/`
- `windows/`
- `osx/`
- ...etc.
- `pages/`
- `common/`
- `linux/`
- `windows/`
- `osx/`
- ...etc.
It is RECOMMENDED that clients support `macos` as an alias for `osx`.
@ -97,27 +95,30 @@ Command name | Mapped name | Filename
`git checkout` | `git-checkout` | `git-checkout.md`
`tar` | `tar` | `tar.md`
### Translations
Other directories sit alongside the main `pages` directory, and contain translations of the main versions of every page - though pages MAY NOT have a translation available for a given language yet. Furthermore, a given language MAY NOT have a folder yet either. The format of these directories is `pages.<locale>`, where `<locale>` is a [POSIX Locale Name](https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html#Locale-Names) in the form of `<language>_<country>`, where:
- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).
- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).
Some examples:
- Chinese (Taiwan): `pages.zh_TW`.
- Portuguese (Brazil): `pages.pt_BR`.
- Italian: `pages.it`.
- Chinese (Taiwan): `pages.zh_TW`.
- Portuguese (Brazil): `pages.pt_BR`.
- Italian: `pages.it`.
The structure inside these translation folders is identical to that of the main `pages` folder.
## Page structure
Although this specification is about the interface that clients must provide, it is also worth noting that pages are written in standard [CommonMark](https://commonmark.org/), which the exception of the non-standard `{{` and `}}` syntax, which surrounds values in an example that users may edit. Clients MUST NOT break if the page format is changed within the _CommonMark_ specification.
Although this specification is about the interface that clients must provide, it is also worth noting that pages are written in standard [CommonMark](https://commonmark.org/), with the exception of the non-standard `{{` and `}}` placeholder syntax, which surrounds values in an example that users may edit. Clients MAY highlight the placeholders and MUST remove the surrounding curly braces. Clients MUST NOT treat them as the placeholder syntax if they are escaped using `\` (i.e. `\{\{` and `\}\}`) and MUST instead display literal braces, without backslashes. Placeholder escaping applies only when both braces are escaped (e.g. in `\{` or `\{{`, backslashes MUST be displayed). Clients MUST NOT break if the page format is changed within the _CommonMark_ specification.
### Examples
- `ping {{example.com}}` MUST be rendered as "ping example.com"
- `docker inspect --format '\{\{range.NetworkSettings.Networks\}\}\{\{.IPAddress\}\}\{\{end\}\}' {{container}}` MUST be rendered as "docker inspect --format '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container"
- `mount \\{{computer_name}}\{{share_name}} Z:` MUST be rendered as "mount \\\\computer_name\share_name Z:"
## Page resolution
@ -125,12 +126,13 @@ This section defines the algorithm by which a client can decide which page a use
After transparently replacing spaces (` `) with dashes (`-`) and lowercasing the name, clients have several decisions to make:
- The language of a page to display to a client
- The platform to display a page from
- The language of a page to display to a client
- The platform to display a page from
### Platform
Clients MUST default to displaying the page associated with the platform on which the client is running.
For example, a client running on _Windows 11_ will default to displaying pages from the `windows` platform.
Clients MAY provide a user-configurable option to override this behaviour, however.
@ -149,6 +151,8 @@ Steps #3 and #4 may be done in either order.
It is possible that due to this page resolution logic, the client may show a page which does not belong to the host platform because a page can reside in `common`, and not be present on the host platform. Clients must not assume that a given command is always executable on the host platform.
It is RECOMMENDED that clients detect new platforms added to the relevant `pages` directory automatically.
#### If a page is not found
If a page cannot be found in _any_ platform, then it is RECOMMENDED that clients display an error message with a link to create a new issue against the `tldr-pages/tldr` GitHub repository. Said link might take the following form:
@ -163,7 +167,6 @@ where `{command_name}` is the name of the command that was not found. Clients th
If multiple versions of a page were found for different platforms, then a client MAY choose to display a notice to the user notifying them of this.
## Language
Pages can be written in multiple languages. If a client has access to environment variables, it MUST use them to derive the preferred user language as described in the next paragraphs. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting `navigator.languages` in a browser, etc.).
@ -194,16 +197,19 @@ It is also RECOMMENDED to make the language configurable, to not only rely on th
The [`LC_MESSAGES` environment variable](https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html) MAY be present. If the client itself is localized and this environment variable is present, it MUST use its value to determine the language in which interface text is shown (separately from the language used for pages). In the absence of `LC_MESSAGES`, then `LANG` and `LANGUAGE` MUST be used for this purpose instead.
**Note that** for page lookup it is highly RECOMMENDED to give precedence to the platform over the language. In other words, look for a platform under each language, before checking the next preferred language. This ensures a meaningful and correct page resolution.
> [!IMPORTANT]
> For page lookup it is highly RECOMMENDED to give precedence to the platform over the language. In other words, look for a platform under each language, before checking the next preferred language. This ensures a meaningful and correct page resolution.
Here's an example of how the lookup should be done on `linux` having set `LANG=it` and `LANGUAGE="it:fr:en"`:
1. pages.it/linux/some-page.md -> does not exist
2. pages.fr/linux/some-page.md -> does not exist
3. pages/linux/some-page.md -> does not exist
4. pages.it/common/some-page.md -> does not exist
5. pages.fr/common/some-page.md -> does not exist
6. pages/common/some-page.md -> FOUND!
Step | Path checked | Outcome
------|--------------------------------|-----------------------
1 | pages.it/linux/some-page.md | does not exist
2 | pages.fr/linux/some-page.md | does not exist
3 | pages/linux/some-page.md | does not exist
4 | pages.it/common/some-page.md | does not exist
5 | pages.fr/common/some-page.md | does not exist
6 | pages/common/some-page.md | FOUND!
## Caching
@ -211,7 +217,6 @@ If appropriate, it is RECOMMENDED that clients implement a cache of pages. If im
Caching SHOULD be done according to the user's language configuration (if any), to not waste unneeded space for unused languages. Additionally, clients MAY automatically update the cache regularly.
## Changelog
<!--
@ -225,35 +230,40 @@ including the changes. NOTE: tagging of the commit with a new version tag (in
the form `vX.Y`) should be done immediately AFTER merging the version bump, as
the commit hash changes when merging with squash or rebase.
-->
- Unreleased
- [v2.0, September 10th 2023](https://github.com/tldr-pages/tldr/blob/v2.0/CLIENT-SPECIFICATION.md) ([#10148](https://github.com/tldr-pages/tldr/pull/10148))
- Add recommendation to support `macos` alias for `osx` ([#7514](https://github.com/tldr-pages/tldr/pull/7514))
- Drop the special "all" platform from the `--list` flag ([#7561](https://github.com/tldr-pages/tldr/pull/7561))
- Drop the `master` branch from the assets link. ([#9668](https://github.com/tldr-pages/tldr/pull/9668))
- Require support for long options ([#9651](https://github.com/tldr-pages/tldr/pull/9651))
- Add recommendation to support caching individual translation archives ([#10148](https://github.com/tldr-pages/tldr/pull/10148))
- Unreleased
- [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428))
- Add requirement for converting command names to lowercase before running the page resolution algorithm.
- Use HTTPS for archive links.
- [v2.1, November 30th 2023](https://github.com/tldr-pages/tldr/blob/v2.1/CLIENT-SPECIFICATION.md) ([#11523](https://github.com/tldr-pages/tldr/pull/11523))
- Add requirement to support escaping the placeholder syntax in certain pages ([#10730](https://github.com/tldr-pages/tldr/pull/10730))
- Add suggestion to detect new platforms added to the relevant `pages` directory automatically ([#11523](https://github.com/tldr-pages/tldr/pull/11523))
- [v1.4, August 13th 2020](https://github.com/tldr-pages/tldr/blob/v1.4/CLIENT-SPECIFICATION.md) ([#4246](https://github.com/tldr-pages/tldr/pull/4246))
- Add requirement for CLI clients to use non-zero exit code on failing to find a page.
- [v2.0, September 10th 2023](https://github.com/tldr-pages/tldr/blob/v2.0/CLIENT-SPECIFICATION.md) ([#10148](https://github.com/tldr-pages/tldr/pull/10148))
- Add recommendation to support `macos` alias for `osx` ([#7514](https://github.com/tldr-pages/tldr/pull/7514))
- Drop the special "all" platform from the `--list` flag ([#7561](https://github.com/tldr-pages/tldr/pull/7561))
- Drop the `master` branch from the assets link. ([#9668](https://github.com/tldr-pages/tldr/pull/9668))
- Require support for long options ([#9651](https://github.com/tldr-pages/tldr/pull/9651))
- Add recommendation to support caching individual translation archives ([#10148](https://github.com/tldr-pages/tldr/pull/10148))
- [v1.3, June 11th 2020](https://github.com/tldr-pages/tldr/blob/v1.3/CLIENT-SPECIFICATION.md) ([#4101](https://github.com/tldr-pages/tldr/pull/4101))
- Clarified fallback to English in the language resolution algorithm.
- Update the `LANG` and `LANGUAGE` environment variables to conform to the GNU spec.
- [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428))
- Add requirement for converting command names to lowercase before running the page resolution algorithm.
- Use HTTPS for archive links.
- [v1.2, July 3rd 2019](https://github.com/tldr-pages/tldr/blob/v1.2/CLIENT-SPECIFICATION.md) ([#3168](https://github.com/tldr-pages/tldr/pull/3168))
- Addition of a new `-L, --language` recommended command-line option.
- Rewording of the language section, also encouraging the use of configuration files for language.
- Shift from BCP-47 to POSIX style locale tags, with consequent **deprecation of previous versions of the spec**.
- Clearer clarification about the recommended caching functionality.
- Correction of the usage of the term "arguments" in the homonym section.
- [v1.4, August 13th 2020](https://github.com/tldr-pages/tldr/blob/v1.4/CLIENT-SPECIFICATION.md) ([#4246](https://github.com/tldr-pages/tldr/pull/4246))
- Add requirement for CLI clients to use non-zero exit code on failing to find a page.
- [v1.1, April 1st 2019](https://github.com/tldr-pages/tldr/blob/v1.1/CLIENT-SPECIFICATION.md) (deprecated) ([#2859](https://github.com/tldr-pages/tldr/pull/2859))
- Clarified platform section.
- [v1.3, June 11th 2020](https://github.com/tldr-pages/tldr/blob/v1.3/CLIENT-SPECIFICATION.md) ([#4101](https://github.com/tldr-pages/tldr/pull/4101))
- Clarified fallback to English in the language resolution algorithm.
- Update the `LANG` and `LANGUAGE` environment variables to conform to the GNU spec.
- [v1.0, January 23rd 2019](https://github.com/tldr-pages/tldr/blob/v1.0/CLIENT-SPECIFICATION.md) (deprecated) ([#2706](https://github.com/tldr-pages/tldr/pull/2706))
- Initial release.
- [v1.2, July 3rd 2019](https://github.com/tldr-pages/tldr/blob/v1.2/CLIENT-SPECIFICATION.md) ([#3168](https://github.com/tldr-pages/tldr/pull/3168))
- Addition of a new `-L, --language` recommended command-line option.
- Rewording of the language section, also encouraging the use of configuration files for language.
- Shift from BCP-47 to POSIX style locale tags, with consequent **deprecation of previous versions of the spec**.
- Clearer clarification about the recommended caching functionality.
- Correction of the usage of the term "arguments" in the homonym section.
- [v1.1, April 1st 2019](https://github.com/tldr-pages/tldr/blob/v1.1/CLIENT-SPECIFICATION.md) (deprecated) ([#2859](https://github.com/tldr-pages/tldr/pull/2859))
- Clarified platform section.
- [v1.0, January 23rd 2019](https://github.com/tldr-pages/tldr/blob/v1.0/CLIENT-SPECIFICATION.md) (deprecated) ([#2706](https://github.com/tldr-pages/tldr/pull/2706))
- Initial release.

View File

@ -46,8 +46,9 @@ exceptions can always be considered, via open community discussion.)
This means they will be able to
push commits to all of the organization's repositories,
merge PRs, label and close issues, among other things.
_Note_: All members of the tldr-pages organization
must make their membership public.
> [!NOTE]
> All members of the tldr-pages organization
> must make their membership public.
- **Organization members who remain active for a while should become organization owners.**
Specifically: members of the tldr-pages organization
@ -78,8 +79,9 @@ exceptions can always be considered, via open community discussion.)
## How to change roles
*Note: This section is aimed at owners in the tldr-pages organization
(i.e. the group of people who are able to perform these changes).*
> [!NOTE]
> This section is aimed at owners in the tldr-pages organization
> (i.e. the group of people who are able to perform these changes).
If you notice a contributor being particularly active,
review their recent contributions to check whether a role transition is due,
@ -129,7 +131,7 @@ using one of the template messages below as a base.
If you accept the invitation, we ask you to make your membership public, and (in case you don't already) start hanging out in our [Matrix chat room](https://matrix.to/#/#tldr-pages:matrix.org).
Additionally, consider subscribing to the notifications from the various repositories under the [tldr-pages organization](https://github.com/tldr-pages).
As one of the public faces of the tldr-pages project, it's also especially important that you follow and encourage the [project
governance principles](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md).
governance principles](https://github.com/tldr-pages/tldr/blob/main/GOVERNANCE.md).
How does that sound? Are you up for it?
```
@ -201,3 +203,17 @@ Any member of the community can (and is encouraged to) propose role changes
by following the process outlined [above](#how-to-change-roles).
[Owners of the tldr-pages organization](MAINTAINERS.md#organization-owners)
can then perform the actual role changes.
## CODEOWNERS
The [`.github/CODEOWNERS` file](https://github.com/tldr-pages/tldr/blob/main/.github/CODEOWNERS) allows contributors with write access to the [tldr-pages/tldr repository](https://github.com/tldr-pages/tldr) to get automatic review request notifications for given files and directories.
If they wish to, contributors can open a pull request to add themselves to this file as desired.
Example uses include (but are not limited to):
- Contributors who speak a specific language and want to assist with reviewing translations in those specific languages.
- Contributors with specific expertise who wish to review pull requests for specific platforms.
- Contributors interested in reviewing [client specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md) updates.
> [!NOTE]
> This mechanism is purely for automatic review requests for PRs and doesn't grant collaborators additional copyright over the code-owned files. View the [LICENSE](https://github.com/tldr-pages/tldr/blob/main/LICENSE.md) file for more information.

View File

@ -18,28 +18,30 @@
[license-image]: https://img.shields.io/badge/license-CC_BY_4.0-blue.svg?label=License
Contributions to the tldr-pages project are [most welcome](GOVERNANCE.md)!
All `tldr` pages are stored in Markdown right here on GitHub.
Just open an issue or send a pull request and we'll incorporate it as soon as possible.
All `tldr` pages are stored in Markdown right here on GitHub. Just open an issue or send a pull request, and we'll incorporate it as soon as possible.
To get started, please [sign](https://cla-assistant.io/tldr-pages/tldr) the
[Contributor License Agreement](https://gist.github.com/waldyrious/e50feec13683e565769fbd58ce503d4e).
*Note*: when submitting a new command, please base your PR against the `main` branch, and check if there's already a pull request in progress for it.
> [!NOTE]
> When submitting a new command, please base your PR against the `main` branch and check if there's already a pull request in progress for it.
## Guidelines
The basic format of a `tldr` page is a set of concrete usage examples.
Here are a few guidelines to get started:
1. Try to keep pages at around 5 examples. Pages can be longer or shorter when appropriate, but don't exceed 8 examples.
1. Try to keep pages at around 5 examples. Pages can be longer or shorter when appropriate, but don't exceed the maximum of eight examples.
Remember, it's OK if the page doesn't cover everything; that's what `man` is for.
2. When in doubt, keep new command-line users in mind. Err on the side of clarity rather than terseness.
For example, commands that require `sudo` should include it directly in the examples.
3. Try to incorporate the spelled-out version of single-letter options in the example's description.
The goal is to allow people to *understand* the syntax of the commands, not just *memorize* it.
4. Introduce options gradually, starting with the simplest command invocations,
and using more complex examples progressively.
5. Focus on details specific to the command, and avoid explaining general UNIX concepts that could apply to any command
(ex: relative/absolute paths, glob patterns/wildcards, special character escaping...).
4. Introduce options gradually, starting with the simplest command invocations and using more complex examples progressively.
5. Focus on details specific to the command and avoid explaining general UNIX concepts that could apply to any command
(i.e. relative/absolute paths, glob patterns/wildcards, special character escaping, ...).
These are all guidelines, not strict rules.
Use proper judgement, keeping simplicity and user-friendliness as the top priorities.
@ -50,7 +52,7 @@ When in doubt, have a look at a few existing pages :).
As a quick reference, the format of each page should match the following template:
```
```md
# command-name
> Short, snappy description.
@ -66,12 +68,18 @@ As a quick reference, the format of each page should match the following templat
`command --option1 --option2 {{arg_value}}`
```
For page descriptions, you can additionally use ``See also: `command`.`` and [subcommand reference](#subcommands).
> [!NOTE]
> While we suggest only two lines for the page description, it is acceptable to have more than two lines if it necessary to add additional information (i.e. [`pacman`](https://github.com/tldr-pages/tldr/blob/main/pages/linux/pacman.md)).
To see some examples of preexisting pages, you can look at:
- [pwd](https://github.com/tldr-pages/tldr/blob/main/pages/common/pwd.md) - one of the simplest command examples
- [tar](https://github.com/tldr-pages/tldr/blob/main/pages/common/tar.md) - page with placeholders
- [tar](https://github.com/tldr-pages/tldr/blob/main/pages/common/tar.md) - page with placeholders
In our pages, we use placeholders defined as being tokens within curly brackets. For example, in `sleep {{5}}`, the user can change 5 to any number.
In our pages, we use placeholders which are defined as being tokens within curly brackets, for example `sleep {{5}}`, in this case the user can change 5 to any number.
Other examples but not limited to of our placeholder syntax are:
- `{{path/to/directory}}`
@ -83,84 +91,129 @@ refer to the [style guide](contributing-guides/style-guide.md).
## Subcommands
Many programs use subcommands for separating functionality, which may require their own separate pages.
For instance, `git commit` has its own page, as well as `git push` and many others.
To create a page for a subcommand, the program and subcommand need to be separated with a dash (`-`), so `git-commit.md` is shown when calling `tldr git commit`.
You should always add a base page (e.g. `git`) that describes the program and basic switches like `--version` or `--help`.
To let users know about the subcommand, add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the base page.
To let others know about the subcommand, add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the base page.
See these examples for reference:
* [git](pages/common/git.md)
* [git-commit](pages/common/git-commit.md)
* [aws](pages/common/aws.md)
* [aws-s3](pages/common/aws-s3.md)
- [git](pages/common/git.md)
- [git-commit](pages/common/git-commit.md)
- [aws](pages/common/aws.md)
- [aws-s3](pages/common/aws-s3.md)
## Translations
Translation of pages can be done by simply creating the corresponding page within the appropriate language-specific directory, creating that as well if it does not already exist.
> [!IMPORTANT]
> Translations of pages should be done based on the English (US) page in the `pages` directory. If the English pages doesn't exist for the command, it should be added first in a PR before creating a translation.
Language specific directories must follow the pattern `pages.<locale>`, where `<locale>` is a [POSIX Locale Name](https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html#Locale-Names) in the form of `<language>[_<country>]`, where:
- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).
- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).
The `<country>` code is optional and should only be added when it is needed. In other words, only when there is a valid reason to distinguish between a language (`ll`) and its regional dialects (`ll_CC1`, `ll_CC2`, etc.). As an example, both `fr_FR` and `fr_BE` should fall under the same `pages.fr` directory, since there virtually is no difference in writing between standard French and Belgian French.
The `<country>` code is optional and should only be added when it is needed. In other words, only when there is a valid reason to distinguish between a language (`ll`) and its regional dialects (`ll_CC1`, `ll_CC2`, etc.). For example, both `fr_FR` and `fr_BE` should fall under the same `pages.fr` directory since there virtually is no difference in writing between standard French and Belgian French.
> [!IMPORTANT]
> When adding a new language to `tldr`, it is suggested to add it to the [translation templates](contributing-guides/translation-templates) along with any page additions.
To see the current progress of all translations, you can visit <https://lukwebsforge.github.io/tldri18n/>, which provides a dynamically updated table of all pages and their translations.
Some examples of valid locale tags:
- French: `fr`.
- Chinese: `zh`.
- Chinese (Singapore): `zh_SG`.
- Portuguese (Brazil): `pt_BR`.
- French: `fr`.
- Chinese: `zh`.
- Chinese (Singapore): `zh_SG`.
- Portuguese (Brazil): `pt_BR`.
A list of translated templates for alias pages can be found in [here](contributing-guides/translation-templates/alias-pages.md).
A list of translated templates for alias pages can be found [here](contributing-guides/translation-templates/alias-pages.md).
Pull requests that introduce translations are the exception to the single file change per Pull Request rule. It is
acceptable for several pages to be translated in one pull request.
It is acceptable for several pages to get translated in one pull request.
### Default language for newly added pages
The default language used for pages is English (US). Pages written in English are stored in the default `pages` directory (notice the absence of a specific language tag). Although not strictly required, if you'd like to add a new page in a different language, please consider creating the English page too.
For more information about language specific rules, refer to the [style guide](contributing-guides/style-guide.md#language-specific-rules).
## Inclusive language
Where possible, use inclusive language in the content of pages. For example, prefer terms like "denylist"/"allowlist" instead of "blacklist"/"whitelist", "primary"/"secondary" instead of "master"/"slave", "they" instead of "him"/"her", etc.
Of course, this shouldn't sacrifice content clarity, such as when documenting tools where this terminology has specific technical meanings, and its usage is central to explaining the involved concepts.
Of course, this shouldn't sacrifice content clarity, such as when documenting tools where this terminology has specific technical meanings and its usage is central to explaining the involved concepts.
## Submitting a pull request
The easiest way to submit a change is to just edit the page directly on the GitHub interface.
### Testing pages locally
Once you have written a `tldr` page, you can test its syntax locally using [`tldr-lint`](https://github.com/tldr-pages/tldr-lint).
The latest version of [NodeJS](https://nodejs.org) is required to install `tldr-lint` with the following command:
```sh
npm install --global tldr-lint
```
Once its installed, you can test your page by running the following command:
```sh
tldr-lint {{path/to/page.md}}
```
Now, you are ready to submit a pull request!
> [!TIP]
> Additionally, inside the `tldr` directory you can install the dependencies using `npm install` command and now when you commit your changes, the tests will run automatically via the pre-commit hook.
### Submitting changes
The easiest way to submit a change is to edit the page directly on the GitHub interface.
Check out the step-by-step instructions (with screenshots) on
[GitHub Help](https://help.github.com/articles/editing-files-in-another-user-s-repository/).
Alternatively, you can do most of the process
[using Git on the command-line](contributing-guides/git-terminal.md).
> [!TIP]
> After creating a pull request, it is suggested to enable the "Allow edits by maintainers" option (This only needs to be done once the first time you create a PR). It allows maintainers to make changes to your pull request and assist you in getting it merged.
### Accepting suggestions within a pull request
The easiest way to apply suggested changes is to accept the suggestion made on your pull request. Refer to the [GitHub docs](https://docs.github.com/en/enterprise-server@3.2/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request) for more details.
The easiest way to apply suggested changes is to accept the suggestion made on your pull request. Refer to the [GitHub docs](https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request) for more details.
To commit a suggestion to your pull request, simply click on `Commit suggestion`:
To commit a suggestion to your pull request, click on `Commit suggestion`:
![Commit suggestion button in Github](./images/commit-suggestion-button.png)
If you want to commit multiple suggestions, go to the "Files changed" tab and batch all suggestions. Now, click `Commit suggestions` button and enter a commit message to create a single commit.
### Commit message
For the commit message, use the following format:
For the commit message of page changes, use the following format:
<command>: type of change
`{{command}}: type of change`
Examples:
- For a new page addition: `ls: add page`
- For a page edit: `cat: fix typo`, `git-push: add --force example`
- For a new translation of an existing page: `cp: add Tamil translation`
- For related changes to several pages: `grep, find, locate: synchronize format of wildcards`
Where `{{command}}` is the name of the command being modified, and `type of change` can be (but not limited to) one of the following examples:
- For a new page addition: `ls: add page`, `docker-container-rm: add alias page`
- For a page edit: `cat: fix typo`, `git-push: add --force example`
- For a new translation of an existing page: `cp: add Tamil translation`
- For a modification to the translation of an existing page: `cp: fix typo in Tamil translation`
- For related changes to several pages: `grep, find, locate: synchronize format of wildcards`
- For multiple subcommand page additions: `git-{add, push, ...}: add page`
- For modifying multiple pages in a language: `pages.<locale>/*: update pages`
---
For other cases, its suggested to follow <https://www.conventionalcommits.org/> as much as possible.
## Licensing
This repository is licensed under the [Creative Commons Attribution 4.0 International License](LICENSE.md).
The contents of the `scripts/` directory are licensed under the [MIT license](LICENSE.md).
Any contributions to this project are governed by the

View File

@ -1,8 +1,10 @@
# Maintainers
This file contains a list of the maintainers of the tldr-pages project.
Note: only the people marked with **bold** are currently in the indicated role.
The other entries are kept for historical record.
> [!NOTE]
> Only the people marked with **bold** are currently in the indicated role.
> The other entries are kept for historical record.
There are three types of maintainers, as described in
[COMMUNITY-ROLES.md](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md#when-to-change-roles):
@ -45,7 +47,7 @@ If you are an owner of the organization, you can see an automated list
- **Patrice Denis ([@patricedenis](https://github.com/patricedenis))**:
[10 May 2021](https://github.com/tldr-pages/tldr/issues/5919) — present
- **Reinhart Previano Koentjoro ([@reinhart1010](https://github.com/reinhart1010))**:
[23 Nov 2021](https://github.com/tldr-pages/tldr/issues/7404) — present
[23 November 2021](https://github.com/tldr-pages/tldr/issues/7404) — present
- **258204 ([@258204](https://github.com/258204))**:
[10 December 2021](https://github.com/tldr-pages/tldr/issues/7522) — present
- **Nicolas Hansse ([@Nico385412](https://github.com/Nico385412))**:
@ -58,6 +60,22 @@ If you are an owner of the organization, you can see an automated list
[4 September 2023](https://github.com/tldr-pages/tldr/issues/10611) — present
- **Lucas Schneider ([@schneiderl](https://github.com/schneiderl))**:
[11 April 2019](https://github.com/tldr-pages/tldr/issues/2898) — [17 January 2020](https://github.com/tldr-pages/tldr/issues/3764), [7 February 2023](https://github.com/tldr-pages/tldr/issues/10674) — present
- **Isaac Vicente ([@isaacvicente](https://github.com/isaacvicente))**:
[20 September 2023](https://github.com/tldr-pages/tldr/issues/10737) — present
- **Darío Hereñú ([@kant](https://github.com/kant))**:
[20 September 2023](https://github.com/tldr-pages/tldr/issues/10738) — present
- **Magrid0 ([@Magrid0](https://github.com/Magrid0))**:
[22 October 2023](https://github.com/tldr-pages/tldr/issues/11159) — present
- **HoJeong Im ([@IMHOJEONG](https://github.com/IMHOJEONG))**:
[24 October 2023](https://github.com/tldr-pages/tldr/issues/11200) — present
- **Shashank Hebbar ([@quantumflo](https://github.com/quantumflo))**:
[13 November 2023](https://github.com/tldr-pages/tldr/issues/11460) — present
- **Leon ([@leonvsc](https://github.com/leonvsc))**:
[14 November 2023](https://github.com/tldr-pages/tldr/issues/11495) — present
- **Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin))**:
[9 January 2021](https://github.com/tldr-pages/tldr/issues/5122) — [18 March 2021](https://github.com/tldr-pages/tldr/issues/5473), [15 November 2023](https://github.com/tldr-pages/tldr/issues/11509) — present
- **Marcher Simon ([@marchersimon](https://github.com/marchersimon))**:
[9 March 2021](https://github.com/tldr-pages/tldr/issues/5390) — [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722), [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381) — present
- Owen Voke ([@owenvoke](https://github.com/owenvoke))
[11 January 2018](https://github.com/tldr-pages/tldr/issues/1885) — [26 August 2018](https://github.com/tldr-pages/tldr/issues/2258)
- Marco Bonelli ([@mebeim](https://github.com/mebeim)):
@ -72,12 +90,8 @@ If you are an owner of the organization, you can see an automated list
[24 August 2020](https://github.com/tldr-pages/tldr/issues/4291) — [5 October 2020](https://github.com/tldr-pages/tldr/issues/4504)
- bl-ue ([@bl-ue](https://github.com/bl-ue)):
[30 December 2020](https://github.com/tldr-pages/tldr/issues/5056) — [2 February 2021](https://github.com/tldr-pages/tldr/issues/5219)
- Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin)):
[9 January 2021](https://github.com/tldr-pages/tldr/issues/5122) — [18 March 2021](https://github.com/tldr-pages/tldr/issues/5473)
- Tan Siret Akıncı ([@yutyo](https://github.com/yutyo)):
[3 March 2021](https://github.com/tldr-pages/tldr/issues/5345) — [7 April 2021](https://github.com/tldr-pages/tldr/issues/5702)
- Marcher Simon ([@marchersimon](https://github.com/marchersimon)):
[9 March 2021](https://github.com/tldr-pages/tldr/issues/5390) — [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722)
- Florian Benscheidt ([@Waples](https://github.com/Waples)):
[16 April 2021](https://github.com/tldr-pages/tldr/issues/5774) — [19 May 2021](https://github.com/tldr-pages/tldr/issues/5989)
- CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1)):
@ -87,15 +101,19 @@ If you are an owner of the organization, you can see an automated list
- Seth Falco ([@SethFalco](https://github.com/SethFalco)):
[19 May 2021](https://github.com/tldr-pages/tldr/issues/5993) - [21 June 2021](https://github.com/tldr-pages/tldr/issues/6149)
- Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd)):
[27 Aug 2021](https://github.com/tldr-pages/tldr/issues/6415) — [16 October 2022](https://github.com/tldr-pages/tldr/pull/9072#issuecomment-1279847932)
[27 August 2021](https://github.com/tldr-pages/tldr/issues/6415) — [16 October 2022](https://github.com/tldr-pages/tldr/pull/9072#issuecomment-1279847932)
- Emily Grace Seville ([@EmilySeville7cfg](https://github.com/EmilySeville7cfg)):
[19 January 2022](https://github.com/tldr-pages/tldr/issues/1209#issuecomment-285924778) — [24 April 2022](https://github.com/tldr-pages/tldr/issues/8053)
- K.B.Dharun Krishna ([@kbdharun](https://github.com/kbdharun)):
[06 August 2022](https://github.com/tldr-pages/tldr/issues/8309) — [14 December 2022](https://github.com/tldr-pages/tldr/issues/9625)
- Lin Cheng Chieh ([@blueskyson](https://github.com/blueskyson)):
[12 Aug 2021](https://github.com/tldr-pages/tldr/issues/6330) — [4 Jan 2023](https://github.com/tldr-pages/tldr/issues/9671)
[12 August 2021](https://github.com/tldr-pages/tldr/issues/6330) — [4 January 2023](https://github.com/tldr-pages/tldr/issues/9671)
- Lena ([@acuteenvy](https://github.com/acuteenvy)):
[13 May 2023](https://github.com/tldr-pages/tldr/issues/10187) — [21 June 2023](https://github.com/tldr-pages/tldr/issues/10406)
- Juri ([@gutjuri](https://github.com/gutjuri)):
[06 October 2023](https://github.com/tldr-pages/tldr/issues/10874) — [24 October 2023](https://github.com/tldr-pages/tldr/issues/11201)
- Sebastiaan Speck ([@sebastiaanspeck](https://github.com/sebastiaanspeck)):
[19 October 2023](https://github.com/tldr-pages/tldr/issues/11075) — [24 October 2023](https://github.com/tldr-pages/tldr/issues/11202)
## Organization members
@ -108,8 +126,6 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[5 January 2020](https://github.com/tldr-pages/tldr/issues/3736) — present
- **Ein Verne ([@einverne](https://github.com/einverne))**:
[6 January 2020](https://github.com/tldr-pages/tldr/issues/3738) — present
- **Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin))**:
[18 March 2021](https://github.com/tldr-pages/tldr/issues/5473) — present
- **Tan Siret Akıncı ([@yutyo](https://github.com/yutyo))**:
[7 April 2021](https://github.com/tldr-pages/tldr/issues/5702) — present
- **Florian Benscheidt ([@Waples](https://github.com/Waples))**:
@ -118,6 +134,10 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[21 June 2021](https://github.com/tldr-pages/tldr/issues/6149) — present
- **Lena ([@acuteenvy](https://github.com/acuteenvy))**:
[21 June 2023](https://github.com/tldr-pages/tldr/issues/10406) — present
- **Juri ([@gutjuri](https://github.com/gutjuri))**:
[24 October 2023](https://github.com/tldr-pages/tldr/issues/11201) — present
- **Sebastiaan Speck ([@sebastiaanspeck](https://github.com/sebastiaanspeck))**:
[24 October 2023](https://github.com/tldr-pages/tldr/issues/11202) - present
- Owen Voke ([@owenvoke](https://github.com/owenvoke))
[26 August 2018](https://github.com/tldr-pages/tldr/issues/2258) — [8 May 2019](https://github.com/tldr-pages/tldr/issues/2989)
- Marco Bonelli ([@mebeim](https://github.com/mebeim)):
@ -143,7 +163,9 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
- K.B.Dharun Krishna ([@kbdharun](https://github.com/kbdharun)):
[14 December 2022](https://github.com/tldr-pages/tldr/issues/9625) — [19 June 2023](https://github.com/tldr-pages/tldr/issues/10057)
- Lin Cheng Chieh ([@blueskyson](https://github.com/blueskyson)):
[4 Jan 2023](https://github.com/tldr-pages/tldr/issues/9671) — [7 July 2023](https://github.com/tldr-pages/tldr/issues/10054)
[4 January 2023](https://github.com/tldr-pages/tldr/issues/9671) — [7 July 2023](https://github.com/tldr-pages/tldr/issues/10054)
- Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin)):
[18 March 2021](https://github.com/tldr-pages/tldr/issues/5473) — [15 November 2023](https://github.com/tldr-pages/tldr/issues/11509)
## Organization owners
@ -165,8 +187,6 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
[7 April 2021](https://github.com/tldr-pages/tldr/issues/5703) — present
- **CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1))**:
[14 December 2021](https://github.com/tldr-pages/tldr/issues/7541) — present
- **Marcher Simon ([@marchersimon](https://github.com/marchersimon))**:
[9 August 2022](https://github.com/tldr-pages/tldr/issues/7540) — present
- **Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd))**:
[10 May 2023](https://github.com/tldr-pages/tldr/pull/10056) — present
- **Muhammad Falak R Wani ([@mfrw](https://github.com/mfrw))**:
@ -195,3 +215,5 @@ An automated list can be found [here](https://github.com/orgs/tldr-pages/people)
until [14 December 2021](https://github.com/tldr-pages/tldr/issues/7538)
- Lucas Schneider ([@schneiderl](https://github.com/schneiderl)):
until [7 February 2023](https://github.com/tldr-pages/tldr/issues/10674)
- Marcher Simon ([@marchersimon](https://github.com/marchersimon)):
until [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381)

View File

@ -27,19 +27,23 @@ to traditional [man pages](https://en.wikipedia.org/wiki/Man_page).
Maybe you're new to the command-line world? Perhaps you're just a little rusty or can't always recall the arguments for commands like `lsof`, or `tar`?
It certainly doesn't help that the first option explained in `man tar` is:
It certainly doesn't help that, in the past, the first option explained in `man tar` was:
```
```console
$ man tar
...
-b blocksize
Specify the block size, in 512-byte records, for tape drive I/O.
As a rule, this argument is only needed when reading from or writing to tape drives,
and usually not even then as the default block size of 20 records (10240 bytes) is very common.
...
```
There seems to be room for simpler help pages, focused on practical examples.
How about:
![Animated SVG of the tldr client displaying the tar command.](images/tldr.svg)
![Screenshot of the tldr client displaying the tar command in light mode.](images/tldr-light.png#gh-light-mode-only)
![Screenshot of the tldr client displaying the tar command in dark mode.](images/tldr-dark.png#gh-dark-mode-only)
This repository is just that: an ever-growing collection of examples
for the most common UNIX, Linux, macOS, SunOS, Android and Windows command-line tools.
@ -54,16 +58,16 @@ which is supported by the tldr-pages project maintainers:
npm install -g tldr
```
Alternatively, you can also use the [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via `pip3`.
Alternatively, you can also use the official [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via [pip3](https://pypi.org/project/tldr/).
```sh
```shell
pip3 install tldr
```
Or Mac users can also install our [C Client](https://github.com/tldr-pages/tldr-c-client) using Homebrew.
Or Linux and Mac users can also install the official [Rust Client](https://github.com/tldr-pages/tlrc) using [Homebrew](https://formulae.brew.sh/formula/tlrc):
```sh
brew install tldr
```shell
brew install tlrc
```
Then you have direct access to simplified, easy-to-read help for commands, such as `tar`,

View File

@ -14,7 +14,8 @@ The overall process should look somewhat like this:
3. Create a feature branch, e.g. named after the command you plan to edit:
`git checkout -b {{branch_name}}`
> :warning: It is bad practice to submit a PR from the `main` branch of your forked repository. Please create pull requests from a well named feature branch.
> [!WARNING]
> It is bad practice to submit a PR from the `main` branch of your forked repository. Please create pull requests from a well named feature branch.
4. Make your changes (edit existing files or create new ones)
@ -24,7 +25,8 @@ The overall process should look somewhat like this:
6. Push the commit(s) to your fork:
`git push origin {{branch_name}}`
> :warning: Please avoid force-pushing since it makes the review process harder.
> [!WARNING]
> Please avoid force-pushing since it makes the review process harder.
7. Go to the GitHub page for your fork and click the green "Compare & pull request" button.

View File

@ -3,14 +3,15 @@
The following guidelines are meant to provide a general basis
for the behavior expected of tldr-pages maintainers.
*Note:* This text is a living standard;
that is, it is meant to *describe* the project's maintenance practices,
rather than *prescribe* them.
As a maintainer, you're expected to refer to it for clarifications
about the collaborative workflows of the project,
but also to propose changes to it
that you feel would make it more useful
as a guideline for current and future maintainers.
> [!NOTE]
> This text is a living standard;
> that is, it is meant to *describe* the project's maintenance practices,
> rather than *prescribe* them.
> As a maintainer, you're expected to refer to it for clarification
> about the collaborative workflows of the project,
> but also to propose changes to it
> that you feel would make it more useful
> as a guideline for current and future maintainers.
## I. Responding to contributions
@ -26,7 +27,7 @@ as a guideline for current and future maintainers.
or ask other members to provide their thoughts/opinions.
In addition, if possible, try to hang around in the
[Matrix chat room](https://matrix.to/#/#tldr-pages:matrix.org)
on a regular basis as well, or at least show up every now and then.
regularly as well, or at least show up every now and then.
- **Know when and how to say no**.
Sometimes requests or contributions need to be declined,
@ -39,7 +40,7 @@ as a guideline for current and future maintainers.
- Always remember to **thank every contribution**,
even when it can't be accepted (in fact, especially then).
Keep in mind that
[every form of contribution](https://github.com/kentcdodds/all-contributors)
[every form of contribution](https://github.com/all-contributors/all-contributors)
(pull request, feature request, bug report, etc.)
is a voluntary gift of time offered to the tldr-pages project
by someone who cares about it,
@ -57,21 +58,20 @@ as a guideline for current and future maintainers.
- PRs should be merged once they
(1) **pass the automated tests** (GitHub Actions, CLA signing, etc.),
(2) have the **review comments addressed**,
(3) get **approved reviews by two maintainers**, (the second maintainer can merge immediately after approving) and
(4) have been open for at least **24 hours** unless the changes are trivial
(3) get **approved reviews by two maintainers** (the second maintainer can merge immediately after approving).
- If a PR fails to get a review from a second maintainer after a few days,
the first maintainer should ping others for review. If it still lingers around
for **over a week without a second maintainers approval**,
the first maintainer can go ahead and merge it.
the first maintainer (if Owner) can go ahead and merge it. Otherwise, a message
can be sent in the chatroom asking other maintainers to review the PR.
- If the only issues holding up a merge are **trivial fixes**
(typos, syntax errors, etc.), and the author doesn't respond in a day or two,
**maintainers can make the necessary changes themselves**,
and proceed with the merge process.
- If a PR **stops getting feedback from the submitter** and is marked as stale
by [probot-stale](../.github/workflows/stale.yml),
- If a PR **stops getting feedback from the submitter** for more than a month,
any maintainer can choose to take over the PR
and make the necessary changes to get the content ready for merging.
@ -85,7 +85,7 @@ as a guideline for current and future maintainers.
or if the multiple commits are not semantically independent changes,
use the `Squash and merge` method.
(Don't forget to clean up the body of the squashed commit message.)
If instead the PR author took the time to craft
If instead, the PR author took the time to craft
individual, informative messages for each commit,
then use the `Rebase and merge` method,
to honor that work and preserve the history of the changes.
@ -93,10 +93,19 @@ as a guideline for current and future maintainers.
is that if there are more "dirty" commits than "clean" commits,
then prefer squash, else do a rebase.
- Although having push access allows committing directly to the repository,
please **create pull requests for all of your changes**,
except the simplest ones (e.g. typo fixes).
- Although having push access allows committing directly to the repository to all branches (except main),
please **create pull requests for all of your changes**.
This ensures that the entire process that regular contributors go through
is also exposed to maintainers,
who can then identify and address bottlenecks or inconveniences.
Similarly, **avoid merging your own PRs** unless approved by other maintainers.
- At the last week of October, all applicable PRs that wouldn't get merged
in time can be labeled as `hacktoberfest-accepted`.
## III. Transparency
- All non-confidential requests/mail made/sent on behalf of the project
should be documented as an issue with the [archive](https://github.com/tldr-pages/tldr/issues?q=label%3Aarchive) label
and must be communicated with other maintainers.
- All repository/organization settings changes must be documented as an issue with the [archive](https://github.com/tldr-pages/tldr/issues?q=label%3Aarchive) label.

View File

@ -29,7 +29,7 @@ Example:
```md
# krita
> Krita is a sketching and painting program designed for digital artists.
> A sketching and painting program designed for digital artists.
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.
@ -54,7 +54,8 @@ Example:
`krita --fullscreen`
```
> :bulb: The help page can be any documentation/project/tutorial page, not just a man page,
> [!NOTE]
> The help page can be any documentation/project/tutorial page, not just a man page,
> but documentation pages are preferred.
There is a linter that enforces the format above.
@ -75,7 +76,25 @@ Your client may be able to preview a page locally using the `--render` flag:
tldr --render path/to/tldr_page.md
```
### Aliases
### PowerShell-Specific Rules
When documenting PowerShell commands, please take note of the following naming conventions.
- The name of the file name must be written in lowercase, such as `invoke-webrequest.md` instead of `Invoke-WebRequest.md`.
- The page title/heading must be written as-is (matching the spelling intended by Microsoft or the PowerShell module author), such as `Invoke-WebRequest` instead of `invoke-webrequest`.
- The command name and options in the examples should also be written as-is, such as `Command-Name {{input}} -CommandParameter {{value}}` instead of `command-name {{input}} -commandparameter {{value}}`.
Due to [various compatibility differences](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell) and removed Windows-specific commands in PowerShell 6.x, Ensure that the command works on between **PowerShell 5.1** (aka. the "Legacy Windows PowerShell" as installed in Windows 10 and 11), and the **latest version of the Cross-Platform PowerShell** (formerly known as PowerShell Core). If the command or its options is unavailable or contains different behavior between each version, please kindly note them in the descriptions. For example,
```md
# Clear-RecycleBin
> Clear items from the Recycle Bin.
> This command can only be used through PowerShell versions 5.1 and below, or 7.1 and above.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/clear-recyclebin>.
```
## Aliases
If a command can be called with alternative names (like `vim` can be called by `vi`), alias pages can be created to point the user to the original command name.
@ -105,10 +124,96 @@ Example:
- Pre-translated alias page templates can be found [here](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md).
### PowerShell-Specific Aliases
Some PowerShell commands may introduce aliases which fall into one of these three categories:
**1. Substituting an existing Windows Command Prompt (`cmd`) command**, such as `cd` aliasing to `Set-Location` with different command options. In this case, add the following alias note into the second line of the original Command Prompt command's tldr description, for example:
```md
# cd
> Display the current working directory or move to a different directory.
> In PowerShell, this command is an alias of `Set-Location`. This documentation is based on the Command Prompt (`cmd`) version of `cd`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>.
- View documentation of the equivalent PowerShell command:
`tldr set-location`
```
> [!TIP]
> The "View documentation of the equivalent PowerShell command" example is optional and may be excluded if the page already has the maximum number (8) of examples.
**2. Provides a new alias but only executable in PowerShell**, such as `ni` for `New-Item`. In this case, use the [standard alias template](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md), but add the word "In Powershell," (or equivalent) to indicate that the command is exclusive to PowerShell. For example,
```md
# ni
> In PowerShell, this command is an alias of `New-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- View documentation for the original command:
`tldr new-item`
```
**3. Provides a new alias that conflicts with other programs**, most notoriously the inclusion of `curl` and `wget` as aliases of `Invoke-WebRequest` (with a non-compatible set of command options). Note that PowerShell system aliases that fall into this category are commonly exclusive to Windows.
In this case, provide a note and method to determine whether the command currently refers to a PowerShell command (by alias) or others. For example,
```md
# curl
> In PowerShell, this command may be an alias of `Invoke-WebRequest` when the original `curl` program (<https://curl.se>) is not properly installed.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Check whether `curl` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
`curl --version`
- View documentation for the original `curl` command:
`tldr curl -p common`
- View documentation for PowerShell's `Invoke-WebRequest` command:
`tldr invoke-webrequest`
```
## Option syntax
- Use GNU-style **long options** (like `--help` rather than `-h`) when they are cross-platform compatible (intended to work the same across multiple platforms).
- In other cases, use short options (like `-h`).
- Use **GNU-style long options** (like `--help` rather than `-h`) when they are cross-platform compatible (intended to work the same across multiple platforms).
- When documenting PowerShell commands, use **PowerShell-style long options** (like `-Help` instead of `-H`).
- When long options aren't available for a command, use **short options** instead.
- While we prefer long options, we allow special cases in commands like `pacman` where short options are widely used and preferred over the long options (for cases like these decisions will be made by the maintainers on a case-by-case basis).
- We prefer using a space instead of the equals sign (`=`) to separate options from their arguments (i.e. use `--opt arg` instead of `--opt=arg`) unless the program does not support it.
> [!NOTE]
> The goal of using long options is to make the commands easier to read and understand for non-techincal users. While it is ideal for most users, some users prefer short option for better ease of use. If the command supports both the options, we can highlight the short options using mnemonics instead.
### Short option mnemonics
Short option mnemonics are optional hints which can be added to help users understand the meaning of these short options. The assigned mnemonics should match with the ones in the command's official documentation (e.g. from `man` or `Get-Help`). For example:
```md
- [d]isplay the ins[t]allation [i]D for the current device. Useful for offline license activation:
`slmgr.vbs /dti`
- Display the current license's e[xp]i[r]ation date and time:
`slmgr.vbs /xpr`
```
Note that, in the first example, the `[d]`, `[t]`, and `[i]` characters are enclosed with square brackets to indicate that the `/dti` option of the command is a combination of "display", "installation", and "ID", respectively. Consecutive mnemonic characters can be grouped under the same square brackets, such as `e[xp]i[r]ation` instead of `e[x][p]i[r]ation`.
**Mnemonic characters must be written in a case-sensitive manner**, even when it is placed as the first character of the sentence (i.e. use `[d]isplay` instead of `[D]isplay`). This is to avoid conflicts with GNU-style command options which may interpret uppercase options differently than the lowercase ones, such as `-v` for displaying the command's `[v]ersion` number and `-V` to run the command in `[V]erbose` mode.
Option mnemonics may also be used in translations as long as the highlighted word contains similar meanings to the language (commonly English) which the command is written for. For example, `[d]ownload` in English may be translated into `[d]escargar` in Spanish, `[i]nstall` in English may be translated to `[i]nstallieren` in German, and `[a]pp` in English may be translated into `[a]plikasi` in Indonesian and Malay.
> [!NOTE]
> In cases where the character isn't present in the translated word, you can highlight the option before/next to the equivalent word or you can add the English work beside the translation inside a bracket. For example, `E[x]tract` in English maybe translated into `[x] ekstrak` or `ekstrak [x]` or `ekstrak (E[x]tract)` in Indonesian.
## Placeholder syntax
@ -141,6 +246,9 @@ Keep the following guidelines in mind when choosing placeholders:
- In case of a possible reference both to a file or a directory,
use `{{path/to/file_or_directory}}`.
> [!NOTE]
> If the command is specific to Windows, use backslashes (`\`) instead, such as `{{path\to\file_or_directory}}`. Drive letters such as `C:` are optional unless if the command input requires an absolute path or specific drive letter range, such as `cd /d {{C}}:{{path\to\directory}}`.
### Extensions
- If a particular extension is expected for the file, append it.
@ -155,7 +263,7 @@ Keep the following guidelines in mind when choosing placeholders:
- If a command can take 0 or more arguments of the same kind, use an ellipsis: `{{placeholder1 placeholder2 ...}}`.
For instance, if multiple paths are expected `{{path/to/directory1 path/to/directory2 ...}}` can be used.
- If a command can take 0 or more arguments of different kinds, use an ellipsis: `{{placeholder1|placeholder2|...}}`.
If there are more than 5 possible values use `|...` after the last item.
If there are more than 5 possible values, you can use `|...` after the last item.
- It's impossible to restrict the minimum or (and) maximum placeholder count via `ellipsis`.
It's up to the program to decide how to handle duplicating values, provided syntax
@ -175,15 +283,50 @@ to figure out how to use the command and fill it in with values.
Technical wording on description lines should use the `backtick` syntax.
Use backticks on the following:
- Paths, ex. `package.json`, `/etc/package.json`.
- Extensions, ex. `.dll`.
- Commands, ex. `ls`.
- Paths, e.g. `package.json`, `/etc/package.json`.
- Extensions, e.g. `.dll`.
- Commands, e.g. `ls`.
- Standard streams: `stdout`, `stdin`, `stderr`. **Do not** use the full names (e.g. standard output).
## Imperative Mood
## Descriptions
- Example descriptions have to be phrased in imperative mood.
- For example, use `List all files` instead of `Listing all files` or `File listing`.
- Avoid using the page title in the description (e.g. use `A sketching and painting program designed for digital artists` instead of `Krita is a sketching and painting program designed for digital artists`) unless the program name differs from the executable name (e.g. `rg` and Ripgrep).
- Avoid mentioning that the program is used on the command-line (e.g. use `Ripgrep is a recursive line-oriented search tool` instead of `Ripgrep is a recursive line-oriented CLI search tool`).
### Imperative Mood
- **All descriptions must be concise and phrased in the imperative mood.**
- This also applies to all translations by default unless otherwise specified in the language-specific section below.
- For example, when writing documentation for `cd`, a tool to check out and work on a specific directory in the Terminal or Command Prompt, **do not** write a lengthy description such as:
```md
> `cd` is a system tool, available in Windows, macOS, and Linux, to check out a specific directory to get things done in the Command Prompt, Terminal, and PowerShell.
```
It should instead be simplified to make it easier for everyone to read:
```md
> Change the current working directory.
```
If you are afraid the commands may differ between platforms or operating systems (e.g. Windows vs macOS), most [tldr pages clients](https://github.com/tldr-pages/tldr/wiki/tldr-pages-clients) will choose the most suitable version of the command.
In this case, the information of the Windows version of `cd` (stored in `pages/windows/cd.md`) will be displayed by default to Windows users, and a generic/common version (stored in `pages/common/cd.md`) will be displayed for Linux, macOS, and other platforms.
When writing descriptions for command examples, **check for any grammatical errors**. `Go to the specified directory` is preferred instead of:
- `Going to the specified directory` (should not be in present participle form)
- `This command will go to the specified directory` (it is clear that this example works for *this* comment)
- `Let's go to the specified directory!`
- `Directory change` (use the active form instead of passive, if possible)
For instance, instead of `Listing all files:`, `List all files:` can be be used as the example's description below:
```md
- Listing all files:
`ls`
```
## Serial Comma
@ -205,9 +348,30 @@ This can be resolved by inserting a comma before the "and" or "or" in the final
## More information links
On the `More information` line, prefer linking to the author's provided documentation.
On the `More information` link line, we prefer linking to the author's provided documentation of the command line reference or man page. When not available, use <https://manned.org> as the default fallback for all platforms (except `osx` and some BSD platforms).
When not available, use <https://manned.org> as the default fallback.
**All links must be enclosed inside angular brackets (`<` and `>`) for proper rendering in clients.**
We prefer translations to use the more information link of the English page by default.
### Versioned links
When a utility or distribution has versioned links for the packages, we prefer linking to the most recent version of documentation (i.e. `latest`) or none if the website automatically redirects to the latest version of the documentation.
For example, use:
- <https://manpages.debian.org/latest/apt/apt.8.html> instead of <https://manpages.debian.org/bookworm/apt/apt.8.en.html>.
- <https://docs.aws.amazon.com/cdk/latest/guide/cli.html> instead of <https://docs.aws.amazon.com/cdk/v2/guide/cli.html>.
### Microsoft Learn links
When linking pages to the Microsoft Learn links, remove the locale from the address as the website will automatically redirect to the reader's preferred locale setting. For example, Use <https://learn.microsoft.com/windows-server/administration/windows-commands/cd> instead of
<https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cd>.
Additionally, if the link is related to PowerShell command documentation, remove the **documentation version indicator** (in which the version of PowerShell/module that the documentation is derived from), aka. the part of the address that starts with `?view=`.
- Use <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string> instead of <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.4>.
- Use <https://learn.microsoft.com/powershell/module/powershellget/install-module> instead of <https://learn.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershellget-1.x>.
## Language-Specific Rules
@ -219,35 +383,111 @@ The following guidelines are applied to Chinese (`zh`) and traditional Chinese (
1. Place one space before/after English words and numbers.
- For example, use `列出所有 docker 容器` rather than `列出所有docker容器`.
- For example, use `宽度为 50 个字` rather than `宽度为50个字`.
- For example, use `列出所有 docker 容器` rather than `列出所有docker容器`.
- For example, use `宽度为 50 个字` rather than `宽度为50个字`.
2. Place one space between numbers and units **except** degrees and percentages.
- For example, use `容量 50 MB` rather than `容量 50MB`.
- For instances of degree and percentage, use `50°C` and `50%` rather than `50 °C` and `50 %`.
- For example, use `容量 50 MB` rather than `容量 50MB`.
- For instances of degree and percentage, use `50°C` and `50%` rather than `50 °C` and `50 %`.
3. No additional spaces before/after full-width punctuations.
- For example, use `开启 shell进入交互模式` rather than `开启 shell ,进入交互模式`
- For example, use `开启 shell进入交互模式` rather than `开启 shell ,进入交互模式`
4. Use full-width punctuations except for long Latin clauses.
- For example, use `嗨,你好。` rather than `嗨, 你好.`
- For example, use `嗨,你好。` rather than `嗨, 你好.`
5. Use a half-width punctuation to end a sentence when the last character is half-width.
- For example, use `将代码转化为 Python 3.` rather than `将代码转化为 Python 3。`
- For example, use `将代码转化为 Python 3.` rather than `将代码转化为 Python 3。`
6. Use precise form for technical terms, and do not use unofficial Chinese abbreviations.
- For example, use `Facebook` rather than `facebook`, `fb` or `脸书`.
- For example, use `Facebook` rather than `facebook`, `fb` or `脸书`.
In order to maintain readability and normalization, please comply with the 6 rules above as much as possible when translating pages into Chinese.
For more information and examples of Chinese-specific rules, check out [*Chinese Copywriting Guidelines*](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.en.md).
### Indonesian-Specific Rules
When translating pages to Indonesian, please keep in mind that we expect `tldr` pages to be easy to read for **both types of Indonesian audiences**, which are:
1. People who prefer to use standard Indonesian technical terms as possible, such as `unduh` for `download`, `awakutu` for `debugging`, and `muat ulang` for `reboot`.
- One of the most comprehensive lists of technical terms can be found under the [BlankOn Linux project](https://dev.blankonlinux.or.id/TimPengembang/Dokumentasi/Panduan/PanduanWiki/KamusBlankOn/).
2. People who prefer to use English words as-is to describe technical terms: `download` for `download`, `debugging` for `debugging`, and `reboot` for `reboot`.
The segmentation of these audiences is clearly noted on [Firefox Public Data Report](https://data.firefox.com/dashboard/usage-behavior):
> For most countries in the top 10, the majority (>90%) of users have their language set to the local language, **with a notable exception in Indonesia, which has about 80% English (US) and 20% Indonesian.**
First, command and example descriptions on pages in Indonesian must be written **without using active verb forms (i.e. those with `ber-` and `me-` prefixes)**. This means that sentences such as:
> **Mengunduh** sebuah file ke dalam suatu direktori
> (i.e. Downloading a file into a directory)
is considered incorrect. The correct form of the sentence should be:
> **Unduh** sebuah file ke dalam suatu direktori
Second, we recommend using the following forms of technical terms to make translated pages easier to read for both types of Indonesian audiences. Some of them may be used as-is, but others must be rewritten using Indonesian standard terms.
| English | Indonesian | Consideration(s) |
|---|---|---|
| App / Application | Aplikasi | The abbreviated word `apl.` is not common to some readers. |
| Boot, Reboot | Muat, Muat ulang | These words are the same for `load` and `reload`. See notes on the bottom section. |
| Client | Klien | |
| Command-line | Command-line | Using the word as-is is preferred over `baris perintah` or `alat berbasis mekanisme baris perintah` (`command-line tool`). |
| Commit (Git) | Commit | |
| Compile, Compiler | Kompilasikan, Pengompilasi | [`kompilasi`](https://kbbi.kemdikbud.go.id/entri/kompilasi) is officially considered as noun. Requires a `-kan` suffix to convert into a verb. |
| Debugger | Debugger | Preferred over `pengawakutu` (`peng`-[`awakutu`](https://kbbi.kemdikbud.go.id/entri/awakutu)) which is unfamiliar to some readers. |
| Device | Perangkat | Preferred over [`peranti`](https://kbbi.kemdikbud.go.id/entri/peranti). |
| Disc | Disc | Preferred over [`cakram`](https://kbbi.kemdikbud.go.id/entri/cakram) which is unfamiliar by some readers. Use specific words if possible (e.g. CD or DVD). |
| Execute / Run (a program...) | Jalankan | Preferred over [`eksekusikan`](https://kbbi.kemdikbud.go.id/entri/eksekusikan) which is longer to read and write. |
| File | File | Preferred over [`berkas`](https://kbbi.kemdikbud.go.id/entri/berkas) which may be unfamiliar by some readers. |
| Generate | Buat | Preferred over [`hasilkan`](https://kbbi.kemdikbud.go.id/entri/hasilkan). Example context: `Buat laporan baru`. |
| Hardware | Perangkat Keras | Preferred over [`peranti`](https://kbbi.kemdikbud.go.id/entri/peranti). |
| Image (as picture or visual image) | Gambar | Do not confuse with `image` as means of storage. |
| Image (as means of storage, such as CD, ISO, and Docker) | Image | Another recommended word, [`citra`](https://kbbi.kemdikbud.go.id/entri/citra), is not officially recognized for computing. |
| Initialize, Reinitialize | Inisialisasikan, Inisialisasikan Ulang | The word [`inisialisasi`](https://kbbi.kemdikbud.go.id/entri/inisialisasi) is officially considered as noun. Requires a `-kan` suffix to convert into a verb. |
| Interpreter | Interpreter | Preferred over [`penerjemah`](https://kbbi.kemdikbud.go.id/entri/penerjemah) which is also commonly used to describe `translator`. |
| Install, Reinstall | Pasang, Pasang Ulang | Preferred over `instal` [which is not considered a standard word](https://kbbi.kemdikbud.go.id/entri/instal). |
| Load, Reload | Muat, Muat ulang | These words are the same for `boot` and `reboot`. See notes in the bottom section. |
| Options / Preferences (macOS) / Settings | Pengaturan | Preferred over [`opsi`](https://kbbi.kemdikbud.go.id/entri/opsi). |
| Server | Server | Preferred over [`peladen`](https://kbbi.kemdikbud.go.id/entri/peladen) or [`pelayan`](https://kbbi.kemdikbud.go.id/entri/pelayan), which are less common when used in computing contexts. |
| Service | Layanan | The Indonesian standard word is acceptable here. |
| Shell (command-line interface) | Syel | The Indonesian standard word is acceptable here. |
| Software | Perangkat Lunak | Preferred over [`peranti`](https://kbbi.kemdikbud.go.id/entri/peranti). |
| Start, Restart | Mulai, Mulai Ulang / Nyalakan, Nyalakan Ulang | See notes on the bottom section. |
| Update | Perbarui | Do not confuse with `upgrade`. |
| Upgrade | Tingkatkan | Do not confuse with `update`. |
When translating sentences that contain the word `boot` and `load` together, please add the context of the item that is being booted and/or loaded, so the use of the `muat` word may not be ambiguous. For example, when translating:
> Load configuration from a specific file after reboot
Instead of translating the sentence into:
> Muat konfigurasi dari file yang ditentukan setelah muat ulang
Add detailed contexts to remove ambiguity (notice the highlighted word):
> Muat konfigurasi dari file yang ditentukan setelah **pengguna** memuat ulang **sistem operasi**
Similarly, for the word `start` / `mulai`
> Mulai proses server web
> (Start the web server process)
To ensure that the sentence may not be confused with `start processing the web server`, you can use other words such as `nyalakan`:
> Nyalakan proses server web
### French-Specific Rules
Example descriptions on pages in French must use the third person singular present indicative tense (présent de l'indicatif à la troisième personne du singulier).
Command and example descriptions on pages in French must use the third person singular present indicative tense (présent de l'indicatif à la troisième personne du singulier).
For example, use `Extrait une archive` rather than `Extraire une archive` or `Extrais une archive`.

View File

@ -11,10 +11,12 @@ The templates can be changed when necessary.
[bn](#bn) •
[bs](#bs) •
[ca](#ca) •
[cs](#cs) •
[da](#da) •
[de](#de) •
[es](#es) •
[fa](#fa) •
[fi](#fi) •
[fr](#fr) •
[hi](#hi) •
[id](#id) •
@ -74,7 +76,15 @@ The templates can be changed when necessary.
### bn
Not translated yet.
```markdown
# example
> এই কমান্ড একটি উপনাম `example`.
- মূল কমান্ডের জন্য ডকুমেন্টেশন দেখুন:
`tldr example`
```
---
@ -106,6 +116,20 @@ Not translated yet.
---
### cs
```markdown
# example
> Tento příkaz je aliasem pro `example`.
- Podívejte se na dokumentaci původního příkazu:
`tldr example`
```
---
### da
```markdown
@ -155,7 +179,21 @@ Not translated yet.
> این دستور یک نام مستعار از `example` است.
- مشاهده مستندات دستور اصلی
- مشاهده مستندات دستور اصلی :
`tldr example`
```
---
### fi
```markdown
# example
> Tämä komento on `example`:n alias.
- Katso alkuperäisen komennon dokumentaatiossa:
`tldr example`
```
@ -360,7 +398,15 @@ Not translated yet.
### ro
Not translated yet.
```markdown
# example
> Această comandă este un alias al `example`.
- Vizualizați documentația pentru comanda originală:
`tldr example`
```
---
@ -386,7 +432,15 @@ Not translated yet.
### sr
Not translated yet.
```markdown
# example
> Ова наредба је псеудоним `example`.
- Погледајте документацију за оригиналну команду:
`tldr example`
```
---
@ -462,7 +516,15 @@ Not translated yet.
### uz
Not translated yet.
```markdown
# example
> Ushbu buyruq taxallus `example`.
- Asl buyruq uchun hujjatlarni ko'rish:
`tldr example`
```
---

View File

@ -8,13 +8,15 @@ Only the left-alignment of the header gets lost and has to be re-added again (`|
| en | path/to/file | path/to/directory | path/to/file_or_directory | package | username |
|:------|:---------------------|:-----------------------|:----------------------------------|:----------|:------------------|
| ar | المسار/إلى/الملف | المسار/إلى/الدليل | المسار/إلى/الملف_أو_الدليل | حزمة | اسم_المستخدم |
| bn | | | | | |
| bn | পাথ/টু/ফাইল | পাথ/টু/ডিরেক্টরি | পথ/থেকে/ফাইল_অথবা_ডিরেক্টরি | প্যাকেজ | ইউজারনেম |
| bs | | | | | |
| ca | camí/al/fitxer | camí/al/directori | camí/al/fitxer_o_directori | paquet | nom_usuari |
| cs | cesta/k/souboru | cesta/k/adresari | cesta/k/souboru_ci_adresari | balíček | jmeno_uzivatele |
| da | sti/til/fil | sti/til/mappe | sti/til/fil_eller_mappe | pakke | brugernavn |
| de | pfad/zu/datei | pfad/zu/verzeichnis | pfad/zu/datei_oder_verzeichnis | paket | benutzername |
| es | ruta/al/archivo | ruta/al/directorio | ruta/al/archivo_o_directorio | paquete | nombre_de_usuario |
| fa | مسیر/به/فایل | مسیر/به/پوشه | مسیر/به/فایل_یا_پوشه | بسته | نام کاربری |
| fi | polku/tiedostoon | polku/hakemistoon | polku/tiedostoon_vai_hakemistoon | paketti | tunnus |
| fr | chemin/vers/fichier | chemin/vers/dossier | chemin/vers/fichier_ou_dossier | paquet | nom_d_utilisateur |
| hi | फ़ाइल/का/पथ | निर्देशिका/का/पथ | फ़ाइल_या_निर्देशिका/का/पथ | पैकेज | उपयोगकर्ता_नाम |
| id | jalan/menuju/file | jalan/menuju/direktori | jalan/menuju/file_atau_direktori | paket | nama_pengguna |
@ -23,7 +25,7 @@ Only the left-alignment of the header gets lost and has to be re-added again (`|
| ko | 경로/대상/파일 | 경로/대상/폴더 | 경로/대상/파일_또는_폴더 | 패키지 | 사용자 명 |
| ml |ഫയലിലേക്കുള്ള/പാത |ഡയറക്ടറിയിലേക്കുള്ള/പാത |ഫയലിലേക്കോ_ഡയറക്ടറിയിലേക്കോ/ഉള്ള/പാത |പാക്കേജ് |ഉപയോക്തൃനാമം |
| ne | फाइल/को/पथ | निर्देशिका/को/पथ | फाइल_वा_निर्देशिका/को/पथ | प्याकेज | प्रयोगकर्ता_नाम |
| nl | pad/naar/bestand | pad/naar/directory | pad/naar/bestand_of_directory | | |
| nl | pad/naar/bestand | pad/naar/map | pad/naar/bestand_of_map | pakket | gebruikersnaam |
| no | | | | | |
| pl | ścieżka/do/pliku | ścieżka/do/katalogu | ścieżka/do/pliku_lub_katalogu | pakiet | nazwa_użytkownika |
| pt_BR | caminho/para/arquivo | caminho/para/diretorio | caminho/para/arquivo_ou_diretorio | pacote | nome_do_usuario |
@ -33,7 +35,7 @@ Only the left-alignment of the header gets lost and has to be re-added again (`|
| sh | | | | | |
| sr | | | | | |
| sv | sökväg/till/fil | sökväg/till/katalog | sökväg/till/fil_eller_katalog | paket | användarnamn |
| ta |பாதை/டு/கோப்பு |அடைவிற்குப்/பாதை |பாதை/டு/கோப்பு_அல்லது_அடைவு|நிரல்தொகுப்பு|பயனர்ப்பெயர் |
| ta | கோப்பு/பாதை | அடைவிற்குப்/பாதை | கோப்பு_அல்லது_அடைவு/பாதை | நிரல்தொகுப்பு | பயனர்ப்பெயர் |
| th | ทาง/ไป/ไฟล์ | ทาง/ไป/สารบบ | ทาง/ไป/สารบบหรือไฟล์ | แพคเกจ | ชื่อผู้ใช้ |
| tr | dosya/yolu | dizin/yolu | dosya_veya_dizin/yolu | paket | kullanıcı_adı |
| uk | шлях/до/файлу | шлях/до/директорії | шлях/до/файлу_чи_директорії | пакунок | ім'я_користувача |

View File

@ -10,10 +10,12 @@ This file contains the translation templates of this notice.
[bn](#bn) •
[bs](#bs) •
[ca](#ca) •
[cs](#cs) •
[da](#da) •
[de](#de) •
[es](#es) •
[fa](#fa) •
[fi](#fi) •
[fr](#fr) •
[hi](#hi) •
[id](#id) •
@ -61,13 +63,17 @@ Some subcommands such as `example command` have their own usage documentation.
### bn
Not translated yet.
```markdown
কিছু উপ-কমান্ড যেমন `example command` স্বতন্ত্র ব্যবহার নির্দেশনা রয়েছে.
```
---
### bs
Not translated yet.
```markdown
Neke podnaredbe kao što je `example command` imaju vlastitu dokumentaciju o korištenju.
```
---
@ -79,6 +85,14 @@ Alguns subcomandaments com `example command` tenen la seva pròpia documentació
---
### cs
```markdown
Některé dílčí příkazy jako je `example command` mají svou vlastní dokumentaci.
```
---
### da
```markdown
@ -111,6 +125,14 @@ Algunos subcomandos, como `example command`, tienen su propia documentación de
---
### fi
```markdown
Joillakin alakomennoilla, kuten `example command`, on omat käyttöoppaansa.
```
---
### fr
```markdown
@ -153,19 +175,25 @@ Alcuni comandi aggiuntivi, come `example command`, hanno la propria documentazio
### ko
Not translated yet.
```markdown
`example command`와 같은 일부 하위 명령에는 자체 사용 설명서가 있습니다.
```
---
### lo
Not translated yet.
```markdown
ບາງຄໍາສັ່ງຍ່ອຍເຊັ່ນ `example command` ມີເອກະສານການນໍາໃຊ້ຂອງຕົນເອງ.
```
---
### ml
Not translated yet.
```markdown
`example command` പോലുള്ള ചില ഉപകമാൻഡുകൾക്ക് അവരുടേതായ ഉപയോഗ ഡോക്യുമെന്റേഷൻ ഉണ്ട്.
```
---
@ -187,13 +215,17 @@ Sommige subcommando's zoals `example command` hebben een eigen documentatie pagi
### no
Not translated yet.
```markdown
Noen underkommandoer som `example command` har sin egen bruksdokumentasjon.
```
---
### pl
Not translated yet.
```markdown
Niektóre podkomendy takie jak `example command` mają osobną dokumentację.
```
---
@ -215,7 +247,9 @@ Alguns subcomandos, como `example command`, tem a sua própria documentação de
### ro
Not translated yet.
```markdown
Unele subcomenzi precum `example command` au propria lor documentație de utilizare.
```
---
@ -235,7 +269,9 @@ Not translated yet.
### sr
Not translated yet.
```markdown
Неке подкоманде као што је `example command` имају своју документацију о коришћењу.
```
---
@ -257,7 +293,9 @@ En del underkommandon som t.ex: `example command` har sin egen användningsdokum
### th
Not translated yet.
```markdown
คำสั่งย่อยบางคำสั่ง เช่น `example command` มีเอกสารการใช้งานของตัวเอง
```
---
@ -279,7 +317,9 @@ Not translated yet.
### uz
Not translated yet.
```markdown
`example command` kabi baʼzi kichik buyruqlar oʻzlarining foydalanish hujjatlariga ega.
```
---

BIN
images/tldr-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
images/tldr-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1,494 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1250" height="738.14">
<rect width="1250" height="738.14" rx="0" ry="0" class="a" />
<svg height="738.14" viewBox="0 0 125 73.814" width="1250" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<style>@keyframes l{0%{transform:translateX(0)}10.3%{transform:translateX(-125px)}10.5%{transform:translateX(-375px)}19%{transform:translateX(-500px)}20.2%{transform:translateX(-625px)}22.1%{transform:translateX(-750px)}24.9%{transform:translateX(-875px)}27.8%{transform:translateX(-1000px)}29.6%{transform:translateX(-1125px)}31.4%{transform:translateX(-1250px)}32.9%{transform:translateX(-1375px)}35.7%{transform:translateX(-1750px)}44%{transform:translateX(-2000px)}44.2%{transform:translateX(-2250px)}44.5%{transform:translateX(-2625px)}to{transform:translateX(-2750px)}}.a{fill:#000000}.c,.d{fill:#00ff00;font-weight:700;white-space:pre}.d{fill:#00ffff}.e,.g,.h,.i{fill:#ffffff;white-space:pre}.g,.h,.i{fill:#00ff00}.h,.i{fill:#ff0000}.i{fill:#0ff}</style>
<g font-family="Monaco,Consolas,Menlo,'Bitstream Vera Sans Mono','Powerline Symbols',monospace" font-size="1.67">
<defs>
<symbol id="1">
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
</symbol>
<symbol id="2">
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tldr</text>
</symbol>
<symbol id="3">
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tldr</text>
<text x="10.02" y="1.67" class="e">tar</text>
</symbol>
<symbol id="4">
<text x="2.004" y="1.67" style="white-space:pre" fill="#fff" font-weight="700">tar</text>
</symbol>
<symbol id="5">
<text x="2.004" y="1.67" class="e">Archiving</text>
<text x="12.024" y="1.67" class="e">utility.</text>
</symbol>
<symbol id="6">
<text x="2.004" y="1.67" class="e">Often</text>
<text x="8.016" y="1.67" class="e">combined</text>
<text x="17.034" y="1.67" class="e">with</text>
<text x="22.044" y="1.67" class="e">a</text>
<text x="24.048" y="1.67" class="e">compression</text>
<text x="36.072" y="1.67" class="e">method,</text>
<text x="44.088" y="1.67" class="e">such</text>
<text x="49.098" y="1.67" class="e">as</text>
<text x="52.104" y="1.67" class="e">gzip</text>
<text x="57.114" y="1.67" class="e">or</text>
<text x="60.12" y="1.67" class="e">bzip2.</text>
</symbol>
<symbol id="7">
<text x="2.004" y="1.67" class="e">More</text>
<text x="7.014" y="1.67" class="e">information:</text>
<text x="20.04" y="1.67" class="e">https://www.gnu.org/software/tar.</text>
</symbol>
<symbol id="8">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">[c]reate</text>
<text x="13.026" y="1.67" class="g">an</text>
<text x="16.032" y="1.67" class="g">archive</text>
<text x="24.048" y="1.67" class="g">from</text>
<text x="29.058" y="1.67" class="g">[f]iles:</text>
</symbol>
<symbol id="9">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">cf</text>
<text x="11.022" y="1.67" class="i">target.tar</text>
<text x="22.044" y="1.67" class="i">file1</text>
<text x="28.056" y="1.67" class="i">file2</text>
<text x="34.068" y="1.67" class="i">file3</text>
</symbol>
<symbol id="10">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">[c]reate</text>
<text x="13.026" y="1.67" class="g">a</text>
<text x="15.03" y="1.67" class="g">g[z]ipped</text>
<text x="25.05" y="1.67" class="g">archive</text>
<text x="33.066" y="1.67" class="g">from</text>
<text x="38.076" y="1.67" class="g">[f]iles:</text>
</symbol>
<symbol id="11">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">czf</text>
<text x="12.024" y="1.67" class="i">target.tar.gz</text>
<text x="26.052" y="1.67" class="i">file1</text>
<text x="32.064" y="1.67" class="i">file2</text>
<text x="38.076" y="1.67" class="i">file3</text>
</symbol>
<symbol id="12">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">[c]reate</text>
<text x="13.026" y="1.67" class="g">a</text>
<text x="15.03" y="1.67" class="g">g[z]ipped</text>
<text x="25.05" y="1.67" class="g">archive</text>
<text x="33.066" y="1.67" class="g">from</text>
<text x="38.076" y="1.67" class="g">a</text>
<text x="40.08" y="1.67" class="g">directory</text>
<text x="50.1" y="1.67" class="g">using</text>
<text x="56.112" y="1.67" class="g">relative</text>
<text x="65.13" y="1.67" class="g">paths:</text>
</symbol>
<symbol id="13">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">czf</text>
<text x="12.024" y="1.67" class="i">target.tar.gz</text>
<text x="26.052" y="1.67" class="h">--directory=</text>
<text x="38.076" y="1.67" class="i">path/to/directory</text>
<text x="56.112" y="1.67" class="h">.</text>
</symbol>
<symbol id="14">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">E[x]tract</text>
<text x="14.028" y="1.67" class="g">a</text>
<text x="16.032" y="1.67" class="g">(compressed)</text>
<text x="29.058" y="1.67" class="g">archive</text>
<text x="37.074" y="1.67" class="g">[f]ile</text>
<text x="44.088" y="1.67" class="g">into</text>
<text x="49.098" y="1.67" class="g">the</text>
<text x="53.106" y="1.67" class="g">current</text>
<text x="61.122" y="1.67" class="g">directory:</text>
</symbol>
<symbol id="15">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">xf</text>
<text x="11.022" y="1.67" class="i">source.tar[.gz|.bz2|.xz]</text>
</symbol>
<symbol id="16">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">E[x]tract</text>
<text x="14.028" y="1.67" class="g">a</text>
<text x="16.032" y="1.67" class="g">(compressed)</text>
<text x="29.058" y="1.67" class="g">archive</text>
<text x="37.074" y="1.67" class="g">[f]ile</text>
<text x="44.088" y="1.67" class="g">into</text>
<text x="49.098" y="1.67" class="g">the</text>
<text x="53.106" y="1.67" class="g">target</text>
<text x="60.12" y="1.67" class="g">directory:</text>
</symbol>
<symbol id="17">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">xf</text>
<text x="11.022" y="1.67" class="i">source.tar[.gz|.bz2|.xz]</text>
<text x="36.072" y="1.67" class="h">--directory=</text>
<text x="48.096" y="1.67" class="i">directory</text>
</symbol>
<symbol id="18">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">[c]reate</text>
<text x="13.026" y="1.67" class="g">a</text>
<text x="15.03" y="1.67" class="g">compressed</text>
<text x="26.052" y="1.67" class="g">archive</text>
<text x="34.068" y="1.67" class="g">from</text>
<text x="39.078" y="1.67" class="g">[f]iles,</text>
<text x="48.096" y="1.67" class="g">using</text>
<text x="54.108" y="1.67" class="g">[a]rchive</text>
<text x="64.128" y="1.67" class="g">suffix</text>
<text x="71.142" y="1.67" class="g">to</text>
<text x="74.148" y="1.67" class="g">determine</text>
<text x="84.168" y="1.67" class="g">the</text>
<text x="88.176" y="1.67" class="g">compression</text>
<text x="100.2" y="1.67" class="g">program:</text>
</symbol>
<symbol id="19">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">caf</text>
<text x="12.024" y="1.67" class="i">target.tar.xz</text>
<text x="26.052" y="1.67" class="i">file1</text>
<text x="32.064" y="1.67" class="i">file2</text>
<text x="38.076" y="1.67" class="i">file3</text>
</symbol>
<symbol id="20">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">Lis[t]</text>
<text x="11.022" y="1.67" class="g">the</text>
<text x="15.03" y="1.67" class="g">contents</text>
<text x="24.048" y="1.67" class="g">of</text>
<text x="27.054" y="1.67" class="g">a</text>
<text x="29.058" y="1.67" class="g">tar</text>
<text x="33.066" y="1.67" class="g">[f]ile</text>
<text x="40.08" y="1.67" class="g">[v]erbosely:</text>
</symbol>
<symbol id="21">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">tvf</text>
<text x="12.024" y="1.67" class="i">source.tar</text>
</symbol>
<symbol id="22">
<text x="2.004" y="1.67" class="g">-</text>
<text x="4.008" y="1.67" class="g">E[x]tract</text>
<text x="14.028" y="1.67" class="g">[f]iles</text>
<text x="22.044" y="1.67" class="g">matching</text>
<text x="31.062" y="1.67" class="g">a</text>
<text x="33.066" y="1.67" class="g">pattern:</text>
</symbol>
<symbol id="23">
<text x="4.008" y="1.67" class="h">tar</text>
<text x="8.016" y="1.67" class="h">xf</text>
<text x="11.022" y="1.67" class="i">source.tar</text>
<text x="22.044" y="1.67" class="h">--wildcards</text>
<text x="34.068" y="1.67" class="h">&quot;</text>
<text x="35.07" y="1.67" class="i">*.html</text>
<text x="41.082" y="1.67" class="h">&quot;</text>
</symbol>
<symbol id="a">
<path fill="transparent" d="M0 0h125v34H0z" />
</symbol>
<symbol id="b">
<path fill="#6f7683" d="M0 0h1.102v2.171H0z" />
</symbol>
</defs>
<path class="a" d="M0 0h125v73.814H0z" />
<g style="animation-duration:6.274285s;animation-iteration-count:infinite;animation-name:l;animation-timing-function:steps(1,end)">
<svg width="2875">
<svg>
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" />
</svg>
<svg x="125">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" />
</svg>
<svg x="250">
<use xlink:href="#a" />
<use xlink:href="#b" x="4.996" />
<use xlink:href="#1" />
</svg>
<svg x="375">
<use xlink:href="#a" />
<use xlink:href="#b" x="4.996" />
<use xlink:href="#1" />
</svg>
<svg x="500">
<use xlink:href="#a" />
<use xlink:href="#b" x="5.996" />
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">t</text>
</svg>
<svg x="625">
<use xlink:href="#a" />
<use xlink:href="#b" x="6.996" />
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tl</text>
</svg>
<svg x="750">
<use xlink:href="#a" />
<use xlink:href="#b" x="7.996" />
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tld</text>
</svg>
<svg x="875">
<use xlink:href="#a" />
<use xlink:href="#b" x="8.996" />
<use xlink:href="#2" />
</svg>
<svg x="1000">
<use xlink:href="#a" />
<use xlink:href="#b" x="9.996" />
<use xlink:href="#2" />
</svg>
<svg x="1125">
<use xlink:href="#a" />
<use xlink:href="#b" x="10.996" />
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tldr</text>
<text x="10.02" y="1.67" class="e">t</text>
</svg>
<svg x="1250">
<use xlink:href="#a" />
<use xlink:href="#b" x="11.996" />
<text y="1.67" class="c"></text>
<text x="3.006" y="1.67" class="d">~</text>
<text x="5.01" y="1.67" class="e">tldr</text>
<text x="10.02" y="1.67" class="e">ta</text>
</svg>
<svg x="1375">
<use xlink:href="#a" />
<use xlink:href="#b" x="12.996" />
<use xlink:href="#3" />
</svg>
<svg x="1500">
<use xlink:href="#a" />
<use xlink:href="#b" x="12.996" />
<use xlink:href="#3" />
</svg>
<svg x="1625">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="2.146" />
<use xlink:href="#3" />
</svg>
<svg x="1750">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="2.146" />
<use xlink:href="#3" />
</svg>
<svg x="1875">
<use xlink:href="#a" />
<use xlink:href="#b" x="47.996" y="45.566" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<text x="4.008" y="47.261" class="h">tar</text>
<text x="8.016" y="47.261" class="h">xf</text>
<text x="11.022" y="47.261" class="i">source.tar[.gz|.bz2|.xz]</text>
<text x="36.072" y="47.261" class="h">--directory=</text>
</svg>
<svg x="2000">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
</svg>
<svg x="2125">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
</svg>
<svg x="2250">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
</svg>
<svg x="2375">
<use xlink:href="#a" />
<use xlink:href="#b" x="4.996" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
<use xlink:href="#1" y="71.643" />
</svg>
<svg x="2500">
<use xlink:href="#a" />
<use xlink:href="#b" x="4.996" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
<use xlink:href="#1" y="71.643" />
</svg>
<svg x="2625">
<use xlink:href="#a" />
<use xlink:href="#b" x="4.996" y="71.618" />
<use xlink:href="#3" />
<use xlink:href="#4" y="4.342" />
<use xlink:href="#5" y="8.684" />
<use xlink:href="#6" y="10.855" />
<use xlink:href="#7" y="13.026" />
<use xlink:href="#8" y="17.368" />
<use xlink:href="#9" y="19.539" />
<use xlink:href="#10" y="23.881" />
<use xlink:href="#11" y="26.052" />
<use xlink:href="#12" y="30.394" />
<use xlink:href="#13" y="32.565" />
<use xlink:href="#14" y="36.907" />
<use xlink:href="#15" y="39.078" />
<use xlink:href="#16" y="43.42" />
<use xlink:href="#17" y="45.591" />
<use xlink:href="#18" y="49.933" />
<use xlink:href="#19" y="52.104" />
<use xlink:href="#20" y="56.446" />
<use xlink:href="#21" y="58.617" />
<use xlink:href="#22" y="62.959" />
<use xlink:href="#23" y="65.13" />
<use xlink:href="#1" y="71.643" />
</svg>
<svg x="2750">
<use xlink:href="#a" />
<use xlink:href="#b" x="-.004" y="71.618" />
<use xlink:href="#4" y="2.171" />
<use xlink:href="#5" y="6.513" />
<use xlink:href="#6" y="8.684" />
<use xlink:href="#7" y="10.855" />
<use xlink:href="#8" y="15.197" />
<use xlink:href="#9" y="17.368" />
<use xlink:href="#10" y="21.71" />
<use xlink:href="#11" y="23.881" />
<use xlink:href="#12" y="28.223" />
<use xlink:href="#13" y="30.394" />
<use xlink:href="#14" y="34.736" />
<use xlink:href="#15" y="36.907" />
<use xlink:href="#16" y="41.249" />
<use xlink:href="#17" y="43.42" />
<use xlink:href="#18" y="47.762" />
<use xlink:href="#19" y="49.933" />
<use xlink:href="#20" y="54.275" />
<use xlink:href="#21" y="56.446" />
<use xlink:href="#22" y="60.788" />
<use xlink:href="#23" y="62.959" />
<use xlink:href="#1" y="69.472" />
</svg>
</svg>
</g>
</g>
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 28 KiB

183
package-lock.json generated
View File

@ -7,8 +7,8 @@
"name": "tldr-pages",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"glob": "10.3.4",
"markdownlint-cli": "^0.35.0",
"glob": "10.3.10",
"markdownlint-cli": "^0.37.0",
"tldr-lint": "^0.0.13"
},
"devDependencies": {
@ -173,18 +173,18 @@
}
},
"node_modules/glob": {
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz",
"integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==",
"version": "10.3.10",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"jackspeak": "^2.3.5",
"minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
"path-scurry": "^1.10.1"
},
"bin": {
"glob": "dist/cjs/src/bin.js"
"glob": "dist/esm/bin.mjs"
},
"engines": {
"node": ">=16 || 14 >=14.17"
@ -217,11 +217,11 @@
}
},
"node_modules/ini": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==",
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/is-fullwidth-code-point": {
@ -238,9 +238,9 @@
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
},
"node_modules/jackspeak": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz",
"integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==",
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
@ -302,31 +302,31 @@
}
},
"node_modules/markdownlint": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.29.0.tgz",
"integrity": "sha512-ASAzqpODstu/Qsk0xW5BPgWnK/qjpBQ4e7IpsSvvFXcfYIjanLTdwFRJK1SIEEh0fGSMKXcJf/qhaZYHyME0wA==",
"version": "0.31.1",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz",
"integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==",
"dependencies": {
"markdown-it": "13.0.1",
"markdownlint-micromark": "0.1.5"
"markdownlint-micromark": "0.1.7"
},
"engines": {
"node": ">=16"
}
},
"node_modules/markdownlint-cli": {
"version": "0.35.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.35.0.tgz",
"integrity": "sha512-lVIIIV1MrUtjoocgDqXLxUCxlRbn7Ve8rsWppfwciUNwLlNS28AhNiyQ3PU7jjj4Qvj+rWTTvwkqg7AcdG988g==",
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.37.0.tgz",
"integrity": "sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==",
"dependencies": {
"commander": "~11.0.0",
"get-stdin": "~9.0.0",
"glob": "~10.2.7",
"glob": "~10.3.4",
"ignore": "~5.2.4",
"js-yaml": "^4.1.0",
"jsonc-parser": "~3.2.0",
"markdownlint": "~0.29.0",
"minimatch": "~9.0.1",
"run-con": "~1.2.11"
"markdownlint": "~0.31.1",
"minimatch": "~9.0.3",
"run-con": "~1.3.2"
},
"bin": {
"markdownlint": "markdownlint.js"
@ -335,31 +335,10 @@
"node": ">=16"
}
},
"node_modules/markdownlint-cli/node_modules/glob": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz",
"integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==",
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2",
"path-scurry": "^1.7.0"
},
"bin": {
"glob": "dist/cjs/src/bin.js"
},
"engines": {
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/markdownlint-micromark": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.5.tgz",
"integrity": "sha512-HvofNU4QCvfUCWnocQP1IAWaqop5wpWrB0mKB6SSh0fcpV0PdmQNS6tdUuFew1utpYlUvYYzz84oDkrD76GB9A==",
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz",
"integrity": "sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q==",
"engines": {
"node": ">=16"
}
@ -370,9 +349,9 @@
"integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
},
"node_modules/minimatch": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
@ -423,13 +402,13 @@
}
},
"node_modules/run-con": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.11.tgz",
"integrity": "sha512-NEMGsUT+cglWkzEr4IFK21P4Jca45HqiAbIIZIBdX5+UZTB24Mb/21iNGgz9xZa8tL6vbW7CXmq7MFN42+VjNQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
"integrity": "sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==",
"dependencies": {
"deep-extend": "^0.6.0",
"ini": "~3.0.0",
"minimist": "^1.2.6",
"ini": "~4.1.0",
"minimist": "^1.2.8",
"strip-json-comments": "~3.1.1"
},
"bin": {
@ -521,9 +500,9 @@
}
},
"node_modules/strip-ansi": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
"integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"dependencies": {
"ansi-regex": "^6.0.1"
},
@ -800,12 +779,12 @@
"integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA=="
},
"glob": {
"version": "10.3.4",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.4.tgz",
"integrity": "sha512-6LFElP3A+i/Q8XQKEvZjkEWEOTgAIALR9AO2rwT8bgPhDd1anmqDJDZ6lLddI4ehxxxR1S5RIqKe1uapMQfYaQ==",
"version": "10.3.10",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
"requires": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"jackspeak": "^2.3.5",
"minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
"path-scurry": "^1.10.1"
@ -823,9 +802,9 @@
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ=="
},
"ini": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz",
"integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ=="
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/ini/-/ini-4.1.1.tgz",
"integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g=="
},
"is-fullwidth-code-point": {
"version": "3.0.0",
@ -838,9 +817,9 @@
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
},
"jackspeak": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz",
"integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==",
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
"requires": {
"@isaacs/cliui": "^8.0.2",
"@pkgjs/parseargs": "^0.11.0"
@ -885,48 +864,34 @@
}
},
"markdownlint": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.29.0.tgz",
"integrity": "sha512-ASAzqpODstu/Qsk0xW5BPgWnK/qjpBQ4e7IpsSvvFXcfYIjanLTdwFRJK1SIEEh0fGSMKXcJf/qhaZYHyME0wA==",
"version": "0.31.1",
"resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.31.1.tgz",
"integrity": "sha512-CKMR2hgcIBrYlIUccDCOvi966PZ0kJExDrUi1R+oF9PvqQmCrTqjOsgIvf2403OmJ+CWomuzDoylr6KbuMyvHA==",
"requires": {
"markdown-it": "13.0.1",
"markdownlint-micromark": "0.1.5"
"markdownlint-micromark": "0.1.7"
}
},
"markdownlint-cli": {
"version": "0.35.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.35.0.tgz",
"integrity": "sha512-lVIIIV1MrUtjoocgDqXLxUCxlRbn7Ve8rsWppfwciUNwLlNS28AhNiyQ3PU7jjj4Qvj+rWTTvwkqg7AcdG988g==",
"version": "0.37.0",
"resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.37.0.tgz",
"integrity": "sha512-hNKAc0bWBBuVhJbSWbUhRzavstiB4o1jh3JeSpwC4/dt6eJ54lRfYHRxVdzVp4qGWBKbeE6Pg490PFEfrKjqSg==",
"requires": {
"commander": "~11.0.0",
"get-stdin": "~9.0.0",
"glob": "~10.2.7",
"glob": "~10.3.4",
"ignore": "~5.2.4",
"js-yaml": "^4.1.0",
"jsonc-parser": "~3.2.0",
"markdownlint": "~0.29.0",
"minimatch": "~9.0.1",
"run-con": "~1.2.11"
},
"dependencies": {
"glob": {
"version": "10.2.7",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz",
"integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==",
"requires": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.0.3",
"minimatch": "^9.0.1",
"minipass": "^5.0.0 || ^6.0.2",
"path-scurry": "^1.7.0"
}
}
"markdownlint": "~0.31.1",
"minimatch": "~9.0.3",
"run-con": "~1.3.2"
}
},
"markdownlint-micromark": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.5.tgz",
"integrity": "sha512-HvofNU4QCvfUCWnocQP1IAWaqop5wpWrB0mKB6SSh0fcpV0PdmQNS6tdUuFew1utpYlUvYYzz84oDkrD76GB9A=="
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.7.tgz",
"integrity": "sha512-BbRPTC72fl5vlSKv37v/xIENSRDYL/7X/XoFzZ740FGEbs9vZerLrIkFRY0rv7slQKxDczToYuMmqQFN61fi4Q=="
},
"mdurl": {
"version": "1.0.1",
@ -934,9 +899,9 @@
"integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
},
"minimatch": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
"integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"requires": {
"brace-expansion": "^2.0.1"
}
@ -966,13 +931,13 @@
}
},
"run-con": {
"version": "1.2.11",
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.11.tgz",
"integrity": "sha512-NEMGsUT+cglWkzEr4IFK21P4Jca45HqiAbIIZIBdX5+UZTB24Mb/21iNGgz9xZa8tL6vbW7CXmq7MFN42+VjNQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.3.2.tgz",
"integrity": "sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==",
"requires": {
"deep-extend": "^0.6.0",
"ini": "~3.0.0",
"minimist": "^1.2.6",
"ini": "~4.1.0",
"minimist": "^1.2.8",
"strip-json-comments": "~3.1.1"
}
},
@ -1035,9 +1000,9 @@
}
},
"strip-ansi": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
"integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
"requires": {
"ansi-regex": "^6.0.1"
}

View File

@ -6,8 +6,8 @@
"repository": "tldr-pages/tldr",
"homepage": "https://tldr.sh/",
"dependencies": {
"glob": "10.3.4",
"markdownlint-cli": "^0.35.0",
"glob": "10.3.10",
"markdownlint-cli": "^0.37.0",
"tldr-lint": "^0.0.13"
},
"devDependencies": {

View File

@ -1,4 +1,4 @@
# apt
# apt-get
> أداة إدارة الحزم لديبيان وأوبونتو.
> ابحث عن الحزم باستخدام `apt-cache`.

View File

@ -1,7 +1,7 @@
# curl
> هذا الأمر هو اسم مستعار لـ `curl -p common`.
> لمزيد من التفاصيل: <https://curl.se>.
> لمزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- إعرض التوثيقات للأمر الأصلي:

View File

@ -1,6 +1,7 @@
# iwr
> هذا الأمر هو اسم مستعار لـ `invoke-webrequest`.
> لمزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- إعرض التوثيقات للأمر الأصلي:

View File

@ -1,8 +1,8 @@
# sls
> هذا الأمر هو اسم مستعار لـ `where-object`.
> هذا الأمر هو اسم مستعار لـ `Select-String`.
> لمزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- إعرض التوثيقات للأمر الأصلي:
`tldr where-object`
`tldr select-string`

View File

@ -1,7 +1,7 @@
# wget
> هذا الأمر هو اسم مستعار لـ `wget -p common`.
> لمزيد من التفاصيل: <https://www.gnu.org/software/wget>.
> لمزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- إعرض التوثيقات للأمر الأصلي:

View File

@ -1,7 +1,7 @@
# am
> অ্যান্ড্রয়েড অ্যাক্টিভিটি ম্যানেজার।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#am>.
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#am>
- একটি নির্দিষ্ট কার্যকলাপ শুরু করুন:

View File

@ -2,7 +2,7 @@
> একটি অ্যান্ড্রয়েড বাগ রিপোর্ট দেখান।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreport>.
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreport>
- একটি অ্যান্ড্রয়েড ডিভাইসের একটি সম্পূর্ণ বাগ রিপোর্ট দেখান:

View File

@ -2,7 +2,7 @@
> একটি জিপ করা অ্যান্ড্রয়েড বাগ রিপোর্ট তৈরি করুন।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/bugreportz>.
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/bugreportz>
- একটি অ্যান্ড্রয়েড ডিভাইসের একটি সম্পূর্ণ জিপ করা বাগ রিপোর্ট তৈরি করুন:

View File

@ -1,7 +1,7 @@
# cmd
> অ্যান্ড্রয়েড সার্ভিস ম্যানেজার।
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
> আরও তথ্য পাবেন: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>
- প্রতিটি চলমান পরিষেবা তালিকা করুন:

View File

@ -1,7 +1,7 @@
# dalvikvm
> অ্যান্ড্রয়েড জাভা ভার্চুয়াল মেশিন।
> আরও তথ্য পাবেন: <https://source.android.com/devices/tech/dalvik>.
> আরও তথ্য পাবেন: <https://source.android.com/devices/tech/dalvik>
- একটি নির্দিষ্ট জাভা প্রোগ্রাম শুরু করুন:

View File

@ -2,7 +2,7 @@
> অ্যান্ড্রয়েড সিস্টেম পরিষেবা সম্পর্কে তথ্য প্রদান করে।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/dumpsys>.
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/dumpsys>
- সমস্ত সিস্টেম পরিষেবার জন্য ডায়াগনস্টিক আউটপুট পান:

View File

@ -1,7 +1,7 @@
# getprop
> অ্যান্ড্রয়েড সিস্টেম বৈশিষ্ট্য সম্পর্কে তথ্য দেখান।
> আরও তথ্য পাবেন: <https://manned.org/getprop>.
> আরও তথ্য পাবেন: <https://manned.org/getprop>
- অ্যান্ড্রয়েড সিস্টেম বৈশিষ্ট্য সম্পর্কে তথ্য প্রদর্শন করুন:

View File

@ -2,7 +2,7 @@
> একটি Android ডিভাইসে ইভেন্ট কোড বা টাচস্ক্রিন অঙ্গভঙ্গি পাঠান।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
> আরও তথ্য পাবেন: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>
- একটি Android ডিভাইসে একটি একক অক্ষরের জন্য একটি ইভেন্ট কোড পাঠান:

View File

@ -1,7 +1,7 @@
# logcat
> সিস্টেম বার্তার একটি লগ ডাম্প করুন, যখন একটি ত্রুটি ঘটেছে স্ট্যাক ট্রেস সহ, এবং অ্যাপ্লিকেশন দ্বারা লগ করা তথ্য বার্তা।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/logcat>.
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/logcat>
- সিস্টেম লগগুলি প্রদর্শন করুন:

View File

@ -1,7 +1,7 @@
# pkg
> Termux এর জন্য একটি প্যাকেজ ব্যবস্থাপনা ইউটিলিটি।
> আরও তথ্য পাবেন: <https://wiki.termux.com/wiki/Package_Management>.
> আরও তথ্য পাবেন: <https://wiki.termux.com/wiki/Package_Management>
- সমস্ত ইনস্টল করা প্যাকেজ আপগ্রেড করুন:

View File

@ -1,7 +1,7 @@
# pm
> একটি Android ডিভাইসে অ্যাপ্লিকেশন সম্পর্কে তথ্য দেখান।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#pm>.
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#pm>
- সমস্ত ইনস্টল করা অ্যাপের একটি তালিকা প্রিন্ট করুন:

View File

@ -2,7 +2,7 @@
> একটি মোবাইল ডিসপ্লের স্ক্রিনশট নিন।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#screencap>.
> আরও তথ্য পাবেন: <https://developer.android.com/studio/command-line/adb#screencap>
- একটি স্ক্রিনশট নিন:

View File

@ -1,7 +1,7 @@
# settings
> Android OS সম্পর্কে তথ্য পান।
> আরও তথ্য পাবেন: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
> আরও তথ্য পাবেন: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>
- `global` নামস্থানে সেটিংসের একটি তালিকা প্রদর্শন করুন:

View File

@ -2,7 +2,7 @@
> একটি অ্যান্ড্রয়েড ডিভাইসের স্ক্রীন সম্পর্কে তথ্য দেখান।
> এই কমান্ডটি শুধুমাত্র `adb shell` এর মাধ্যমে ব্যবহার করা যেতে পারে।
> আরও তথ্য পাবেন: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>.
> আরও তথ্য পাবেন: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538>
- একটি অ্যান্ড্রয়েড ডিভাইসের স্ক্রিনের শারীরিক আকার প্রদর্শন করুন:

24
pages.bn/common/!.md Normal file
View File

@ -0,0 +1,24 @@
# Exclamation mark
> ইতিহাসে পেয়ে যাওয়া কমান্ড দিয়ে বিকল্প বাছানোর জন্য ব্যবহৃত ব্যাশ শেলে পুনর্নির্মিত।
> আরও তথ্য পাবেন: <https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>
- সুডো দিয়ে আগের কমান্ড পুনর্নির্মিত করুন:
`sudo !!`
- `history` দিয়ে পেয়ে যাওয়া লাইন নম্বরের ভিতরে একটি কমান্ড পুনর্নির্মিত করুন:
`!{{নম্বর}}`
- নির্ধারিত সংখ্যা লাইনগুলির ভিতরে একটি কমান্ড পুনর্নির্মিত করুন:
`!-{{নম্বর}}`
- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা স্ট্রিং দিয়ে শুরু হয়:
`!{{স্ট্রিং}}`
- নতুন অর্ডারের আঙ্গুলির সাথে পুনর্নির্মিত করুন:
`{{কমান্ড}} !*`

32
pages.bn/common/2to3.md Normal file
View File

@ -0,0 +1,32 @@
# 2to3
> স্বয়ংক্রিয় পাইথন ২ থেকে ৩ কোড রূপান্তর।
> আরও তথ্য পাবেন: <https://docs.python.org/3/library/2to3.html>
- পরিবর্তনগুলি প্রদর্শন করুন যা করা হবে তা না করে (ড্রাই-রান):
`2to3 {{ফাইলের/পথ.py}}`
- একটি পাইথন 2 ফাইলকে পাইথন 3 এ রূপান্তর করুন:
`2to3 --write {{ফাইলের/পথ.py}}`
- নির্দিষ্ট পাইথন 2 ভাষা বৈশিষ্ট্যগুলি পাইথন 3 এ রূপান্তর করুন:
`2to3 --write {{ফাইলের/পথ.py}} --fix={{raw_input}} --fix={{print}}`
- নির্দিষ্ট না করে সমস্ত পাইথন 2 ভাষা বৈশিষ্ট্যগুলি পাইথন 3 এ রূপান্তর করুন:
`2to3 --write {{ফাইলের/পথ.py}} --nofix={{has_key}} --nofix={{isinstance}}`
- পাইথন 2 থেকে পাইথন 3 এ রূপান্তর করা যাবত সমস্ত উপলব্ধ ভাষা বৈশিষ্ট্যের তালিকা প্রদর্শন করুন:
`2to3 --list-fixes`
- একটি ডিরেক্টরিতে সমস্ত পাইথন 2 ফাইলগুলি পাইথন 3 এ রূপান্তর করুন:
`2to3 --output-dir={{পাথ/টু/পাইথন3_ডিরেক্টরি}} --write-unchanged-files --nobackups {{পাথ/টু/পাইথন2_ডিরেক্টরি}}`
- মাল্টিপল থ্রেড সহ ২টু৩ চালান:
`2to3 --processes={{4}} --output-dir={{পাথ/টু/পাইথন3_ডিরেক্টরি}} --write --nobackups --no-diff {{পাথ/টু/পাইথন2_ডিরেক্টরি}}`

32
pages.bn/common/7z.md Normal file
View File

@ -0,0 +1,32 @@
# 7z
> উচ্চ স্পীড অনুপাতে ফাইল সংরক্ষণকর্তা।
> আরও তথ্য পাবেন: <https://manned.org/7z>
- নতুন বা বিদ্যমান সংরক্ষণে একটি ফাইল বা ডিরেক্টরি যোগ করুন:
`7z a {{সংরক্ষণ.7z/এর/পথ}} {{ফাইল_অথবা_ডিরেক্টরি/এর/পথ}}`
- বিদ্যমান সংরক্ষণকে এনক্রিপ্ট করুন (ফাইলের নাম সহ):
`7z a {{এনক্রিপ্টেড.7z/এর/পথ}} -p{{পাসওয়ার্ড}} -mhe=on {{সংরক্ষণ.7z/এর/পথ}}`
- মৌলিক ডিরেক্টরি স্ট্রাকচার সংরক্ষণ করতে সংরক্ষণ থেকে বাহাতে:
`7z x {{সংরক্ষণ.7z/এর/পথ}}`
- বিশেষ ডিরেক্টরি এইচআউটপুটের সাথে সংরক্ষণ থেকে নেওয়া:
`7z x {{সংরক্ষণ.7z/এর/পথ}} -o{{আউটপুট/এর/পথ}}`
- `stdout` এর জন্য একটি সংরক্ষণ থেকে বাহাতে:
`7z x {{সংরক্ষণ.7z/এর/পথ}} -so`
- একটি নির্দিষ্ট সংরক্ষণ প্রকার ব্যবহার করে সংরক্ষণ করুন:
`7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{সংরক্ষণ/এর/পথ}} {{ফাইল_অথবা_ডিরেক্টরি/এর/পথ}}`
- একটি সংরক্ষণের সামগ্রী তালিকা বদ্ধ করুন:
`7z l {{সংরক্ষণ.7z/এর/পথ}}`

33
pages.bn/common/7za.md Normal file
View File

@ -0,0 +1,33 @@
# 7za
> একটি উচ্চ সঙ্কোচন অনুবাদক সাথে ফাইল অ্যার্কাইভার।
> `7z` এর মত, কিন্তু এটি কম ফাইল ধরণসমূহ সমর্থন করে এবং ক্রস-প্ল্যাটফর্ম।
> আরও তথ্য পাবেন: <https://manned.org/7za>
- একটি ফাইল বা ডিরেক্টরি অ্যার্কাইভ করুন:
`7za a {{পাথ/টু/আর্কাইভ.7z}} {{পাথ/টু/ফাইল_অথবা_ডিরেক্টরি}}`
- একটি বিদ্যমান আর্কাইভ এনক্রিপ্ট করুন (ফাইলের নামগুলি সহ):
`7za a {{পাথ/টু/এনক্রিপ্টেড.7z}} -p{{পাসওয়ার্ড}} -mhe={{on}} {{পাথ/টু/আর্কাইভ.7z}}`
- একটি আর্কাইভ বিন্দুবর্তন রক্ষা করে একটি আর্কাইভ নেওয়া:
`7za x {{পাথ/টু/আর্কাইভ.7z}}`
- একটি আর্কাইভটি একটি নির্দিষ্ট ডিরেক্টরিতে নেওয়া:
`7za x {{পাথ/টু/আর্কাইভ.7z}} -o{{পাথ/টু/আউটপুট}}`
- একটি আর্কাইভটি একটি `stdout` এ নেওয়া:
`7za x {{পাথ/টু/আর্কাইভ.7z}} -so`
- একটি নির্দিষ্ট আর্কাইভ ধরণ ব্যবহার করে অ্যার্কাইভ করুন:
`7za a -t{{7z|bzip2|gzip|lzip|tar|...}} {{পাথ/টু/আর্কাইভ.7z}} {{পাথ/টু/ফাইল_অথবা_ডিরেক্টরি}}`
- একটি আর্কাইভের সামগ্রী তালিকা দেখুন:
`7za l {{পাথ/টু/আর্কাইভ.7z}}`

29
pages.bn/common/7zr.md Normal file
View File

@ -0,0 +1,29 @@
# 7zr
> একটি উচ্চ সঙ্কোচন অনুবাদক সাথে ফাইল অ্যার্কাইভার।
> `7z` এর মত, কিন্তু এটি কেবলমাত্র `.7z` ফাইলগুলি সমর্থন করে।
> আরও তথ্য পাবেন: <https://manned.org/7zr>
- একটি ফাইল বা ডিরেক্টরি অ্যার্কাইভ করুন:
`7zr a {{পাথ/টু/আর্কাইভ.7z}} {{পাথ/টু/ফাইল_অথবা_ডিরেক্টরি}}`
- একটি বিদ্যমান আর্কাইভ এনক্রিপ্ট করুন (ফাইলের নামগুলি সহ):
`7zr a {{পাথ/টু/এনক্রিপ্টেড.7z}} -p{{পাসওয়ার্ড}} -mhe={{on}} {{পাথ/টু/আর্কাইভ.7z}}`
- একটি আর্কাইভ বিন্দুবর্তন রক্ষা করে একটি আর্কাইভ নেওয়া:
`7zr x {{পাথ/টু/আর্কাইভ.7z}}`
- একটি আর্কাইভটি একটি নির্দিষ্ট ডিরেক্টরিতে নেওয়া:
`7zr x {{পাথ/টু/আর্কাইভ.7z}} -o{{পাথ/টু/আউটপুট}}`
- একটি আর্কাইভটি একটি `stdout` এ নেওয়া:
`7zr x {{পাথ/টু/আর্কাইভ.7z}} -so`
- একটি আর্কাইভের সামগ্রী তালিকা দেখুন:
`7zr l {{পাথ/টু/আর্কাইভ.7z}}`

33
pages.bn/common/[.md Normal file
View File

@ -0,0 +1,33 @@
# [
> ফাইল প্রকার পরীক্ষা করুন এবং মান তুলনা করুন।
> শর্তটি সত্য মানে 0 স্ট্যাটাস ফিরিয়ে দেয়, এবং শর্তটি মিথ্যা মানে 1।
> আরও তথ্য পাবেন: <https://www.gnu.org/software/bash/manual/bash.html#index-test>
- পরীক্ষা করুন যদি দেওয়া ভেরিয়েবল নির্দিষ্ট স্ট্রিং এর সমান/সমান না হয়:
`[ "${{ভেরিয়েবল}}" {{=|!=}} "{{স্ট্রিং}}" ]`
- পরীক্ষা করুন যদি দেওয়া ভেরিয়েবল [ই]কুয়াল/[ন]ট [ই]কুয়াল/[জি]টে [ল]েস [ট]হ্যান/[জি]টে [ই]কুয়াল/[ল]েস ট্রু থেকে/[ল]েস থেকে বা সমান নির্দিষ্ট সংখ্যায়:
`[ "${{ভেরিয়েবল}}" -{{eq|ne|gt|lt|ge|le}} {{পূর্ণাঙ্ক}} ]`
- পরীক্ষা করুন যদি নির্দিষ্ট ভেরিয়েবলের [ন]ন-খালি মান থাকে:
`[ -n "${{ভেরিয়েবল}}" ]`
- পরীক্ষা করুন যদি নির্দিষ্ট ভেরিয়েবলের খালি মান থাকে:
`[ -z "${{ভেরিয়েবল}}" ]`
- পরীক্ষা করুন যদি নির্দিষ্ট [ফাইল] বিদ্যমান থাকে:
`[ -f {{পাথ/টু/ফাইল}} ]`
- পরীক্ষা করুন যদি নির্দিষ্ট [ডিরেক্টরি] বিদ্যমান থাকে:
`[ -d {{পাথ/টু/ডিরেক্টরি}} ]`
- পরীক্ষা করুন যদি নির্দিষ্ট ফাইল বা ডিরেক্টরি [ই]স্ট্রিং বিদ্যমান থাকে:
`[ -e {{পাথ/টু/ফাইল_অথবা_ডিরেক্টরি}} ]`

37
pages.bn/common/[[.md Normal file
View File

@ -0,0 +1,37 @@
# [[
> ফাইল প্রকার পরীক্ষা করুন এবং মান তুলনা করুন।
> শর্তটি সত্য মানে 0 স্ট্যাটাস ফিরিয়ে দেয়, এবং শর্তটি মিথ্যা মানে 1।
> আরও তথ্য পাবেন: <https://www.gnu.org/software/bash/manual/bash.html#index-_005b_005b>
- পরীক্ষা করুন যদি দেওয়া ভেরিয়েবল নির্দিষ্ট স্ট্রিং এর সমান/সমান না হয়:
`[[ ${{ভেরিয়েবল}} {{==|!=}} "{{স্ট্রিং}}" ]]`
- পরীক্ষা করুন যদি দেওয়া স্ট্রিং নির্দিষ্ট glob/regex এর সাথে মেলে:
`[[ ${{ভেরিয়েবল}} {{==|=~}} {{প্যাটার্ন}} ]]`
- পরীক্ষা করুন যদি দেওয়া ভেরিয়েবল [ই]কুয়াল/[ন]ট [ই]কুয়াল/[জি]টে [ল]েস [ট]হ্যান/[জি]টে [ই]কুয়াল/[ল]েস ট্রু থেকে/[ল]েস থেকে বা সমান নির্দিষ্ট সংখ্যায়:
`[[ ${{ভেরিয়েবল}} -{{eq|ne|gt|lt|ge|le}} {{পূর্ণাঙ্ক}} ]]`
- পরীক্ষা করুন যদি নির্দিষ্ট ভেরিয়েবলের [ন]ন-খালি মান থাকে:
`[[ -n ${{ভেরিয়েবল}} ]]`
- পরীক্ষা করুন যদি নির্দিষ্ট ভেরিয়েবলের খালি মান থাকে:
`[[ -z ${{ভেরিয়েবল}} ]]`
- পরীক্ষা করুন যদি নির্দিষ্ট [ফাইল] বিদ্যমান থাকে:
`[[ -f {{পাথ/টু/ফাইল}} ]]`
- পরীক্ষা করুন যদি নির্দিষ্ট [ডিরেক্টরি] বিদ্যমান থাকে:
`[[ -d {{পাথ/টু/ডিরেক্টরি}} ]]`
- পরীক্ষা করুন যদি নির্দিষ্ট ফাইল বা ডিরেক্টরি [ই]স্ট্রিং বিদ্যমান থাকে:
`[[ -e {{পাথ/টু/ফাইল_অথবা_ডিরেক্টরি}} ]]`

32
pages.bn/common/a2ping.md Normal file
View File

@ -0,0 +1,32 @@
# a2ping
> চিত্রগুলি কে EPS বা PDF ফাইলে রূপান্তর করুন।
> আরও তথ্য পাবেন: <https://manned.org/a2ping>
- একটি চিত্রকে PDF তে রূপান্তর করুন (নোট: আউটপুট ফাইল নাম নির্দিষ্ট করা ঐচ্ছিক):
`a2ping {{চিত্র.ext/এর/পথ}} {{আউটপুট.pdf/এর/পথ}}`
- নির্দিষ্ট শৈলীতে ডকুমেন্ট সংক্ষিপ্ত করুন:
`a2ping --nocompress {{none|zip|best|flate}} {{ফাইল/এর/পথ}}`
- যদি উচ্চ রেজোলিউশন বাক্স স্ক্যান করা থাকে তবে HiResBoundingBox (নোট: এটি ডিফল্টভাবে হ্যাঁ):
`a2ping --nohires {{ফাইল/এর/পথ}}`
- মূল পৃষ্ঠার নিচে এবং বামে পৃষ্ঠার কন্টেন্টের অনুমতি দিন (নোট: এটি ডিফল্টভাবে না):
`a2ping --below {{ফাইল/এর/পথ}}`
- `gs` এর জন্য অতিরিক্ত আর্গুমেন্ট পাস করুন:
`a2ping --gsextra {{আর্গুমেন্ট}} {{ফাইল/এর/পথ}}`
- বাহ্যিক প্রোগ্রামে অতিরিক্ত আর্গুমেন্ট পাস করুন (যেমন `pdftops`):
`a2ping --extra {{আর্গুমেন্ট}} {{ফাইল/এর/পথ}}`
- সাহায্য প্রদর্শন করুন:
`a2ping -h`

17
pages.bn/common/aapt.md Normal file
View File

@ -0,0 +1,17 @@
# aapt
> এন্ড্রয়েড এসেট প্যাকেজিং টুল।
> এন্ড্রয়েড অ্যাপের সম্পদগুলি সংকলিত এবং প্যাকেজ করুন।
> আরও তথ্য পাবেন: <https://elinux.org/Android_aapt>
- APK সংগ্রহে অন্তর্ভুক্ত ফাইলের তালিকা তৈরি করুন:
`aapt list {{অ্যাপ.apk/এর/পথ}}`
- একটি অ্যাপের মেটাডেটা (সংস্করণ, অনুমতি, ইত্যাদি) দেখানোর জন্য:
`aapt dump badging {{অ্যাপ.apk/এর/পথ}}`
- নির্দিষ্ট ডিরেক্টরি সহ ফাইলগুলির সাথে একটি নতুন APK সংগ্রহ তৈরি করুন:
`aapt package -F {{অ্যাপ.apk/এর/পথ}} {{ডিরেক্টরি/এর/পথ}}`

24
pages.bn/common/ab.md Normal file
View File

@ -0,0 +1,24 @@
# ab
> এপাচি এইচটিটিপি সার্ভার বেঞ্চমার্কিং টুল।
> আরও তথ্য পাবেন: <https://httpd.apache.org/docs/current/programs/ab.html>
- নির্দিষ্ট URL এ ১০০টি HTTP GET অনুরোধ প্রয়ান করুন:
`ab -n {{100}} {{url}}`
- URL এ ১০০টি HTTP GET অনুরোধ, ১০টি সময়সার ব্যাচে একে অপরের পরে প্রয়ান করুন:
`ab -n {{100}} -c {{১০}} {{url}}`
- URL এ ১০০টি HTTP POST অনুরোধ প্রয়ান করুন, একটি JSON পেলোড ব্যবহার করে:
`ab -n {{100}} -T {{application/json}} -p {{পাথ/টু/ফাইল.json}} {{url}}`
- HTTP [K]eep Alive ব্যবহার করুন, অর্থাৎ একটি HTTP সেশনে মাধ্যমে একাধিক অনুরোধ প্রয়ান করুন:
`ab -k {{url}}`
- বেঞ্চমার্কিং করার জন্য সময় নির্ধারণ করার জন্য সর্বাধিক সেকেন্ড নির্ধারণ করুন:
`ab -t {{৬০}} {{url}}`

24
pages.bn/common/abduco.md Normal file
View File

@ -0,0 +1,24 @@
# abduco
> টার্মিনাল সেশন ম্যানেজার।
> আরও তথ্য পাবেন: <http://www.brain-dump.org/projects/abduco/>
- সেশনগুলির তালিকা:
`abduco`
- এটি যদি না থাকে তবে এটি তৈরি করে একটি সেশনে আটাচ করুন:
`abduco -A {{নাম}} {{ব্যাশ}}`
- এটি যদি না থাকে তবে এটি তৈরি করে `dvtm` এর সাথে একটি সেশনে আটাচ করুন:
`abduco -A {{নাম}}`
- একটি সেশন থেকে বিচ্ছিন্ন করুন:
`Ctrl + \`
- একটি সেশনে রিড-ওনলি মোডে আটাচ করুন:
`abduco -Ar {{নাম}}`

20
pages.bn/common/ac.md Normal file
View File

@ -0,0 +1,20 @@
# ac
> ব্যবহারকারী কতক্ষণ সংযোগিত আছেন, সেই পরিস্থিতিগুলি প্রিন্ট করুন।
> আরও তথ্য পাবেন: <https://man.openbsd.org/ac>
- বর্তমান ব্যবহারকারী কত সময় ধরে সংযোগিত আছে, ঘণ্টায়:
`ac`
- ব্যবহারকারী কত সময় ধরে সংযোগিত আছে, এটি ঘণ্টায় প্রিন্ট করুন:
`ac -p`
- একজন বিশেষ ব্যবহারকারী কত সময় ধরে সংযোগিত আছে তা প্রিন্ট করুন:
`ac -p {{ব্যবহারকারী_নাম}}`
- একজন বিশেষ ব্যবহারকারী কত সময় ধরে সংযোগিত আছে তা প্রতি দিন ঘণ্টায় প্রিন্ট করুন (মোটও সহ):
`ac -dp {{ব্যবহারকারী_নাম}}`

37
pages.bn/common/ack.md Normal file
View File

@ -0,0 +1,37 @@
# ack
> একটি গ্রেপের মত খোঁজ টুল, ডেভেলপারদের জন্য অপটিমাইজড করা.
> আরও দেখুন: `rg`, যা অধিক দ্রুত।
> আরও তথ্য পাবেন: <https://beyondgrep.com/documentation>
- বর্তমান ডিরেক্টরির অব্যাপ্তিতে স্ট্রিং বা নিয়মিত অভিব্যক্তি সম্মিলিত ফাইলগুলি জন্য খোঁজ করুন:
`ack "{{খোঁজের_প্যাটার্ন}}"`
- একটি কেস-ইনসেনসিটিভ প্যাটার্ন খোঁজ করুন:
`ack --ignore-case "{{খোঁজের_প্যাটার্ন}}"`
- একটি প্যাটার্ন মেলে সার্থকভাবে খোঁজুন, [ও]ণলি ম্যাচ টেক্সট দেখানো না:
`ack -o "{{খোঁজের_প্যাটার্ন}}"`
- নির্দিষ্ট প্রকারের ফাইলগুলিতে সীমাবদ্ধ খোঁজ করুন:
`ack --type={{ruby}} "{{খোঁজের_প্যাটার্ন}}"`
- নির্দিষ্ট প্রকারের ফাইলগুলিতে খোঁজুন না:
`ack --type=no{{ruby}} "{{খোঁজের_প্যাটার্ন}}"`
- পাওয়া মিলে সম্পূর্ণ ম্যাচের সম্পূর্ণ সংখ্যা গণনা করুন:
`ack --count --no-filename "{{খোঁজের_প্যাটার্ন}}"`
- প্রতিটি ফাইলের ফাইল নাম এবং ম্যাচের সংখ্যা শুধু প্রিন্ট করুন:
`ack --count --files-with-matches "{{খোঁজের_প্যাটার্ন}}"`
- `--type` দিয়ে ব্যবহার করা যাতে সমস্ত মানগুলি তালিকা:
`ack --help-types`

View File

@ -0,0 +1,24 @@
# acme.sh --dns
> TLS সার্টিফিকেট ইস্যু করার জন্য DNS-01 চ্যালেঞ্জ ব্যবহার করুন।
> আরও তথ্য পাবেন: <https://github.com/acmesh-official/acme.sh/wiki>
- স্বয়ংক্রিয় DNS API মোড ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --dns {{gnd_gd}} --domain {{example.com}}`
- স্বয়ংক্রিয় DNS API মোড ব্যবহার করে একটি উইল্ডকার্ড সার্টিফিকেট (যা একটি পূর্বনির্দেশিত চিহ্ন (*) দ্বারা চিহ্নিত) ইস্যু করুন:
`acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}`
- DNS অ্যালিয়াস মোড ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --dns {{dns_cf}} --domain {{example.com}} --challenge-alias {{alias-for-example-validation.com}}`
- DNS রেকর্ড যোগ করার পর স্বয়ংক্রিয় Cloudflare/Google DNS পোলিং বন্ধ করে একটি সার্টিফিকেট ইস্যু করুন, সেকেন্ডে নির্দিষ্ট কাস্টম প্রতীক্ষার সময় স্পেসিফাই করে:
`acme.sh --issue --dns {{dns_namecheap}} --domain {{example.com}} --dnssleep {{300}}`
- ম্যানুয়াল DNS মোড ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --dns --domain {{example.com}} --yes-I-know-dns-manual-mode-enough-go-ahead-please`

View File

@ -0,0 +1,33 @@
# acme.sh
> ACME ক্লায়েন্ট প্রোটোকল প্রয়োজনীয় স্ক্রিপ্ট, `certbot` এর একটি বিকল্প।
> `acme.sh dns` দেখুন।
> আরও তথ্য পাবেন: <https://github.com/acmesh-official/acme.sh>
- ওয়েবরুট মোড ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --domain {{example.com}} --webroot {{/পাথ/টু/ওয়েবরুট}}`
- পোর্ট ৮০ ব্যবহার করে স্ট্যান্ডঅলোন মোড ব্যবহার করে একটি মাল্টিপল ডোমেনের জন্য একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --standalone --domain {{example.com}} --domain {{www.example.com}}`
- পোর্ট ৪৪৩ ব্যবহার করে স্ট্যান্ডঅলোন TLS মোড ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --alpn --domain {{example.com}}`
- কাজকর্ম Nginx কনফিগারেশন ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --nginx --domain {{example.com}}`
- কাজকর্ম অ্যাপাচি কনফিগারেশন ব্যবহার করে একটি সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --apache --domain {{example.com}}`
- স্বয়ংক্রিয় DNS API মোড ব্যবহার করে একটি উইল্ডকার্ড (\*) সার্টিফিকেট ইস্যু করুন:
`acme.sh --issue --dns {{dns_cf}} --domain {{*.example.com}}`
- নির্দিষ্ট অবস্থানে সার্টিফিকেট ফাইল ইনস্টল করুন (স্বয়ংক্রিয় সার্টিফিকেট পুনরারম্ভের জন্য উপযুক্ত):
`acme.sh --install-cert -d {{example.com}} --key-file {{/পথ/থেকে/উদাহরণ.কম.কি}} --fullchain-file {{/পথ/থেকে/উদাহরণ.কম.সিআর}} --reloadcmd {{"systemctl force-reload nginx"}}`

View File

@ -0,0 +1,9 @@
# aireplay-ng
> ওয়ায়ারলেস নেটওয়ার্কে প্যাকেট ইনজেক্ট করুন।
> `aireplay-ng` এর একটি অংশ।
> আরও তথ্য পাবেন: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>
- একটি এক্সেস পয়েন্টের MAC ঠিকানা, ক্লায়েন্টের MAC ঠিকানা এবং একটি ইন্টারফেস দেখে একটি নির্দিষ্ট সংখ্যক অপ্রাপ্ত প্যাকেট পাঠান:
`sudo aireplay-ng --deauth {{গণনা}} --bssid {{ap_mac}} --dmac {{client_mac}} {{ইন্টারফেস}}`

29
pages.bn/common/alias.md Normal file
View File

@ -0,0 +1,29 @@
# alias
> উপনাম তৈরি করে -- এই শব্দগুলি যেগুলি কমান্ড স্ট্রিং দ্বারা প্রতিস্থাপন করা হয়।
> উপনাম বর্তমান শেল সেশনে শেষ হয় যতক্ষণ না সেট করা হয়, উদাহরণ: `~/.bashrc`
> আরও তথ্য পাবেন: <https://tldp.org/LDP/abs/html/aliases.html>
- সমস্ত উপনামের তালিকা তৈরি করুন:
`alias`
- একটি সাধারণ উপনাম তৈরি করুন:
`alias {{শব্দ}}="{{কমান্ড}}"`
- দেওয়া উপনামে সংক্ষিপ্ত কমান্ড দেখুন:
`alias {{শব্দ}}`
- একটি উপনাম বাদ দিন:
`unalias {{শব্দ}}`
- `rm` কে একটি ইন্টারয়াক্টিভ কমান্ড হিসেবে পরিবর্তন করুন:
`alias {{rm}}="{{rm --interactive}}"`
- `ls -a` এর সংক্ষেপ রূপ হিসেবে `la` তৈরি করুন:
`alias {{la}}="{{ls -all}}"`

9
pages.bn/common/arch.md Normal file
View File

@ -0,0 +1,9 @@
# arch
> সিস্টেমের আর্কিটেকচারের নাম দেখানো।
> `uname` ওয়েবসাইটে দেখানো যাক।
> আরও তথ্য পাবেন: <https://www.gnu.org/software/coreutils/arch>
- সিস্টেম আর্কিটেকচার দেখানো:
`arch`

View File

@ -2,7 +2,7 @@
> বিদ্যমান কমিট দ্বারা প্রবর্তিত পরিবর্তনগুলি বর্তমান ব্র্যাঞ্চে প্রয়োগ করুন।
> অন্য ব্র্যাঞ্চে পরিবর্তনগুলি প্রয়োগ করতে, প্রথমে পছন্দসই ব্র্যাঞ্চে স্যুইচ করতে `git checkout` ব্যবহার করুন।
> আরও তথ্য পাবেন: <https://git-scm.com/docs/git-cherry-pick>.
> আরও তথ্য পাবেন: <https://git-scm.com/docs/git-cherry-pick>
- বর্তমান ব্র্যাঞ্চে কমিট করুন:

View File

@ -2,7 +2,7 @@
> ডেবিয়ান ভিত্তিক ডিস্ট্রিবিউশনের জন্য প্যাকেজ ম্যানেজমেন্ট ইউটিলিটি।
> ইন্টারেক্টিভভাবে ব্যবহৃত হলে উবুন্টু সংস্করণ 16.04 এবং তার পরবর্তী সংস্করনের জন্য `apt-get` এর পরিবরতে রেকোমেন্ডেড প্রতিস্থাপন।
> আরও তথ্য পাবেন: <https://manpages.debian.org/latest/apt/apt.8.html>.
> আরও তথ্য পাবেন: <https://manpages.debian.org/latest/apt/apt.8.html>
- উপলভ্য প্যাকেজ এবং সংস্করণের তালিকা আপডেট করুন (অন্যান্য `apt` কমান্ডের আগে এটি চালানোর পরামর্শ দেওয়া হচ্ছে):

View File

@ -2,7 +2,7 @@
> "স্ন্যাপ" স্বয়ংসম্পূর্ণ সফটওয়্যার প্যাকেজসমুহ পরিচালনার জন্য একটি টুল।
> এটি ".deb" এর জন্য `apt` এর অনুরূপ।
> আরও তথ্য পাবেন: <https://manned.org/snap>.
> আরও তথ্য পাবেন: <https://manned.org/snap>
- একটি প্যাকেজ অনুসন্ধান করুন:

View File

@ -1,7 +1,7 @@
# ditto
> ফাইল এবং ডিরেক্টরি কপি করুন।
> আরও তথ্য পাবেন: <https://ss64.com/osx/ditto.html>.
> আরও তথ্য পাবেন: <https://ss64.com/osx/ditto.html>
- সোর্স ডিরেক্টরির বিষয়বস্তু দিয়ে গন্তব্য ডিরেক্টরির বিষয়বস্তু ওভাররাইট করুন:

View File

@ -2,7 +2,7 @@
> নেটওয়ার্ক প্যাকেট স্নিফার।
> SunOS এর জন্য tcpdump এর সমতুল্য।
> আরও তথ্য পাবেন: <https://www.unix.com/man-page/sunos/1m/snoop>.
> আরও তথ্য পাবেন: <https://www.unix.com/man-page/sunos/1m/snoop>
- একটি নির্দিষ্ট নেটওয়ার্ক ইন্টারফেসে প্যাকেটগুলি ক্যাপচার করুন:

View File

@ -1,7 +1,7 @@
# cd
> বর্তমান ওয়ার্কিং ডিরেক্টরির নাম প্রদর্শন বা পরিবর্তন করে।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>.
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>
- একই ড্রাইভে একটি ডিরেক্টরিতে যান:

View File

@ -0,0 +1,28 @@
# choice
> ব্যবহারকারীকে একটি চয়েস নির্বাচন করতে উৎসাহিত করুন এবং নির্বাচিত চয়েস ইনডেক্স ফিরিয়ে দিন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/choice>
- বর্তমান ব্যবহারকারীকে `Y` বা `N` চয়েস নির্বাচন করতে:
`choice`
- বর্তমান ব্যবহারকারীকে একটি নির্দিষ্ট সেট থেকে [c]hoice নির্বাচন করতে:
`choice /c {{AB}}`
- বর্তমান ব্যবহারকারীকে একটি চয়েস নির্বাচন করতে একটি নির্দিষ্ট [m]essage সহ:
`choice /m "{{বার্তা}}"`
- বর্তমান ব্যবহারকারীকে একটি [c]ase-[s]ensitive [c]hoice নির্বাচন করতে একটি নির্দিষ্ট সেট থেকে:
`choice /cs /c {{Ab}}`
- বর্তমান ব্যবহারকারীকে একটি চয়েস নির্বাচন করতে এবং একটি নির্দিষ্ট [t]ime এ [d]efault চয়েস এ প্রাথমিকভাবে পছন্দ করতে:
`choice /t {{5}} /d {{N}}`
- সাহায্য দেখান:
`choice /?`

View File

@ -0,0 +1,8 @@
# chrome
> এই আদেশটির উপনাম `chromium`
> আরও তথ্য পাবেন: <https://chrome.google.com>
- মৌল আদেশের জন্য ডকুমেন্টেশন দেখুন:
`tldr chromium`

16
pages.bn/windows/color.md Normal file
View File

@ -0,0 +1,16 @@
# color
> কনসোল পূর্বপরক্ষ এবং পৃষ্ঠভূমির রঙ নির্ধারণ করুন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/color>
- কনসোল রঙগুলি ডিফল্ট মানে নির্ধারণ করুন:
`color`
- উপলব্ধ রঙের মান এবং বিস্তারিত তথ্য দেখুন:
`color /?`
- হেক্সাডেসিমাল নম্বর (`1-9,a-f`) ব্যবহার করে কনসোল পূর্বপরক্ষ এবং পৃষ্ঠভূমি নির্ধারণ করুন:
`color {{ফোরগ্রাউন্ড_কোড}}{{পটভূমি_কোড}}`

16
pages.bn/windows/curl.md Normal file
View File

@ -0,0 +1,16 @@
# curl
> পাওয়ারশেলে, এই কমান্ডটি অরিজিনাল `curl` প্রোগ্রাম (<https://curl.se>) সঠিকভাবে ইনস্টল না থাকলে এটি `Invoke-WebRequest` এর এলিয়াস হতে পারে।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>
- চেষ্টা করুন যে কি `curl` সঠিকভাবে ইনস্টল করা হয়েছে কিনা, এর সংস্করণ নম্বর প্রিন্ট করে। যদি এই কমান্ডটি একটি ত্রুটির মধ্যে মূল `Invoke-WebRequest` দিয়ে বদলে যায়, তবে:
`curl --version`
- মৌলিক `curl` কমান্ডের জন্য নথি:
`tldr curl -p common`
- পাওয়ারশেলের `Invoke-WebRequest` কমান্ডের জন্য নথি:
`tldr invoke-webrequest`

16
pages.bn/windows/date.md Normal file
View File

@ -0,0 +1,16 @@
# date
> সিস্টেমের তারিখ প্রদর্শন বা সেট করে।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>
- বর্তমান সিস্টেম তারিখ প্রদর্শন এবং নতুন তারিখ সেট করতে (অপরিবর্তিত রাখতে খালি রাখুন):
`date`
- নতুন তারিখ সহ বর্তমান সিস্টেম তারিখ প্রদর্শন:
`date /t`
- বর্তমান সিস্টেম তারিখকে নির্দিষ্ট তারিখে পরিবর্তন করুন:
`date {{মাস}}-{{দিন}}-{{বছর}}`

View File

@ -0,0 +1,32 @@
# doskey
> ম্যাক্রোজ, উইন্ডোজ কমান্ড এবং কমান্ড-লাইন পরিচালনা করুন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/doskey>
- উপস্থিত ম্যাক্রোগুলির তালিকা তৈরি করুন:
`doskey /macros`
- একটি নতুন ম্যাক্রো তৈরি করুন:
`doskey {{নাম}} = "{{কমান্ড}}"`
- একটি নির্দিষ্ট সম্পাদনযোগ্য জন্য একটি নতুন ম্যাক্রো তৈরি করুন:
`doskey /exename={{সম্পাদন}} {{নাম}} = "{{কমান্ড}}"`
- ম্যাক্রো অপসারণ করুন:
`doskey {{নাম}} =`
- মেমোরিতে সংরক্ষিত সমস্ত কমান্ড দেখান:
`doskey /history`
- পোর্টেবিলিটির জন্য ম্যাক্রোগুলি ফাইলে সংরক্ষণ করুন:
`doskey /macros > {{ফাইলের\পথ}}`
- একটি ফাইল থেকে ম্যাক্রোগুলি লোড করুন:
`doskey /macrofile={{ফাইলের\পথ}}`

16
pages.bn/windows/exit.md Normal file
View File

@ -0,0 +1,16 @@
# exit
> বর্তমান CMD ইনস্ট্যান্স বা বর্তমান ব্যাচ ফাইল থেকে বাহির হোন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>
- বর্তমান CMD উদাহরণ থেকে বাহির হোন:
`exit`
- বর্তমান ব্যাচ স্ক্রিপ্ট থেকে বাহির হোন:
`exit /b`
- নির্দিষ্ট প্রস্থান কোড ব্যবহার করে বন্ধ করুন:
`exit {{2}}`

20
pages.bn/windows/find.md Normal file
View File

@ -0,0 +1,20 @@
# find
> এক বা একাধিক ফাইলে নির্দিষ্ট স্ট্রিং খোঁজা।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/find>
- ঐ স্ট্রিং যুক্ত লাইন গুলি খোঁজা:
`find "{{স্ট্রিং}}" {{পথ\হতে\ফাইল_বা_ডিরেক্টরি}}`
- সেই লাইন গুলি প্রদর্শন করুন যেগুলিতে নির্দিষ্ট স্ট্রিং নেই:
`find "{{স্ট্রিং}}" {{পথ\হতে\ফাইল_বা_ডিরেক্টরি}} /v`
- নির্দিষ্ট স্ট্রিং সহ লাইন সংখ্যা দেখানো:
`find "{{স্ট্রিং}}" {{পথ\হতে\ফাইল_বা_ডিরেক্টরি}} /c`
- লাইন সংখ্যা দিয়ে লাইন এর সাথে লাইন এর তালিকা দেখানো:
`find "{{স্ট্রিং}}" {{পথ\হতে\ফাইল_বা_ডিরেক্টরি}} /n`

12
pages.bn/windows/mkdir.md Normal file
View File

@ -0,0 +1,12 @@
# mkdir
> একটি নির্দেশিকা তৈরি করে।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir>
- একটি নির্দেশিকা তৈরি করুন:
`mkdir {{নির্দেশিকা\এর\পথ}}`
- পুনরাবৃত্তি হিসেবে একটি নেস্টেড নির্দেশিকা ট্রি তৈরি করুন:
`mkdir {{উপনির্দেশিকা\এর\পথ}}`

36
pages.bn/windows/net.md Normal file
View File

@ -0,0 +1,36 @@
# net
> সিস্টেম ইউটিলিটি যাতে নেটওয়ার্ক-সম্পর্কিত সেটিংস দেখা এবং পরিবর্তন করা হয়।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/gg651155(v=ws.11)>
- একটি Windows সার্ভিস সমকালিনভাবে চালু বা বন্ধ করুন:
`net {{শুরু|বন্ধ}} {{সার্ভিস}}`
- নিশ্চিত হোন একটি SMB শেয়ার বর্তমান কনসোলে উপলব্ধ:
`net use {{\\smb_shared_folder}} /USER:{{ব্যবহারকারীনাম}}`
- বর্তমানে SMB এর উপর ভাগ করা ফোল্ডারগুলি দেখান:
`net share`
- আপনার SMB শেয়ারগুলি ব্যবহার করছে কে তা দেখান (উচ্চতম কনসোলে চালান):
`net session`
- একটি স্থানীয় সিকিউরিটি গ্রুপে ব্যবহারকারীগুলি দেখান:
`net localgroup "{{অ্যাডমিনিস্ট্রেটরস}}"`
- একটি ব্যবহারকারীকে স্থানীয় সিকিউরিটি গ্রুপে যোগ করুন (উচ্চতম কনসোলে চালান):
`net localgroup "{{অ্যাডমিনিস্ট্রেটরস}}" {{ব্যবহারকারীনাম}} /add`
- একটি সাবকমান্ডের জন্য সাহায্য দেখান:
`net help {{সাবকমান্ড}}`
- সাহায্য দেখান:
`net help`

20
pages.bn/windows/path.md Normal file
View File

@ -0,0 +1,20 @@
# path
> কার্যকর ফাইলগুলির জন্য পথ খোঁজা বা সেট করতে পারেন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/path>
- বর্তমান পথটি দেখানো:
`path`
- এক বা একাধিক নির্দিষ্ট ডিরেক্টরির জন্য পথ সেট করা:
`path {{পথ\থেকে\ডিরেক্টরি1 পথ\থেকে\ডিরেক্টরি2 ...}}`
- মৌলিক পথে একটি নতুন ডিরেক্টরি যোগ করুন:
`path {{পথ\থেকে\ডিরেক্টরি}};%path%`
- কার্যকর ফাইলগুলির জন্য কেবলমাত্র বর্তমান ডিরেক্টরি খুঁজতে কমান্ড প্রম্প্ট সেট করুন:
`path ;`

32
pages.bn/windows/scoop.md Normal file
View File

@ -0,0 +1,32 @@
# scoop
> স্কুপ প্যাকেজ ম্যানেজার।
> আরও তথ্য পাবেন: <https://scoop.sh>
- একটি প্যাকেজ ইনস্টল করুন:
`scoop install {{প্যাকেজ}}`
- একটি প্যাকেজ আনইনস্টল করুন:
`scoop uninstall {{প্যাকেজ}}`
- সব ইনস্টল প্যাকেজ আপডেট করুন:
`scoop update --all`
- ইনস্টল প্যাকেজের তালিকা তৈরি করুন:
`scoop list`
- কোনও প্যাকেজ সম্পর্কে তথ্য দেখান:
`scoop info {{প্যাকেজ}}`
- একটি প্যাকেজ সন্ধান করুন:
`scoop search {{প্যাকেজ}}`
- সব প্রাচীন সংস্করণ সরানো এবং ডাউনলোড ক্যাশ পরিষ্কার করুন:
`scoop cleanup --cache --all`

20
pages.bn/windows/set.md Normal file
View File

@ -0,0 +1,20 @@
# set
> CMD-এর বর্তমান ইনস্ট্যান্সের জন্য পরিবেশ চেরা বা সেট করুন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/set>
- সমস্ত বর্তমান পরিবেশ চেরা তালিকাভুক্ত করুন:
`set`
- একটি পরিবেশ চেরা বিশেষ মানের জন্য সেট করুন:
`set {{নাম}}={{মান}}`
- নির্দিষ্ট স্ট্রিং দিয়ে শুরু হওয়া পরিবেশ চেরা তালিকাভুক্ত করুন:
`set {{নাম}}`
- ব্যবহারকারীকে নির্দিষ্ট চেরার জন্য একটি মানের জন্য প্রম্প্ট করুন:
`set /p {{নাম}}={{প্রম্প্ট_স্ট্রিং}}`

12
pages.bn/windows/time.md Normal file
View File

@ -0,0 +1,12 @@
# time
> সিস্টেম সময় প্রদর্শন বা সেট করুন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/time>
- বর্তমান সিস্টেম সময় প্রদর্শন এবং একটি নতুন সময় এন্টার করতে প্রম্পট করুন (অপরিবর্তিত রাখতে খালি রাখুন):
`time`
- নতুন সময়ের জন্য প্রম্পট ছাড়া বর্তমান সিস্টেম সময় প্রদর্শন:
`time /t`

View File

@ -0,0 +1,8 @@
# title
> কমান্ড প্রম্পট উইন্ডোর শিরোনাম সেট করুন।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/title>
- বর্তমান কমান্ড প্রম্পট উইন্ডোর শিরোনাম সেট করুন:
`title {{নতুন_শিরোনাম}}`

21
pages.bn/windows/where.md Normal file
View File

@ -0,0 +1,21 @@
# where
> অনুসন্ধান প্যাটার্নের সাথে মিলছে ফাইলগুলির অবস্থান প্রদর্শন করুন।
> ডিফল্টস্ কারেন্ট ওয়ার্ক ডিরেক্টরি এবং PATH এনভায়রনমেন্ট ভেরিয়েবলে পাথের অবস্থানগুলি।
> আরও তথ্য পাবেন: <https://learn.microsoft.com/windows-server/administration/windows-commands/where>
- ফাইল প্যাটার্নের অবস্থান প্রদর্শন করুন:
`where {{ফাইল_প্যাটার্ন}}`
- ফাইল প্যাটার্নের অবস্থান প্রদর্শন করুন যাতে ফাইলের আকার এবং তারিখও থাকে:
`where /T {{ফাইল_প্যাটার্ন}}`
- নির্দিষ্ট পথে ফাইল প্যাটার্নের জন্য পুনরাবৃত্তি অনুসন্ধান করুন:
`where /R {{পথ\টু\ডিরেক্টরি}} {{ফাইল_প্যাটার্ন}}`
- ফাইল প্যাটার্নের অবস্থানের জন্য শান্তভাবে ত্রুটি কোড ফিরিয়ে আসুন:
`where /Q {{ফাইল_প্যাটার্ন}}`

View File

@ -1,7 +1,7 @@
# curl
> Ova komanda je pseudonim za `curl -p common`.
> Više informacija: <https://curl.se>.
> Više informacija: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Pogledaj dokumentaciju za izvornu komandu:

View File

@ -1,6 +1,7 @@
# iwr
> Ova komanda je pseudonim za `invoke-webrequest`.
> Više informacija: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Pogledaj dokumentaciju za izvornu komandu:

View File

@ -1,8 +1,8 @@
# sls
> Ova komanda je pseudonim za `where-object`.
> Ova komanda je pseudonim za `Select-String`.
> Više informacija: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- Pogledaj dokumentaciju za izvornu komandu:
`tldr where-object`
`tldr select-string`

View File

@ -1,7 +1,7 @@
# wget
> Ova komanda je pseudonim za `wget -p common`.
> Više informacija: <https://www.gnu.org/software/wget>.
> Više informacija: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Pogledaj dokumentaciju za izvornu komandu:

View File

@ -25,12 +25,8 @@
- [a]rxiva un fitxer fent servir un tipus d'arxiu específic:
`7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{camí/al/fitxer.7z}} {{camí/al/fitxer_o_directori}}`
`7z a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{camí/al/fitxer}} {{camí/al/fitxer_o_directori}}`
- [l]lista els continguts d'un fitxer:
`7z l {{camí/al/fitxer.7z}}`
- Llista els tipus d'arxiu disponibles:
`7z i`

View File

@ -1,8 +1,17 @@
# clamav
# ClamAV
> Aquest comandament és un àlies de `clamdscan`.
> Programa antivirus de codi obert.
> ClamAV no és una ordre, sinó un conjunt d'ordres.
> Més informació: <https://www.clamav.net>.
- Veure documentació pel comandament original:
- Mostra la pàgina tldr per escanejar fitxers amb el dimoni `clamd`:
`tldr clamdscan`
- Mostra la pàgina tldr per escanejar fitxers sense que s'executi el dimoni `clamd`:
`tldr clamscan`
- Mostra la pàgina tldr per actualitzar les definicions de virus:
`tldr freshclam`

View File

@ -1,21 +0,0 @@
# clamav
> Antivirus de codi obert.
> Dissenyat especialment per escanejar correus electrònics, però pot ser emprat en altres contextos.
> Més informació: <https://www.clamav.net>.
- Actualitza definicions de virus:
`freshclam`
- Escaneja un arxiu en busca de virus:
`clamscan {{ruta/al/arxiu}}`
- Escaneja directoris recursivament i mostra els arxius infectats:
`clamscan --recursive --infected {{ruta/al/directori}}`
- Escaneja directoris recursivament y posa els arxius infectats en quarantena:
`clamscan --recursive --move={{directori}}`

View File

@ -1,7 +1,7 @@
# halt
> Deté, apaga o reinicia la màquina.
> Més informació: <https://www.man7.org/linux/man-pages/man8/halt.8.html>.
> Més informació: <https://manned.org/halt.8>.
- Deté la màquina:
@ -17,7 +17,7 @@
- Deté la màquina inmediatament sense contactar l'administrador de sistemes:
`halt --force --force`
`halt --force`
- Escriu l'entrada de wtpm shutdown sense aturar el sistema:

View File

@ -15,9 +15,9 @@
`Super + Shift + {{número}}`
- Canvia al espai de treball {{número}}:
- Canvia al espai de treball número `n`:
`Super + {{número}}`
`Super + {{n}}`
- Obre una nova finestra en mosaic horitzontal:

View File

@ -1,7 +1,7 @@
# snake4scores
> Mostra les màximes puntuacions del joc snake4.
> Més informació: <https://manpages.debian.org/latest/snake4/snake4.6.en.html>.
> Més informació: <https://manpages.debian.org/snake4/snake4.6.en.html>.
- Mostra les màximes puntuacions:

View File

@ -1,7 +1,7 @@
# ufw
> Tallafocs sense complicacions (_Uncomplicated Firewall_).
> Interfície d'usuari de iptables per facilitar la configuració d'un firewall.
> Interfície d'usuari de `iptables` per facilitar la configuració d'un firewall.
> Més informació: <https://wiki.ubuntu.com/UncomplicatedFirewall>.
- Activa ufw:

View File

@ -1,7 +1,7 @@
# curl
> Aquest comandament és un àlies de `curl -p common`.
> Més informació: <https://curl.se>.
> Més informació: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Veure documentació pel comandament original:

View File

@ -1,6 +1,7 @@
# iwr
> Aquest comandament és un àlies de `invoke-webrequest`.
> Més informació: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Veure documentació pel comandament original:

View File

@ -1,8 +1,8 @@
# sls
> Aquest comandament és un àlies de `where-object`.
> Aquest comandament és un àlies de `Select-String`.
> Més informació: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string>.
- Veure documentació pel comandament original:
`tldr where-object`
`tldr select-string`

View File

@ -1,7 +1,7 @@
# wget
> Aquest comandament és un àlies de `wget -p common`.
> Més informació: <https://www.gnu.org/software/wget>.
> Més informació: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Veure documentació pel comandament original:

28
pages.cs/common/cd.md Normal file
View File

@ -0,0 +1,28 @@
# cd
> Změnit aktuální pracovní adresář.
> Více informací: <https://manned.org/cd>.
- Přesun do zadaného adresáře:
`cd {{cesta/k/adresari}}`
- Přesun o úroveň výš do nadřazeného adresáře:
`cd ..`
- Přesun do domovského adresáře aktuálního uživatele:
`cd`
- Přesun do domovského adresáře zadaného uživatele:
`cd ~{{jmeno_uzivatele}}`
- Přesun do předchozího vybraného adresáře:
`cd -`
- Přesun do kořenového adresáře:
`cd /`

Some files were not shown because too many files have changed in this diff Show More