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
K.B.Dharun Krishna
ebd4b327a3
CLIENT-SPECIFICATION (2.0): document removal of master branch, addition of support for individual translation archives ( #10148 )
...
* CLIENT-SPECIFICATION: bump version to 2.0, fix typos
* client-specification-v2.0: update changelog
* Apply suggestions from code review
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
* CLIENT-SPECIFICATION: add back unreleased placeholder
* CLIENT-SPECIFICATION: update Caching section
* CLIENT-SPECIFICATION: prepare for release
---------
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-09-10 21:39:02 +05:30
Micael Carvalho
99ecf782b8
7z, 7za, 7zr, aapt: add pt_PT translations ( #10296 )
...
* 7z, 7za, 7zr, aapt: add pt_PT translations
* 7z, 7za, 7zr, aapt: add pt_PT translations fix build errors
* 7z, 7za, 7zr, aapt: add entries to common-arguments.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:52:17 +05:30
Lena
8d3737dcbf
pages/*: add `< >` around links in example descriptions ( #10594 )
...
* pages/*: add `< >` around links in example descriptions
* Apply suggestions from code review
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* apm: add `< >` to the English page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:51:33 +05:30
Franciosi
1dae6c83ab
htop: add `--delay` example ( #10701 )
...
* htop: add `--delay` example
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-10 07:30:42 +05:30
K.B.Dharun Krishna
c36f2c4d5d
ikaros: add page; vso: update page ( #10667 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-09-09 19:25:21 +02:00
Isaac Vicente
953b94b650
distrobox, distrobox-*: add pt_BR translation ( #10503 )
...
* 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
* distrobox, distrobox-*: add pt_BR translation
* fix: line length
* distrobox-enter: update pt_BR page
* Update distrobox-enter.md
---------
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-08 22:17:44 +08:00
K.B.Dharun Krishna
b5631f6bab
abroot: update page ( #10666 )
2023-09-08 19:35:40 +05:30
Shashank Hebbar
df770e83a0
userdbctl: add page ( #10662 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-08 14:51:25 +02:00
ECMs
a470dcde04
atom: update Korean translation ( #10691 )
2023-09-08 18:22:27 +08:00
K.B.Dharun Krishna
8a575283e4
MAINTAINERS: remove @schneiderl from Organization Owners ( #10688 )
...
Closes #10674
2023-09-07 20:21:33 +05:30
ECMs
995f1c9b27
ab: update Korean translation ( #10687 )
2023-09-07 20:15:03 +08:00
Lena
28d7f4332e
zstd, unzstd: update page; zstd{cat,mt}: add alias page ( #10683 )
2023-09-07 10:36:05 +05:30
Shashank Hebbar
8593ef9c64
systemd-tmpfiles: add page ( #10670 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-06 20:59:40 +02:00
Managor
39ac57670e
MAINTAINERS: add @Managor as collaborator ( #10686 )
2023-09-06 19:17:46 +02:00
Florian Wilhelm
a6b9c681b1
lima, limactl: add page ( #10648 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-05 22:26:00 +02:00
K.B.Dharun Krishna
7ee3ed4466
CI: bump actions/checkout to v4 ( #10669 )
2023-09-05 16:29:38 +02:00
Emanuele Rocca
647529b899
stressapptest: add page ( #10659 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-05 16:23:53 +02:00
Lena
eb757e3027
cs, git, nix: remove "accessible via `tldr command subcommand`" ( #10660 )
2023-09-05 15:35:32 +05:30
dependabot[bot]
dc9a4199c4
build(deps): bump glob from 10.3.3 to 10.3.4 ( #10658 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.3 to 10.3.4.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.4 )
---
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-09-05 15:34:46 +05:30
dependabot[bot]
8a3d9e2acb
build(deps): bump tj-actions/changed-files from 37.5.1 to 39.0.0 ( #10672 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.5.1 to 39.0.0.
- [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/v37.5.1...v39.0.0 )
---
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-09-05 15:34:23 +05:30
Glenn Dimaliwat
5338af1757
sf: rename command from sfdx ( #10671 )
2023-09-05 14:46:04 +05:30
Managor
eb4aa19a89
liquidctl: add page ( #10664 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-04 13:22:49 +02:00
Shashank Hebbar
118d1f883b
systemd-tty-ask-password-agent: add page ( #10656 )
...
* systemd-tty-ask-password-agent: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-02 19:55:45 +05:30
Lena
21d2ad3053
rustup: update page, rustup-{show,update,check,default,toolchain,target}: add page ( #10642 )
2023-09-02 15:12:22 +02:00
Randname666
77fb6d0af0
uwfmgr: add page ( #10654 )
...
* uwfmgr: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-09-02 10:10:54 +05:30
Johan Degn
e567936209
ROPgadget: add page ( #10640 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-01 17:06:13 +05:30
Johan Degn
63cb91f63a
ropper: add page ( #10641 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-09-01 17:05:44 +05:30
cyqsimon
8695f2cc15
mktemp(linux): improve examples ( #10652 )
2023-08-31 15:47:51 +02:00
Emanuele Rocca
96f185a61c
schroot: add session examples, move `--list` to the top ( #10650 )
...
Listing all available chroots is often one of the first things users need to
do. Make it the first example.
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-31 15:33:17 +02:00
Thomas Schüller
909998dcf5
texcount: add page ( #10625 )
...
texcount is a command line tool that comes with
TeX Live preinstalled. It counts words in TeX files or
TeX document structures while omitting macros.
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-31 11:30:41 +05:30
omahs
e81359d4d5
/*: fix typos ( #10649 )
2023-08-30 18:50:03 +05:30
pgneogeo
6bf1c4b8ff
Update docker-cp.md - fix brackets ( #10647 )
2023-08-30 14:07:29 +08:00
pixel
bfcf522946
packwiz: add page ( #10645 )
2023-08-29 20:09:59 +05:30
pixel
f4f8eb254d
pages.de/base64: replace with kommando with befehl ( #10646 )
2023-08-29 20:05:20 +05:30
pixel
17d76276d9
shar: add page ( #10643 )
...
* shar: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-29 15:39:28 +05:30
Johan Degn
eb5e1e4a40
objdump: add -x example ( #10639 )
2023-08-29 12:29:55 +05:30
Johan Degn
b5db16bf55
checksec: add page ( #10638 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-29 04:54:43 +02:00
Abdul Rafay
221c4481f2
optimus-manager: add page ( #10604 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-08-27 00:00:05 +02:00
K.B.Dharun Krishna
2135714193
pages/*, style-guide: update contents, fix Markdown ( #10492 )
...
* pages/*, style-guide: update pages, fix Markdown (commit 1)
* Update pages
* style-guide.de: update page
* Apply suggestions from code review
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* pip3: remove search command
* rpm: update path placeholder
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages/linux/pkgfile.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-08-26 23:00:06 +05:30
Premnaath
587d8443d8
mvn: fix typo ( #10632 )
2023-08-26 18:55:47 +02:00
the0001
61848c5096
aws-cloud9: add page ( #10627 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-25 18:50:48 +02:00
Abdul Rafay
6afd4dbb5f
swaylock: add page ( #10628 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-25 15:42:00 +02:00
the0001
580ab5eaeb
aws-cloudwatch: add page ( #10614 )
2023-08-23 23:31:22 +02:00
Clumsy-Coder
560ec3972f
ncu: add page ( #10617 )
...
add page for `npm-check-updates`.
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-23 23:27:16 +02:00
Capi Etheriel
ab928dd343
procs: add `--tree` example ( #10626 )
2023-08-23 12:27:44 +05:30
Lena
9e76252cee
watchexec: update page ( #10621 )
2023-08-23 12:25:18 +05:30
Shashank Hebbar
1fca19aa07
systemd-path: add page ( #10622 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-22 18:37:42 +02:00
Reinhart Previano Koentjoro
66bde80903
clamav, clamdscan, clamscan, freshclam: update Indonesian translations ( #10128 )
...
* clamav, clamdscan, clamscan, freshclam: update Indonesian translations
1. clamav: update Indonesian translation
2. clamdscan, clamscan, freshclam: add Indonesian translation
The `clamav` page was considered to be an alias page of `clamdscan`, but there was no Indonesian translation for `clamdscan`.
* freshclam: fix typo on Indonesian translation
* Apply suggestions from code review
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-22 21:04:32 +05:30
Luis Quiñones
03982a8e16
nix3-run: add more examples ( #10620 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-22 16:56:24 +02:00
Darío Hereñú
2004726dc1
dd: add Spanish translation ( #10540 )
...
* dd: add Spanish translation
* Update dd.md
* Update pages.es/osx/dd.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.es/osx/dd.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.es/osx/dd.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.es/osx/dd.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.es/osx/dd.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-22 22:45:06 +08:00
Peter Jiping Xie
3b8b89ffd0
nmap: add `sudo` to `nmap -sn` example ( #10623 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-22 15:49:21 +02:00
Luis Quiñones
9375f43e37
docker compose: run specifying a project name ( #10596 )
2023-08-20 20:43:48 +05:30
Matthias (~talfus-laddus)
75a19d64d7
timetrap: add command to edit last entry ( #10608 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-20 16:38:30 +02:00
Shashank Hebbar
91e7b2bbfc
systemd-notify: add page ( #10618 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-20 16:28:51 +02:00
JxBP
f351d273f7
watchexec: fix `--restart` example ( #10615 )
...
`--signal` => `--stop-signal`
2023-08-20 16:27:11 +02:00
Lena
a6fb6d2631
mkswap, swap{on,off}: update page ( #10607 )
2023-08-19 09:36:31 +05:30
Darío Hereñú
c99cba5106
ftxdiff: add Spanish translation ( #10541 )
...
* ftxdiff: add Spanish translation
* Update ftxdiff.md
* Apply suggestions from code review
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update ftxdiff.md
* Update ftxdiff.md
* Update ftxdiff.md
* Update pages.es/osx/ftxdiff.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update ftxdiff.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-08-18 01:56:47 +08:00
serjepatoff
a31cabb9fc
powertop: add `--time` example ( #10601 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-17 17:44:15 +02:00
sMtzDczDq
9f0fde49a7
ffprobe: fix invalid command ( #10612 )
...
`-show_entries` => `-show_streams`
2023-08-17 17:03:36 +02:00
K.B.Dharun Krishna
20a1678e7d
podman-ps: update page ( #10610 )
2023-08-17 16:08:51 +02:00
Abdul Rafay
20d4065dbf
auto-cpufreq: add page ( #10609 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-17 16:04:38 +02:00
cyqsimon
863862f780
semanage-fcontext, restorecon: add page ( #10550 )
2023-08-17 15:34:15 +02:00
Aditya Chaudhari
443a2d69f5
kismet: add page ( #10606 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-17 15:21:17 +02:00
the0001
d8f862b499
aws-batch: add page ( #10591 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-17 15:13:42 +02:00
Roland
09f89a0c7d
jf: add page for JFrog CLI ( #10471 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-16 19:04:27 +02:00
K.B.Dharun Krishna
af6214eda3
pkgctl-diff: add page ( #10599 )
2023-08-16 21:39:29 +05:30
Adam Henley
8aacd0800b
feature support: provide translation archives ( #10555 )
...
* Feature Support Download Of Individual Languages By Clients
Signed-off-by: Adam Henley <adamazing@gmail.com>
* Rename language archival step function
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Signed-off-by: Adam Henley <adamazing@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-08-16 10:39:53 +05:30
K.B.Dharun Krishna
03711dd140
pkgctl-repo: add page ( #10598 )
2023-08-14 19:09:53 +09:00
Darío Hereñú
c3b25d9516
fdesetup: add Spanish translation ( #10554 )
2023-08-13 23:58:39 +05:30
Darío Hereñú
14fb696267
emond: add Spanish translation ( #10553 )
2023-08-13 23:58:25 +05:30
Darío Hereñú
2315e0cce1
appsleepd: add Spanish translation ( #10564 )
2023-08-13 23:57:37 +05:30
Darío Hereñú
eff4b202ef
bless: add Spanish translation ( #10559 )
2023-08-13 23:57:25 +05:30
Darío Hereñú
4e351faebf
bnepd: add Spanish translation ( #10565 )
2023-08-14 02:06:20 +08:00
Darío Hereñú
8fab59b282
csshx: add Spanish translation ( #10566 )
...
* csshx: add Spanish translation
* Update csshx.md
* Update csshx.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-14 01:59:56 +08:00
Darío Hereñú
8aad64637d
csrutil: add Spanish translation ( #10567 )
2023-08-13 23:21:37 +05:30
Darío Hereñú
fdad810e87
ctkd: add Spanish translation ( #10568 )
2023-08-13 23:19:36 +05:30
Darío Hereñú
e0a9d23c8d
cut: add Spanish translation ( #10569 )
...
* cut: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-13 23:19:26 +05:30
Darío Hereñú
0401d76f81
readlink: add Spanish translation ( #10582 )
2023-08-14 01:31:16 +08:00
Darío Hereñú
db92b40efa
reboot: add Spanish translation ( #10583 )
2023-08-14 01:26:49 +08:00
K.B.Dharun Krishna
f2c7d9b99e
pkgctl-version: add page ( #10600 )
2023-08-13 17:04:21 +05:30
K.B.Dharun Krishna
4c5096f306
pkgctl-auth: add page ( #10595 )
2023-08-11 15:26:58 +02:00
Gabor Szarnyas
14b90d43c4
duckdb: add page ( #10549 )
2023-08-11 12:35:01 +02:00
Aditya Chaudhari
98939531b4
dhcpig: add page ( #10593 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-10 12:34:37 +05:30
Managor
a33160ff29
qdbus: edit page ( #10592 )
...
* qdbus: edit page
2023-08-09 20:17:14 +05:30
Managor
14490b66d8
mkhomedir_helper: add page ( #10571 )
...
* mkhomedir_helper: add page
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-09 20:14:05 +05:30
Teodor Muraru
92205fee9f
system_profiler: update page ( #10477 )
...
* system_profiler: update page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 20:09:29 +05:30
Darío Hereñú
115cd8de33
hidd: add Spanish translation ( #10452 )
2023-08-09 20:08:56 +05:30
Darío Hereñú
1fc36c3867
bc: add Spanish translation ( #10472 )
...
* bc: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 20:08:19 +05:30
K.B.Dharun Krishna
745cfcc5e7
ruby: update Tamil translation ( #10474 )
2023-08-09 20:03:07 +05:30
Darío Hereñú
b92ade0973
md5: update path placeholders, add Spanish translation ( #10513 )
...
* md5: add Spanish translation
* md5: update path placeholders
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:48:25 +05:30
Lena
b792e3cab0
time: update page ( #10443 )
...
* time: update page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:46:13 +05:30
Darío Hereñú
3b56d6aded
photoanalysisd: add Spanish translation ( #10451 )
2023-08-09 19:45:49 +05:30
Darío Hereñú
d44847bc44
terminal-notifier: add Spanish translation ( #10447 )
2023-08-09 19:43:50 +05:30
t-mangoe
8c3385b14f
colorls: add Japanese translation ( #10501 )
2023-08-09 19:41:16 +05:30
Darío Hereñú
20619209d8
nvram: add Spanish translation ( #10438 )
2023-08-09 19:40:00 +05:30
Darío Hereñú
1703d7f599
sips: add Spanish translation ( #10434 )
...
* sips: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:39:00 +05:30
Darío Hereñú
60727705b8
internetsharing; add Spanish translation ( #10427 )
2023-08-09 19:36:34 +05:30
Onkar Ruikar
f40d003a7a
popd: add '-n' option; pushd: add '-n' option ( #10435 )
...
* Add '-n' option to pushd and popd
* Update pushd page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:33:37 +05:30
K.B.Dharun Krishna
ed2d2af847
git-annex: update help command description ( #10269 )
2023-08-09 19:32:38 +05:30
Lena
ec2bfe4a4a
nm-online: add page; nmtui-{connect,edit,hostname}: add alias pages ( #10426 )
...
* nmtui-{connect,edit,hostname}: add alias pages
* nm-online: add page
2023-08-09 19:32:17 +05:30
Lena
c48bddf76c
age-keygen: add page; age: update page ( #10424 )
...
* age-keygen: add page; age: update page
* age: remove `_` before numbers in placeholders
* age: update `--recipient` example
2023-08-09 19:31:20 +05:30
Darío Hereñú
8e35a06ba8
diskutil: add Spanish translation ( #10419 )
2023-08-09 19:29:51 +05:30
mortalpuppet
9a31a3d7bc
chmod,chown,clear,cmp,dd,df,diff,echo,export,grep,head,ifconfig, translation-templates/*: add Farsi translation ( #10543 )
...
* common/*: add Farsi translation
* contributing-guides/alias-pages.md subcommand-mention.md: added Farsi translation
* Update pages.fa/common/chmod.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.fa/common/chmod.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.fa/common/chmod cmp dd df diff echo grep ifconfig: reviewed and fix translations
* common-arguments: add Farsi translation
---------
Co-authored-by: mortalpuppet <misagh.sj@mgail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:27:36 +05:30
Aditya Jha
dbb29d207f
dpkg: add Hindi translation ( #10556 )
2023-08-09 19:27:06 +05:30
Darío Hereñú
12b82d684e
safeejectgpu: add Spanish translation ( #10408 )
...
* safeejectgpu: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:26:16 +05:30
Darío Hereñú
6aa3e3988f
pbpaste: add Spanish translation ( #10403 )
2023-08-09 19:23:59 +05:30
Darío Hereñú
a438ce8789
pbcopy: add Spanish translation ( #10402 )
2023-08-09 19:23:27 +05:30
Darío Hereñú
f45bf26575
lldb: add Spanish translation ( #10401 )
2023-08-09 19:22:17 +05:30
Darío Hereñú
cd32d9ff5a
llvm-lipo: add Spanish translation ( #10400 )
...
* llvm-lipo: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:21:48 +05:30
Darío Hereñú
bf3317187a
xcrun: add Spanish translation ( #10345 )
...
* xcrun: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:19:23 +05:30
Lena
4e0b9329c0
vkpurge: add page ( #10385 )
2023-08-09 19:18:38 +05:30
Darío Hereñú
3f17558813
tart: add Spanish translation ( #10346 )
...
* tart: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 19:17:09 +05:30
Darío Hereñú
306aa3822e
shortcuts: add Spanish translation ( #10365 )
2023-08-09 19:11:21 +05:30
Darío Hereñú
3b5bc0828c
sw_vers: add Spanish translation ( #10374 )
2023-08-09 19:08:15 +05:30
Darío Hereñú
2bd67c5a0c
top: add Spanish translation ( #10381 )
2023-08-09 19:06:20 +05:30
Darío Hereñú
7efc4ca64d
atoum: add Spanish translation ( #10339 )
2023-08-09 19:05:16 +05:30
Darío Hereñú
9e40423b1c
xattr: add Spanish translation ( #10330 )
...
* xattr: add Spanish translation
2023-08-09 19:00:53 +05:30
Darío Hereñú
0bd1fc49a9
xartstorageremoted: add Spanish translation ( #10328 )
2023-08-09 12:45:42 +05:30
Darío Hereñú
f0712d9648
wwand: add Spanish translation ( #10326 )
2023-08-09 12:45:17 +05:30
Darío Hereñú
004f3187d4
whatis: add Spanish translation ( #10318 )
2023-08-09 12:44:47 +05:30
Darío Hereñú
4b980e50c3
whence: add Spanish translation ( #10319 )
...
* whence: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 12:43:13 +05:30
Darío Hereñú
cd1dcbf8c2
wps: add Spanish translation ( #10321 )
2023-08-09 12:41:59 +05:30
Darío Hereñú
e14d5c0adc
ping: add Spanish translation ( #10314 )
...
* ping: add Spanish translation
2023-08-09 12:40:21 +05:30
Lena
3f9320290a
ruby, gem: update page; irb, rake: add page ( #10412 )
...
* gem: update page
* Use `snake_case` for placeholders
* Update the documentation URL
* ruby: move `irb` example to a separate page
* rake: add page
* ruby: reference other ruby-related pages
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* irb: standard input => `stdin` (#10436 )
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 12:39:12 +05:30
Darío Hereñú
0238aa119e
vm_stat: add Spanish translation ( #10311 )
2023-08-09 12:37:48 +05:30
Darío Hereñú
4b908f2401
webinspectord: add Spanish translation ( #10303 )
2023-08-09 12:37:18 +05:30
Darío Hereñú
103cfb8163
xcode-select: add Spanish translation ( #10295 )
...
* xcode-select: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 12:36:36 +05:30
Darío Hereñú
ebebbd0876
wifivelocityd: add Spanish translation ( #10290 )
2023-08-09 12:36:10 +05:30
Darío Hereñú
bcbc71357c
valet: add Spanish translation ( #10289 )
...
* valet: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 12:35:44 +05:30
Darío Hereñú
e4ba45f134
xip: add Spanish translation ( #10273 )
...
* xip: add Spanish translation
2023-08-09 12:34:55 +05:30
Lena
d427f333b2
pages/*: add backticks around I/O streams ( #10436 )
...
* as suggested in #10428
* standard input => `stdin`
* standard output => `stdout`
* standard error => `stderr`
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 10:59:02 +05:30
adhamahmad
eb690c280d
pwd: add Arabic translation ( #10512 )
2023-08-09 10:58:30 +05:30
Managor
d9452fdb6d
pkgctl: add page ( #10573 )
...
* pkgctl: add page
2023-08-09 10:56:56 +05:30
Managor
121a0eb8b8
while: replace incorrect link ( #10579 )
2023-08-08 15:51:15 +05:30
Managor
923fc2c17f
pydoc: add page ( #10575 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-08 00:57:27 +02:00
Managor
f3ba2dad06
fluidsynth: add page ( #10576 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-07 21:45:35 +02:00
Managor
5cc53c0668
mediamtx: add page ( #10577 )
2023-08-07 14:40:27 +05:30
Daniel Kaczmarczyk
2f50dab2ad
httpie: add osx page ( #10588 )
2023-08-07 14:37:47 +05:30
Waldir Pimenta
c419de7e18
btrfs-version: fix syntax ( #10587 )
2023-08-07 11:16:10 +05:30
Lena
adbadd90d4
rsync: update page, link to the official documentation instead of manned.org ( #10589 )
...
* rsync: update page
* rsync: link to the official documentation instead of manned.org
* rsync: update Polish translation
2023-08-07 11:40:39 +08:00
CovertDuck
606db69011
pop: add page ( #10581 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-05 18:08:19 +02:00
Isaac Vicente
5f959a6680
cargo-*: add pt_BR translation ( #10502 )
...
* cargo-*: add pt_BR translation
---------
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-08-05 19:39:53 +05:30
Paulo Fylippe Sell
2a6b3ebafd
hexdump: add pt_BR translation ( #10338 )
2023-08-05 00:04:14 +01:00
Slotharmy
6806784459
aws cognito-idp: add German translation ( #10316 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-04 15:22:22 +02:00
Managor
2e6e8ca8b4
select: add page ( #10578 )
2023-08-04 15:20:09 +02:00
Managor
733eced5ad
case: update description ( #10580 )
2023-08-04 12:42:13 +05:30
Darío Hereñú
31ed78664d
dot_clean: add Spanish translation ( #10456 )
2023-08-04 02:03:58 +08:00
Darío Hereñú
f4fdc765f4
dhcp6d: add Spanish translation ( #10453 )
2023-08-04 01:59:41 +08:00
Darío Hereñú
4814e89f2e
ed: add Spanish translation ( #10454 )
2023-08-04 01:52:50 +08:00
Managor
17deca343c
wpctl: add page ( #10574 )
...
* wpctl: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-03 06:15:59 +05:30
Lena
9eb6eca2fc
polybar, polybar-msg: add page ( #10446 )
2023-08-02 19:18:14 +02:00
Lena
6a3e267474
imgcat: move from `osx` to `common`, update page ( #10203 )
2023-08-02 16:46:03 +02:00
Managor
3fa18a3106
!: add page ( #10572 )
2023-08-02 16:06:44 +02:00
Lena
7b54c62b5b
nmcli*: update pages ( #10544 )
2023-08-02 10:56:52 +05:30
Lena
cc5486d66e
mongo*: update pages & add mongosh ( #10558 )
2023-08-01 12:51:03 +05:30
dependabot[bot]
2be0b2e18d
build(deps): bump black from 23.3.0 to 23.7.0 ( #10563 )
...
Bumps [black](https://github.com/psf/black ) from 23.3.0 to 23.7.0.
- [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.3.0...23.7.0 )
---
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-08-01 12:47:36 +05:30
dependabot[bot]
8d2412fe79
build(deps): bump tj-actions/changed-files from 37.0.5 to 37.5.1 ( #10560 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.0.5 to 37.5.1.
- [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/v37.0.5...v37.5.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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-08-01 12:46:57 +05:30
dependabot[bot]
029684e538
build(deps): bump flake8 from 6.0.0 to 6.1.0 ( #10562 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 6.0.0 to 6.1.0.
- [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0 )
---
updated-dependencies:
- dependency-name: flake8
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-08-01 12:44:42 +05:30
dependabot[bot]
02375d1050
build(deps): bump glob from 10.3.1 to 10.3.3 ( #10561 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.3.1 to 10.3.3.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.1...v10.3.3 )
---
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-08-01 12:44:23 +05:30
Managor
cb172c61df
wg: drop `sudo` in examples ( #10557 )
2023-07-31 08:10:18 +05:30
K.B.Dharun Krishna
d71eabe2b9
avifenc: update page ( #10475 )
2023-07-30 14:50:30 +02:00
Daniel Speck
618a2a0ebb
conda install: add page ( #10525 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-30 14:48:37 +02:00
Managor
0e94a3f802
help: add page ( #10547 )
...
* help: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-30 11:24:47 +05:30
Darío Hereñú
75f047f75a
open: add Spanish translation ( #10404 )
2023-07-28 23:20:09 +05:30
Managor
dc84d42653
usbip: add page ( #10521 )
...
* usbip: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-28 23:18:54 +05:30
Zach
dba46333ad
lando: add page ( #10546 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-28 19:06:24 +02:00
Marek Küthe
b6dafbb826
ooniprobe: add page ( #10529 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-28 19:02:48 +02:00
Aleksandr Kostikov
87f5612147
nc: edit page ( #10500 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-28 18:21:56 +02:00
Jennifer Falco
dedbf2ace2
alex: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
1e25bc0486
alacritty: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
fdad0b5b20
ajson: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
c90465a536
airshare: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
ada679552c
airpaste: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
3d36311955
airodump-ng: add Dutch translation
2023-07-28 09:48:59 +05:30
Jennifer Falco
f48f5054af
airmon-ng: add Dutch translation
2023-07-28 09:48:59 +05:30
4G3NT
3000e6c071
pages*: remove double colons (`::`) ( #10551 )
2023-07-27 17:42:45 +02:00
Managor
5de55b44af
gst-launch-1.0, gst-inspect-1.0: add page ( #10524 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-27 17:39:30 +02:00
cyqsimon
1e5c7bed01
ninja: add job limit example ( #10494 )
2023-07-27 16:11:07 +09:00
Darío Hereñú
b7bc1a9b82
cot: add Spanish translation ( #10473 )
...
* cot: add Spanish translation
* Update pages.es/osx/cot.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-26 19:09:21 +08:00
Darío Hereñú
7b5e9906e6
fsck: add Spanish translation ( #10542 )
2023-07-26 18:34:32 +08:00
Darío Hereñú
3248434fad
shuf: add Spanish translation ( #10363 )
...
* shuf: add Spanish translation
* Update shuf.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-26 18:01:46 +08:00
Managor
a1ecdfb578
pw-play: remove list all playback targets example ( #10520 )
2023-07-26 10:22:15 +05:30
Darío Hereñú
8b47516c1e
lipo: add Spanish translation ( #10517 )
2023-07-25 23:41:42 +05:30
Dónal Murray
5fa0ab1eaf
tectonic: add page ( #10532 )
...
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-25 19:32:44 +02:00
Carlos Vigil
ebd48c17b0
ps: add OSX page ( #10297 )
...
* ps: add OSX page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-25 22:54:43 +05:30
shreenidhi11
1c4e1d0a7a
echo: add exit code command ( #10538 )
...
* echo: add exit code command
---------
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-07-25 22:47:16 +05:30
farhan khan
412c3caa8d
qm disk move: add page; qm move_disk: add alias page ( #10530 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-24 22:15:37 +02:00
Varad Rane
68660c0ac2
systemd-hwdb: add page ( #10510 )
...
* systemd-hwdb: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-25 00:03:57 +05:30
Darío Hereñú
2e34517ccd
biomesyncd: add Spanish translation ( #10531 )
2023-07-24 23:38:26 +05:30
Darío Hereñú
2e9f9c0d98
coreaudiod: add Spanish translation ( #10534 )
2023-07-24 23:37:44 +05:30
Managor
c466a99890
cam: add page ( #10526 )
...
* cam: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-24 23:30:47 +05:30
Managor
3c578d74ec
nmcli: add examples ( #10522 )
2023-07-24 23:29:53 +05:30
Darío Hereñú
17202d47df
xsand: add Spanish translation ( #10263 )
2023-07-24 23:21:04 +05:30
Managor
2ca3b9de4b
mmcli: add examples ( #10518 )
...
* mmcli: add examples
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-24 23:20:20 +05:30
Zhizhen He
ebf1a23afe
xed: update Chinese translation ( #10537 )
2023-07-24 23:13:16 +05:30
minty_frankie
15a7bb9943
typst: add page ( #10497 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-24 15:11:14 +02:00
Varad Rane
b29db9adcb
systemd-mount: add page; systemd-umount: add alias page ( #10509 )
...
* systemd-mount: add page; systemd-umount: add alias page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-23 12:37:54 +05:30
Peter Jiping Xie
9f78e02f73
supervisorctl: add `status` example ( #10488 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-19 19:34:09 +02:00
farhan khan
178ec5d5c1
qm-disk-import: add page; qm-importdisk: add alias page ( #10499 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-19 19:03:39 +02:00
Anton Karmanov
1d44670284
locate: wrap glob with quotes ( #10495 )
2023-07-19 10:53:10 +05:30
Aleksandr Kostikov
9bcde9b006
added mention of how to get full list ( #10484 )
2023-07-19 08:12:42 +05:30
Thomas Munn
f9d1b2071a
signal: add page ( #10466 )
...
* signal: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-18 22:41:45 +05:30
Managor
54bc946f8e
mlabel: add page ( #10460 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-18 17:53:19 +02:00
K.B.Dharun Krishna
ab4c2b3a60
wsl, wsl-open: add Tamil translation ( #10268 )
...
* wsl: add Tamil translation
* wsl-open: add Tamil translation
2023-07-18 21:14:45 +08:00
Øystein Tveit
ba68cfc791
lsusb: edit command for fetching details of single device ( #10508 )
2023-07-18 09:22:30 +05:30
Omer Isildak
12b0c99772
minikube: add `tunnel` example ( #10498 )
...
* minikube: add `tunnel` example
2023-07-17 18:34:32 +05:30
Lena
7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. ( #10437 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00
Gonzalo Matheu
232ac605e9
docker-images: Adding command to sort images by size ( #10231 )
...
* docker-images: Adding command to sort images by size
From: https://stackoverflow.com/a/61091528/520275
* docker-images: Adding colon to git images sort command
2023-07-16 14:07:12 +08:00
Lena
48047a58c9
xz*: update pages ( #10192 )
...
* xz*: update pages
* xz: make placeholders consistent
2023-07-16 14:00:03 +08:00
Isaac Vicente
d519410190
btrfs-{restore, version, scrub}, mkfs.btrfs: add pt_BR translation ( #10110 )
...
* 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
---------
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-07-16 13:46:32 +08:00
Darío Hereñú
16746cddf9
axel: add Spanish translation ( #10089 )
...
* axel: add Spanish translation
* Update pages.es/common/axel.md
Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
* Update pages.es/common/axel.md
Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
* Update pages.es/common/axel.md
Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
* Update pages.es/common/axel.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/axel.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/axel.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update axel.md
updated line 19
---------
Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-07-16 13:35:42 +08:00
Reinhart Previano Koentjoro
5b418a7964
slmgr, slmgr.vbs: add page ( #8201 )
...
* slmgr, slmgr.vbs: add page
* slmgr.vbs: fix formatting
* windows/slmgr: make mnemonic tags case-sensitive + imperative mood
* windows/slmgr, windows/slmgr.vbs: swap alias pages
* Apply suggestions from code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2023-07-16 13:31:34 +08:00
Lena
80147cbd87
xbps-{install,remove,query}: add page; xbps: update page ( #10354 )
...
* xbps-query: add page
* xbps: remove examples and add redirections to subpages
* xbps-install: add page
* xbps-remove: add page
* xbps*: `package_name` => `package`
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 13:26:08 +08:00
farhan khan
f55f1a6a74
qm-disk-resize: add page; qm-resize: add alias page ( #10496 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-14 19:15:35 +02:00
Jacob Higdon
af571728d3
yacc: add page ( #10439 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-14 14:21:15 +02:00
Varad Rane
91b734cec8
systemd-firstboot: add page ( #10493 )
...
* systemd-firstboot: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-14 17:34:12 +05:30
K.B.Dharun Krishna
b84d4ad3af
pages.th/*: remove period ( #10449 )
2023-07-14 09:50:02 +05:30
Marek Küthe
293b4e0150
mtr: update page ( #10490 )
...
* mtr: add example, use long options, use real arguments
* mtr: update homepage
2023-07-14 09:38:35 +05:30
Managor
0fe192206d
v4l2-ctl: update page ( #10464 )
...
* v4l2-ctl: update page
Changed one of the video device filepaths to relative and added a new entry for setting a value.
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-14 09:37:18 +05:30
Marek Küthe
abf00dc56e
traceroute: update page ( #10491 )
...
* traceroute: Use long options, use real argument, two more examples
* traceroute: add unit to --wait argument
2023-07-14 09:09:26 +05:30
Aleksandr Kostikov
c12e5d7884
netsh-interface-portproxy: add page ( #10485 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-14 00:06:51 +02:00
Marek Küthe
fe3154287e
birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation ( #10351 )
...
* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
2023-07-13 18:08:01 +05:30
Rolv Apneseth
21c08683da
farge: add page ( #10482 )
2023-07-13 10:32:56 +02:00
Aleksandr Kostikov
52b3a2b4f0
net: add page ( #10487 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-13 10:28:10 +02:00
Marek Küthe
65b53bd0ba
yard: add page ( #10486 )
...
* yard: add page
2023-07-13 13:27:04 +05:30
farhan khan
75f6b62e8c
qm-suspend: add page ( #10469 )
2023-07-13 08:48:25 +09:00
zenbyt3
ab161fe973
qm-template: add page ( #10481 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-12 20:38:51 +02:00
4G3NT
9e74294e3d
gallery-dl: add --cookies-from-browser example and fix typo ( #10489 )
...
Fix unquoted url argument on line 16.
2023-07-12 18:41:26 +05:30
Aleksandr Kostikov
1ed0848f07
ipconfig: add local dns cache example ( #10483 )
2023-07-12 18:38:58 +05:30
Marek Küthe
674c60702f
nping: add page ( #10344 )
...
* nping: add page
2023-07-12 15:48:25 +05:30
Marek Küthe
e5f619c83c
bgpgrep, peerindex: update links ( #10476 )
...
Since gitea.it no longer allows registrations, neither issues nor PRs can be created. Therefore the main repo was moved from to Codeberg.
2023-07-11 11:15:21 +05:30
Vova Vuchkan
b9aa9db6a4
whisper: fix typo ( #10478 )
2023-07-11 11:10:07 +05:30
Jennifer Falco
bb81988297
aireplay-ng: add Dutch translation
2023-07-11 10:08:11 +05:30
Jennifer Falco
eb67370954
airdecap-ng: add Dutch translation
2023-07-11 10:08:11 +05:30
Jennifer Falco
10f6a95b9b
aircrack-ng: add Dutch translation
2023-07-11 10:08:11 +05:30
Darío Hereñú
0d2b84b39c
autoflake: add Spanish translation ( #10170 )
2023-07-10 13:13:36 +05:30
Darío Hereñú
1ce03bce4f
uname: add Spanish translation ( #10234 )
...
* uname: add Spanish translation
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-07-10 13:11:52 +05:30
Marek Küthe
4226695e1d
bgpgrep, peerindex: add German translation ( #10352 )
...
* bgpgrep, peerindex: add German translation
2023-07-10 12:43:35 +05:30
Rolv Apneseth
a7f0c0b633
macchina: add page ( #10465 )
...
* macchina: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-07-10 11:53:56 +05:30
Darío Hereñú
8c0fa5d8f7
java_home: add Spanish translation ( #10432 )
...
* java_home: add Spanish translation
* Update java_home.md
2023-07-10 12:21:22 +08:00
Managor
18c236e1b0
ffplay: add more examples ( #10457 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-09 21:13:55 +02:00
Managor
a2a0609141
exfatlabel: add page ( #10461 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-09 17:26:10 +02:00
4G3NT
a0f7d6a420
head, fold: update links ( #10458 )
...
* head, fold: update links
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-09 12:48:17 +05:30
Pierre Rudloff
ac3d26fbe7
cavif: add page ( #10468 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-09 02:15:23 +02:00
Managor
f1dd9de886
swaplabel: add page ( #10462 )
...
* swaplabel: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-08 23:47:10 +05:30
Managor
513629e52b
zbarcam: add page ( #10459 )
...
* zbarcam: add page
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-07-08 23:18:22 +05:30
Jack Lin
6d5824092d
MAINTAINERS: Add @blueskyson to org owner, Update page ( #10467 )
...
* Add @blueskyson to org owner
* Update MAINTAINERS.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-08 11:57:20 +05:30
Darío Hereñú
d5371636a2
spctl: add Spanish translation ( #10389 )
2023-07-08 08:37:07 +05:30
Darío Hereñú
882c3c27ab
pensnoop: add Spanish translation ( #10384 )
2023-07-08 08:36:42 +05:30
Darío Hereñú
4ea7522c9e
getmac: add Spanish translation ( #10382 )
...
* getmac: add Spanish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-08 08:35:48 +05:30
Darío Hereñú
de9981e9cd
xml2man: add Spanish translation ( #10270 )
2023-07-08 08:35:12 +05:30
4G3NT
274330d3b4
read: update page ( #10448 )
...
* read: update page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-07 08:56:30 +05:30
dependabot[bot]
18ba78a052
build(deps): bump markdownlint-cli from 0.34.0 to 0.35.0 ( #10445 )
...
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli ) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases )
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.34.0...v0.35.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-07-07 08:54:35 +05:30
dependabot[bot]
129171dd41
build(deps): bump tj-actions/changed-files from 36.0.11 to 37.0.5 ( #10444 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.11 to 37.0.5.
- [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/v36.0.11...v37.0.5 )
---
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-07-07 08:49:37 +05:30
dependabot[bot]
979b42b718
build(deps): bump glob from 10.2.7 to 10.3.1 ( #10463 )
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.2.7 to 10.3.1.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.2.7...v10.3.1 )
---
updated-dependencies:
- dependency-name: glob
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-07-07 08:48:14 +05:30
dependabot[bot]
6260eba27c
build(deps): bump glob from 7.2.0 to 10.2.7 ( #10377 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2023-07-06 08:47:20 -07:00
K.B.Dharun Krishna
f82310bb5d
*: update placeholder in Chinese translation ( #10267 )
2023-07-03 07:44:05 +05:30
Leandro Villari
db0c657ade
ip, smbclient, choco-install, robocopy: add Italian translation ( #9985 )
...
* ip, smbclient, choco-install, robocopy: add Italian translation
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Marco Bonelli <mb5.marcob@gmail.com>
2023-07-03 07:43:31 +05:30
Wirawat.B
9a007ea29e
cd, cmd, dir: add Thai translation ( #6811 )
...
* cd, cmd, dir: add Thai translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Borworntat Dendumrongkul <64594596+MasterIceZ@users.noreply.github.com>
Co-authored-by: Nutthapat Pongtanyavichai <59821765+Leomotors@users.noreply.github.com>
2023-07-02 21:39:07 +05:30
4G3NT
87ec0727fc
pages*: add backticks to every io stream ( #10442 )
...
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30
Lena
8523d2037f
mount.{cifs,smb3}: add page ( #10416 )
2023-07-02 15:11:45 +02:00
Abhishek Srivastava
c245b82a6e
qm-list: add page ( #9139 )
...
* qm-list: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2023-07-02 18:32:49 +05:30
Abhiyan Dhakal
9cc635f0bf
trayer: add page ( #10441 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-01 13:27:36 +02:00
Ian Effendi
288588a381
tre: add page ( #10387 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-01 12:52:47 +02:00
Aleksandr Kostikov
1a33599527
w32tm: add page ( #10429 )
...
* w32tm: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-30 23:48:04 +05:30
Aleksandr Kostikov
8e15826d11
sc: add page ( #10431 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-30 14:49:06 +02:00
Aleksandr Kostikov
e1dc79df27
cmdkey: add page ( #10430 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-30 14:47:33 +02:00
Darío Hereñú
a1561ccc1b
osascript: add Spanish translation ( #10392 )
2023-06-30 15:57:34 +08:00
Darío Hereñú
df5affd715
usernoted: add Spanish translation ( #10251 )
2023-06-30 14:59:39 +08:00
Darío Hereñú
409ea3e99b
m: add Spanish translation ( #10188 )
2023-06-30 14:35:57 +08:00
K.B.Dharun Krishna
317bc67a3f
CI: remove stale workflow ( #10409 )
2023-06-30 11:49:56 +05:30
Lena
d3b2c039ea
btop: add page; bpytop: move to `common`, update page ( #10425 )
2023-06-30 11:45:13 +05:30
Zhizhen He
e9485c6d3f
gpg: update Chinese translation ( #10343 )
2023-06-30 11:23:15 +05:30
Zhizhen He
7ef70eae2f
go-build: update Chinese translation ( #10342 )
2023-06-30 13:50:45 +08:00
Lena
2e7e1894ee
archlinux-java: fix documentation link, update page ( #10433 )
2023-06-30 13:45:11 +08:00
4G3NT
462bbb0ec1
weechat: add backticks on stdout ( #10428 )
2023-06-29 17:24:44 +02:00
rilysh
e9997c90d2
bzip3: add page ( #10423 )
2023-06-28 00:21:31 +02:00
4G3NT
062b88d05a
pages/*: prefer brand name and add backticks around commands ( #10422 )
...
* pages/*: prefer brand name and add backticks around commands
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-27 23:57:35 +02:00
4G3NT
1141f904a9
mc, weechat: various readability improvements ( #10420 )
...
* `mc` => Midnight Commander
* `weechat` => WeeChat
2023-06-26 21:11:48 +02:00
4G3NT
b63eb9f3af
weechat: add page ( #10418 )
...
* weechat: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-26 16:05:21 +05:30
Luís Góis
9014511631
git-cherry-pick: spelled-out version of `-n` ( #10417 )
...
* `-n` => `--no-commit`
2023-06-25 14:36:35 +02:00
Darío Hereñú
3faf075546
aiac: add Spanish translation ( #10181 )
...
* aiac: add Spanish translation
2023-06-25 14:17:53 +05:30
K.B.Dharun Krishna
3c5023d6d5
valet: update page ( #10293 )
...
* valet: update page
2023-06-25 07:12:58 +05:30
Jackson Huff
a5d3521844
cb: add page ( #10414 )
...
* cb: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-24 16:37:23 +02:00
mackncheesiest
7a31c37ab1
age: fix argument ordering ( #10413 )
...
* The input file must be specified after all flags
2023-06-24 16:35:31 +02:00
K.B.Dharun Krishna
e1eb003d86
rustup-init.sh: add Tamil translation ( #10260 )
2023-06-24 18:34:31 +05:30
Reinhart Previano Koentjoro
4806c1ca39
android/*: update Indonesian translations ( #10127 )
...
1. screencap: update command description
2. logcat: translate new English command examples
2023-06-24 18:31:07 +05:30
Ulysse Buonomo
61981e0973
ruby: add http server example ( #10410 )
...
* ruby: add http server example
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-23 19:30:34 +02:00
Xiaokang Fu
24e09b04c1
datashader_cli: add page ( #10373 )
...
* datashader_cli: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-23 18:40:03 +05:30
Ulysse Buonomo
8ac3ec8e69
terminal-notifier: add page ( #10399 )
...
* terminal-notifier: add page
* Apply suggestions
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-23 13:17:57 +02:00
marchersimon
1ca0dbbe05
tlmgr-search: add page ( #8287 )
...
* tlmgr-search: add page
---------
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Florian B <florianb053@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-23 13:30:31 +05:30
Marek Küthe
91ac376568
bgpgrep, peerindex: add page ( #10276 )
2023-06-23 13:19:29 +05:30
Lena
86393987d7
systemd-delta: add page ( #10388 )
2023-06-23 08:45:58 +02:00
cyqsimon
97a342ad35
ssh-keygen: small improvement and fix ( #10261 )
2023-06-23 07:51:32 +02:00
Lena
46fbef121f
rustc: update page ( #10368 )
2023-06-22 21:04:42 +02:00
Lena
e75b4fe32e
MAINTAINERS: add @acuteenvy as org member ( #10407 )
2023-06-22 12:44:29 +02:00
4G3NT
5610a8d9c4
instaloader: add page ( #10393 )
...
* instaloader: add page
* instaloader: apply suggestions
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-21 14:45:00 +02:00
K.B.Dharun Krishna
abfa53a2b1
MAINTAINERS: add @kbdharun as org owner ( #10397 )
...
Closes #10057
2023-06-21 12:02:19 +05:30
Lena
87f8b57eac
mods: fix quoting ( #10398 )
2023-06-21 09:36:59 +05:30
SALES
5b426d9cf7
eol: add page ( #10380 )
...
* eol: add page
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-20 23:25:44 +02:00
AlexisHamon
493704e88e
pacman: update French translation ( #10375 )
2023-06-20 17:22:47 +02:00
Danche Choi
ee1d63447b
zotero: add page ( #10367 )
...
* zotero: add page
* Apply suggestions
---------
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-20 16:49:44 +02:00
CovertDuck
919971a34f
mods: add page ( #10391 )
...
* mods: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-20 09:43:59 +05:30
Aditya Jha
1c5dbf47ea
apt: add Hindi translation ( #10395 )
2023-06-20 07:52:56 +05:30
Zhizhen He
8da6145a30
buku: update Chinese translation ( #10372 )
2023-06-20 09:52:28 +08:00
4G3NT
abf5f47fea
pacman: update -Ss example by -F ( #10394 )
2023-06-19 23:46:01 +05:30
Danche Choi
83f436fb5f
dirbuster: add page ( #10366 )
...
* dirbuster: add page
* Apply suggestions from code review
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-19 15:55:41 +02:00
Lena
5e237e3323
lzcmp: add alias page ( #10341 )
2023-06-19 01:38:50 +02:00
4G3NT
fd32e0de3a
bchunk: add page ( #10386 )
...
* bchunk: add page
* bchunk: fix error
* bchunk: fix mistakes
* bchunk: apply suggestions
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* bchunk: apply suggestion
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-06-18 19:46:56 +02:00
Jen
d768c7e33b
age: reword example ( #10347 )
...
* age: reword example
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-17 18:07:37 +02:00
4G3NT
5e0c7b730f
jobs: update page ( #10309 )
...
* Few quality of life changes
Similar to my last pull request: #10301
Clarify that some functionality of `jobs` is not exclusive to Bash.
* Update pages/linux/jobs.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/linux/jobs.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/linux/jobs.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/linux/jobs.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/linux/jobs.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-17 18:04:07 +02:00
Aditya Jha
fa6f43fdbb
cat: add Hindi translation ( #10310 )
...
* cat: add Hindi translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-16 07:47:37 +05:30
Tony Fischer
c802bcf0b0
zellij: fix typo ( #10383 )
...
fix typo in detach command, it's O not N.
2023-06-15 21:10:21 +02:00
Gareck
db421dd736
nmap: add German translation ( #10329 )
...
* nmap: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-06-15 15:10:36 +05:30
K.B.Dharun Krishna
cf8cba1fe1
.github: fix trailing spaces and lines ( #10378 )
...
* page-request.yml: remove trailing line
* stale.yml: fix trailing space
2023-06-15 01:43:00 +02:00
Lena
f7458cbb0c
pages/*: remove double spaces ( #10379 )
2023-06-14 21:02:31 +05:30
K.B.Dharun Krishna
9add941ec6
pages/*: remove spaces around slashes (" / ") ( #10349 )
2023-06-13 19:14:43 +02:00
Luca
89725aa36f
git-init: update Italian translation ( #10168 )
...
* git-init: update Italian translation
2023-06-13 19:13:37 +05:30
dependabot[bot]
d06d41d23a
build(deps): bump black from 22.3.0 to 23.3.0, reformat render.py for latest black version ( #10284 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-13 15:18:54 +02:00
Muhammad Falak R Wani
dac1e6f084
MAINTAINERS: use invitation date for @mfrw instead of issue date ( #10369 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-13 14:56:02 +02:00
Zhizhen He
87234c03f6
ping: update Chinese translation ( #10359 )
2023-06-13 18:04:40 +05:30
Zhizhen He
90349392fa
say: update Chinese translation ( #10358 )
2023-06-13 18:04:21 +05:30
Zhizhen He
1095a8cf8b
pbpaste: update Chinese translation ( #10360 )
...
* pbpaste: update Chinese translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-13 17:58:26 +05:30
dependabot[bot]
3809d127c0
build(deps): bump flake8 from 3.9.2 to 6.0.0
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 3.9.2 to 6.0.0.
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...6.0.0 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 12:23:17 +00:00
Zhizhen He
3aefe542dd
wifi-password: update Chinese translation ( #10357 )
2023-06-13 13:37:40 +08:00
Zhizhen He
a2a37c413f
pbcopy: update Chinese translation ( #10361 )
...
* pbcopy: update Chinese translation
* Update pages.zh/osx/pbcopy.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-13 13:00:01 +08:00
Zhizhen He
d772f21b1e
vale: fix minAlertLevel parameter typo ( #10370 )
2023-06-12 23:41:18 +05:30
Zhizhen He
40b5921620
i3-scrot: fix select-to-clipboard parameter ( #10371 )
2023-06-12 20:50:53 +05:30
Lena
81b82734cc
git-config: update page ( #10340 )
...
* Add the second possible config file location
2023-06-12 15:46:49 +02:00
Lena
3884ec8203
dpkg-reconfigure: add page ( #10272 )
2023-06-12 15:44:03 +02:00
K.B.Dharun Krishna
701095414c
xcrun: swap help and version examples ( #10350 )
2023-06-10 17:41:30 +02:00
Lena
fe721d893a
nc: update page ( #10353 )
2023-06-10 17:02:36 +02:00
Muhammad Falak R Wani
7a9d9ddb48
MAINTAINERS: add @mfrw as org owner ( #10355 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-06-09 14:33:13 +05:30
Darío Hereñú
685260232e
w: add Spanish translation, update page ( #10208 )
...
* w: add Spanish translation
* w: update page
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-06-09 14:23:30 +05:30
K.B.Dharun Krishna
e43635feea
winget: update page, add Tamil translation ( #10258 )
...
* winget: update page, add Tamil translation
* winget: update validate definition
* Update pages/windows/winget.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update winget.md
* Update pages/windows/winget.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages.ta/windows/winget.md
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-08 19:16:36 +02:00
K.B.Dharun Krishna
e83e67e411
toolbox: update Tamil translation ( #10256 )
2023-06-08 22:39:29 +05:30
K.B.Dharun Krishna
18bc9cc6e6
toolbox: update to f38; update Tamil translation ( #10257 )
2023-06-08 22:38:57 +05:30
K.B.Dharun Krishna
0439f39d19
gnome-extensions: update placeholder in Tamil translation ( #10255 )
2023-06-08 22:38:07 +05:30
KRyTeX1337
1cbe37d410
bash: add restricted shell command ( #10325 )
...
* Update bash.md
* Update pages/common/bash.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-08 17:04:40 +02:00
JenTheBluePanda
6b683601f3
age: add Dutch translation
2023-06-08 18:35:02 +05:30
JenTheBluePanda
26cc1d7a2a
agate: add Dutch translation
2023-06-08 18:35:02 +05:30
JenTheBluePanda
3bd6cd2327
ag: add Dutch translation
2023-06-08 18:35:02 +05:30
JenTheBluePanda
265b6ce506
afconvert: add Dutch translation
2023-06-08 18:35:02 +05:30
JenTheBluePanda
37541dd496
adscript: add Dutch translation
2023-06-08 18:35:02 +05:30
Zhizhen He
319a794631
git-config: update Chinese translation ( #10322 )
2023-06-06 20:10:09 +05:30
Zhizhen He
2113a11535
git-remote: update Chinese translation ( #10335 )
2023-06-06 22:09:05 +08:00
Lena
abb3e73e2d
musl-gcc: add page ( #10336 )
...
* musl-gcc: add page
* musl-gcc: add documentation link
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-06 13:01:08 +02:00
Zhizhen He
6a1851f3ea
git-commit: update page ( #10334 )
...
* git-commit: update page
* git-commit: update page
* Use long options
* Add key_id to --gpg-sign example
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-06 13:00:18 +02:00
Zhizhen He
b8a17d0aab
tc: fix typo ( #10333 )
2023-06-05 21:46:46 +05:30
Zhizhen He
d3cbbf6077
minifab: fix typo ( #10332 )
2023-06-05 15:54:45 +02:00
Luca
dc3a14f97d
ls: update Italian translation ( #10169 )
...
Co-authored-by: Luca <71693205+Luc9802@users.noreply.github.com>
2023-06-05 12:16:23 +02:00
DanielApt
b3e18df10c
gitwatch: add page ( #10324 )
...
* gitwatch: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-05 06:45:41 +05:30
Zhizhen He
9caabee0fa
git-clone: update page ( #10315 )
...
* git-clone: add clone .git only example
* git-clone: update page
Make remaining options long for better consistency, wrap .git with backticks
* git-clone: update page
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/common/git-clone.md
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-06-04 16:28:31 +02:00
Zhizhen He
e4fdca68c5
act: update Chinese translation ( #10312 )
2023-06-04 13:13:05 +05:30
Jackson Novak
1b0133aed2
clido: add page ( #10215 )
...
* clido: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-06-04 11:24:18 +05:30
Bobby Palmer
3a7613debc
busctl: add page ( #10271 )
...
* busctl: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-04 11:04:17 +05:30
K.B.Dharun Krishna
7fc7f97dd7
pages.*: update Java links ( #10294 )
2023-06-04 07:18:54 +05:30
David Ansart
0128cb9870
mitmproxy : add the variable "SSLKEYLOGFILE" ( #10306 )
...
* mitmproxy : add the variable "SSLKEYLOGFILE"
source : https://docs.mitmproxy.org/stable/howto-wireshark-tls/
* mitmproxy : add ':' at the end of the description
* Update pages/common/mitmproxy.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-03 14:54:33 +02:00
K.B.Dharun Krishna
de7065209d
pages.ta: update all outdated translations ( #10247 )
...
* pages.ta: update all outdated translation
* pages.ta/wget: fix linter error
* bugreportz: fix description in Tamil translation
* fdisk: remove transliteration in Tamil translation
2023-06-02 18:45:44 +05:30
Sascha
3be09d35e3
anki: add German translation ( #10291 )
...
* anki: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-06-02 08:44:03 +05:30
cyberimpulse
47622ac36c
xfreerdp: add /drive example ( #10304 )
...
* Update xfreerdp.md
Added command to map shared drive
* Update xfreerdp.md
Corrected typo, removed trailing white space
* Update xfreerdp.md
Corrected path/to/directory placeholder
* Update pages/linux/xfreerdp.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/xfreerdp.md
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-06-02 00:43:56 +02:00
dependabot[bot]
509e65a52b
build(deps): bump tj-actions/changed-files from 35.7.11 to 36.0.11 ( #10308 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.7.11 to 36.0.11.
- [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/v35.7.11...v36.0.11 )
---
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-06-01 23:03:01 +05:30
JenTheBluePanda
c02fff4330
adguardhome: add Dutch translation
2023-06-01 13:18:52 +05:30
JenTheBluePanda
6124978557
adb-shell: add Dutch translation
2023-06-01 13:18:52 +05:30
JenTheBluePanda
7a9ed54acd
adb-reverse: add Dutch translation
2023-06-01 13:18:52 +05:30
Lena
7f64effe05
xz*, lz*: add alias pages ( #10185 )
...
* xz*, lz*: add alias pages
* lzmore: add alias page
2023-05-31 20:13:20 +05:30
Lena
a32fedde52
xzmore: add page ( #10186 )
...
* xzmore: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-31 20:12:15 +05:30
Lena
7147149a76
pages.pl*, alias-pages: fix typo ( #10149 )
2023-05-31 20:11:15 +05:30
Darío Hereñú
4f05a09dd5
uptime: add Spanish translation ( #10250 )
...
* uptime: add Spanish translation
* Update uptime.md
2023-05-31 22:24:41 +08:00
Darío Hereñú
a0425b3309
auvaltool: add Spanish translation ( #10182 )
2023-05-31 22:19:53 +08:00
Darío Hereñú
816dcd8494
at: add Spanish translation ( #10156 )
2023-05-31 22:14:18 +08:00
Aliberk Sandıkçı
2f519e5625
xset: add disable bell command ( #10281 )
2023-05-30 20:52:06 +02:00
pixel
d8991be0e8
*: standardize "command-line" ( #10300 )
2023-05-30 20:37:28 +02:00
4G3NT
52447db138
Replace "Bash" with "Shell" ( #10301 )
...
The shift command is defined in the POSIX standard. It is not a Bash built-in command. Saying this implies that it's Bash-only, which is not true.
More info here:
https://manned.org/shift.1p
2023-05-31 00:05:53 +05:30
JenTheBluePanda
f6ef0725f8
adb-install: add Dutch translation
2023-05-31 00:04:14 +05:30
JenTheBluePanda
783078bda4
adb-logcat: add Dutch translation
2023-05-31 00:04:14 +05:30
JenTheBluePanda
693adb52f7
acyclic: add Dutch translation
2023-05-31 00:04:14 +05:30
JenTheBluePanda
237ab0e78c
act: add Dutch translation
2023-05-31 00:04:14 +05:30
Jen
ac74731872
ac, ack, acme.sh, acme.sh-dns: add Dutch translation ( #10298 )
...
* ac: add Dutch translation
* ack: add Dutch translation
* acme.sh-dns: add Dutch translation
* acme.sh: add Dutch translation
2023-05-30 21:10:02 +05:30
dependabot[bot]
b4ca5b8b24
build(deps-dev): bump husky from 7.0.4 to 8.0.3 ( #10287 )
...
Bumps [husky](https://github.com/typicode/husky ) from 7.0.4 to 8.0.3.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.3 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
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-05-30 14:29:40 +05:30
dependabot[bot]
f0af08a677
build(deps): bump markdownlint-cli from 0.31.1 to 0.34.0 ( #10288 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 08:36:44 +02:00
Sascha
9188fbb740
git-config: add German translation ( #10292 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-29 15:16:05 +02:00
K.B.Dharun Krishna
5f102f7631
cargo-*: add Tamil translation ( #10259 )
...
* cargo-*: add Tamil translation
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-28 20:16:45 +05:30
Moritz
f108a86387
airshare: add page ( #10282 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-05-28 16:40:36 +02:00
John Losito
982c13d862
dependabot.yml: check for package updates monthly ( #8975 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-05-26 09:40:10 -04:00
Lena
4d81324f59
pacman: remove double space ( #10279 )
2023-05-26 18:05:31 +09:00
Jen
a3378efeeb
aapt, ab, abduco: add Dutch translations ( #10278 )
...
* aapt: add Dutch translations
* ab: add Dutch translations
* abduco: add Dutch translations
2023-05-26 09:23:17 +05:30
hellojukay
72a3a4460e
ipconfig: add page and Chinese translation ( #10266 )
...
* add ipconfig
* add chinese page
* fix spell style
* fix style
* fix style
* fix style
2023-05-26 09:43:56 +08:00
K.B.Dharun Krishna
565d69a1c3
git-mv: update page ( #10210 )
...
* git-mv: update page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-25 23:02:56 +05:30
Lena
6d06c593a7
sqfscat: add page and Polish translation ( #10153 )
2023-05-25 19:10:24 +02:00
Lena
23aa85e3c0
curl: fix Polish translation ( #10253 )
2023-05-24 17:52:07 +05:30
Kumamoto
1d86c8f783
curl: add Japanese translation ( #10233 )
...
* curl: add Japanese translation
2023-05-24 17:51:00 +05:30
K.B.Dharun Krishna
51cb077058
clam*scan: update documentation link ( #10237 )
2023-05-24 17:48:24 +05:30
K.B.Dharun Krishna
709ad35340
diff3: update path placeholders ( #10224 )
...
* diff3: update path placeholders
* diff3: update path placeholder in translations
* diff3: update placeholder in Chinese translation
* Apply suggestions from code review
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-24 11:30:31 +08:00
K.B.Dharun Krishna
06fe1c14c2
mv: update path placeholders, Tamil translation ( #10246 )
2023-05-24 11:15:42 +08:00
K.B.Dharun Krishna
a35f5a7e07
ark: update placeholders in translation ( #10226 )
...
* ark: update placeholders in translation
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-23 14:44:40 +05:30
dependabot[bot]
3814dfc3c5
build(deps): bump requests from 2.26.0 to 2.31.0
...
Bumps [requests](https://github.com/psf/requests ) from 2.26.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.26.0...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 05:49:42 +00:00
Lena
7e68788818
eslint: update page ( #10254 )
2023-05-23 11:11:15 +05:30
Lena
8ef06c89d2
apt*: fix Polish translation ( #10252 )
2023-05-23 05:32:11 +02:00
San Baby Francis
c399ee18d1
cat: add Malayalam translation ( #10199 )
...
* Create cat.md
* Update cat.md
2023-05-23 11:00:07 +08:00
K.B.Dharun Krishna
9a21aaedc8
git: add Tamil translation ( #10122 )
...
* git: add Tamil translation
2023-05-22 23:07:45 +05:30
Zhizhen He
3ebd568066
cal: update Chinese translation ( #10209 )
2023-05-22 16:40:21 +05:30
K.B.Dharun Krishna
f07b31d9ae
apg: update path placeholder ( #10243 )
2023-05-22 16:41:00 +08:00
Johan Degn
081e4c0b8b
mitmweb: add page, mitmproxy: update page ( #10262 )
...
* mitmproxy: replace deprecated arguments and add example
* mitmweb: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-05-22 07:50:15 +05:30
K.B.Dharun Krishna
481d29f45d
qlmanage: update placeholder ( #10225 )
2023-05-21 10:20:40 +05:30
K.B.Dharun Krishna
405cc23be2
hping, hping3: update page ( #10248 )
2023-05-21 05:19:29 +02:00
K.B.Dharun Krishna
1c7baa2cb1
mutool: update page ( #10223 )
...
* mutool: update page
* Apply suggestions from code review
* Update mutool.md
2023-05-20 23:10:05 +02:00
Jake Callahan
44576cb8a2
kinit: add page ( #10184 )
...
* kinit: add page
Add in an initial page for the kinit kerberos ticketing utility.
* Update pages/common/kinit.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/common/kinit.md
make the keytab path relative per style guideline
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-05-20 16:37:01 +02:00
K.B.Dharun Krishna
619b4bea1c
vifm: update path placeholder ( #10227 )
...
* vifm: update path placeholder
* vifm: update placeholder in German translation
2023-05-20 08:22:53 +05:30
K.B.Dharun Krishna
d3be418494
curl: update link to documentation ( #10239 )
...
* curl: update link to documentation
* windows/curl: revert to Original link
2023-05-20 07:49:15 +05:30
Lena
4b0d01f004
*: update command placeholder ( #10249 )
...
*: replace 'some_command' with 'command'
2023-05-20 07:41:11 +05:30
K.B.Dharun Krishna
322421ee9b
docker-start: update placeholder ( #10240 )
2023-05-20 06:49:41 +05:30
K.B.Dharun Krishna
8900a6f9ea
csvkit: update page ( #10238 )
2023-05-20 06:44:35 +05:30
K.B.Dharun Krishna
aeb50e5139
sc-im: update placeholder ( #10222 )
2023-05-19 21:45:13 +02:00
Darío Hereñú
baa6a13ff8
aws-codecommit: fix Spanish translation ( #10108 )
2023-05-19 20:53:31 +02:00
Darío Hereñú
f0220b9f80
aws-cur: add Spanish translation ( #10126 )
2023-05-19 20:47:56 +02:00
Darío Hereñú
045c9a81fe
warmd: add Spanish translation ( #10219 )
2023-05-19 20:46:29 +02:00
Darío Hereñú
829811bda7
autossh: add Spanish translation ( #10045 )
2023-05-19 20:45:48 +02:00
Darío Hereñú
dfe538d048
astyle: add Spanish translation ( #10161 )
2023-05-19 20:40:20 +02:00
Darío Hereñú
1f548ae41b
xsltproc: add Spanish translation ( #10195 )
2023-05-19 20:36:27 +02:00
Darío Hereñú
d917a8a1a0
yaa: add Spanish translation ( #10193 )
2023-05-19 20:35:37 +02:00
Alex Artavia
f270a1c961
acountry: add Spanish translation ( #9971 )
2023-05-19 20:31:47 +02:00
Darío Hereñú
400be9caa2
arping: add Spanish translation ( #9986 )
2023-05-19 20:26:45 +02:00
K.B.Dharun Krishna
cb63abbcd7
sensible-editor: update path placeholder ( #10245 )
2023-05-19 19:52:33 +02:00
K.B.Dharun Krishna
3dd1053ff9
ocamlfind: update path placeholders ( #10244 )
2023-05-19 19:51:42 +02:00
K.B.Dharun Krishna
13550893ba
tslint: update path placeholder ( #10242 )
2023-05-19 19:50:25 +02:00
K.B.Dharun Krishna
0305d36def
exiftool: update path placeholder ( #10241 )
2023-05-19 19:48:48 +02:00
Lena
d730a0737e
*sum: update pages to make them consistent ( #10136 )
...
* *sum: update pages to make them consistent
* md5sum: fix typo, shasum: change 'the' to 'a' for consistency
2023-05-19 15:04:36 +05:30
Darío Hereñú
3a017e0ee1
aws-google-auth: add Spanish translation ( #10152 )
2023-05-19 09:38:07 +05:30
Magrid
07dc5f4648
clip: add Italian translation ( #10050 )
...
* clip: add Italian translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-19 09:37:17 +05:30
Darío Hereñú
1c40a80628
aws-help: add Spanish translation ( #10155 )
2023-05-19 09:36:36 +05:30
Darío Hereñú
6a0fe85219
aws-iam: add Spanish translation ( #10150 )
...
* aws-iam: add Spanish translation
2023-05-19 09:36:17 +05:30
Gonzalo Matheu
3d5d15621b
git-merge: update page ( #10232 )
...
* git-merge: Added merge with strategy options
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* git-merge: -e to --edit
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-19 09:33:57 +05:30
K.B.Dharun Krishna
d9c66f9c66
eslint: update path placeholder ( #10228 )
...
* eslint: update path placeholder
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2023-05-19 09:29:50 +05:30
Seth Falco
7fb40aa6dc
input: remove english sentence from fr ( #10235 )
2023-05-19 09:28:21 +05:30
Jen
f9c1bfa488
2to3, 7za, 7zr: Dutch translations ( #10218 )
...
* 2to3: Dutch translation
* 7za: Dutch translation
* 7zr: Dutch translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-18 17:14:12 +05:30
K.B.Dharun Krishna
0b6043db44
7z,7za,7zr: update link to manned ( #10220 )
...
* 7za,7zr: update link
* 7z: update link
2023-05-18 17:13:32 +05:30
K.B.Dharun Krishna
293dbe19de
unix2mac: update placeholders ( #10221 )
2023-05-18 11:54:45 +05:30
K.B.Dharun Krishna
1f6fbcdbd1
unix2dos: update page ( #10212 )
2023-05-18 11:53:12 +05:30
K.B.Dharun Krishna
ba7eddede8
hugo: fix command ( #10211 )
2023-05-18 09:47:37 +05:30
Marek Küthe
9413c655f4
ssh-keygen: refresh page ( #9874 )
2023-05-18 05:38:04 +02:00
Jen
32e885b754
7zr: wrap argument in curly braces ( #10217 )
2023-05-18 01:59:33 +02:00
Lena
4ccd83fa92
chroma: update page ( #10202 )
2023-05-17 17:55:34 +02:00
Lena
56c232b361
luajit: add page, lua: update page ( #10206 )
2023-05-17 15:44:45 +05:30
pixel
5c745629c2
add CODEOWNERS ( #10175 )
...
* add CODEOWNERS
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-17 15:32:10 +05:30
Jen
b117200254
am, [[: add Dutch translation ( #10204 )
...
* am: add Dutch translation
* [[: add Dutch translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-17 07:27:11 +05:30
Seth Falco
0552a9d194
[, [[: reword description ( #10205 )
2023-05-16 21:22:48 +02:00
Kurtis Hanson
f9b77c282f
aws-cloudformation: add page ( #10116 )
...
* aws-cloudformation: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-16 22:46:18 +05:30
Ethan Leitch
0ef8262616
boxes: add page ( #9961 )
...
* boxes: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-16 22:45:01 +05:30
cyqsimon
534dc1ab21
xmlstarlet: add page ( #9952 )
...
* xmlstarlet: add page
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-16 22:30:50 +05:30
g2g
011e3c8c7d
molecule: add command ( #9794 )
2023-05-16 22:26:29 +05:30
Lena
c6b9dbfa96
systemd-analyze, systemd-run: update page ( #10105 )
...
* systemd-run: change 'executable' placeholders to 'command' for consistency
* systemd-analyze: update page
* systemd-run: remove double space
2023-05-16 18:38:05 +05:30
Zhizhen He
89496f5e28
imgcat: correct iTerm2 name ( #10201 )
2023-05-16 14:49:51 +02:00
Slotharmy
9788ecc8b0
arp: add German translation ( #9998 )
...
* arp.md: add German translation
* Update pages.de/common/arp.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/arp.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/arp.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/arp.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/arp.md
Co-authored-by: pixel <pixel+github@chrissx.de>
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-16 14:41:21 +02:00
K.B.Dharun Krishna
4ab42b61ff
pacman: reference other pacman pages ( #10120 )
...
* pacman: reference other pacman pages
* Update pages.fr/linux/pacman.md
2023-05-16 16:00:45 +05:30
Slotharmy
4055b709f3
aws-codecommit: add German translation ( #9988 )
...
* aws-codecommit: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-16 15:57:03 +05:30
Slotharmy
6e968991df
aws-backup: add German translation ( #9987 )
...
* aws-backup: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-16 15:55:43 +05:30
Lena
171920d034
cargo: fix documentation link ( #10200 )
2023-05-16 15:49:30 +05:30
Slotharmy
98e78f4ba0
arp-scan: add German translation ( #9999 )
...
* arp-scan.md: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-16 15:49:08 +05:30
Lena
730e1d361f
systemd-cat: add page ( #10194 )
2023-05-16 07:13:52 +02:00
Emanuele Rocca
a87a72c745
mokutil: add page ( #10180 )
...
* mokutil: add page
* Update pages/linux/mokutil.md
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
* Update pages/linux/mokutil.md
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-05-15 19:37:15 +02:00
Darío Hereñú
08ae698224
aircrack-ng: add Spanish translation ( #10023 )
...
* aircrack-ng: add Spanish translation
* Update pages.es/common/aircrack-ng.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages.es/common/aircrack-ng.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages.es/common/aircrack-ng.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-15 19:09:48 +08:00
Lena
7126f37ae6
systemd-ac-power: add page ( #10196 )
2023-05-15 11:36:59 +05:30
Yi Liu
b982cba5c0
adb-logcat: update Chinese translation ( #10007 )
2023-05-15 12:36:36 +08:00
LiangXiang Shen
2cdf733c49
n: Fix incorrect translations ( #10118 )
2023-05-15 12:22:33 +08:00
Zhizhen He
68483d500f
style-guide.zh: change brackets to follow Chinese guidelines ( #10177 )
2023-05-15 12:15:07 +08:00
Magrid
ae55985c18
fold: add page; log: add Italian translation ( #10039 )
...
* log: add Italian translation
* fold: add page
* Update fold.md
fix typo
* Update fold.md
* Update pages/linux/fold.md
Co-authored-by: Seth Falco <seth@falco.fun>
* Update pages/linux/fold.md
Co-authored-by: Seth Falco <seth@falco.fun>
* Update pages/linux/fold.md
Co-authored-by: Seth Falco <seth@falco.fun>
* Update pages.it/osx/log.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/linux/fold.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/linux/fold.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/linux/fold.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/linux/fold.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Apply suggestions from code review
---------
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-14 15:27:15 +02:00
K.B.Dharun Krishna
a0a0fa81cd
pacman-*: reference main page ( #10121 )
...
* pacman-*: reference main page
* Update the same in translation files too
* pacman-files: fix ordering
2023-05-14 13:41:37 +02:00
Lena
456bf33efd
pacman-*: add Polish translation, pacman-files: remove the example for pacman --query ( #10082 )
2023-05-14 04:59:17 +02:00
K.B.Dharun Krishna
b3f196b155
pages.*: update manpage.debian.org links to latest ( #10098 )
2023-05-14 04:49:17 +02:00
Lena
d6de0a0207
systemd-*, *ctl: add Polish translation ( #10106 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-14 04:47:25 +02:00
Lena
1ee897b35f
bat: add Polish translation ( #10109 )
2023-05-14 04:38:50 +02:00
Lena
88f8d2e323
mksquashfs: add page and Polish translation ( #10117 )
2023-05-14 04:36:49 +02:00
Lena
bba5f7b5a1
unsquashfs: add page and Polish translation ( #10151 )
2023-05-14 04:28:36 +02:00
Lena
55727ecd7b
MAINTAINERS: add @acuteenvy to collaborators ( #10190 )
2023-05-14 07:18:00 +05:30
Johan Degn
cf76221004
airdecap-ng: add page ( #9974 )
...
* airdecap-ng: add page
* Fixed typos
2023-05-14 00:27:56 +02:00
Zhizhen He
577ce2b8cf
chroma: fix style parameter ( #10183 )
2023-05-14 00:17:38 +02:00
Premnaath
866045c716
xzless: add examples ( #10179 )
...
* xzless: add examples
* Apply suggestions from code review
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-05-13 23:39:53 +02:00
pixel
4bf8650cdd
xsp: add page ( #10137 )
2023-05-13 19:44:11 +02:00
Luca
9ac29c3d2d
git-push: update Italian translation ( #10167 )
...
Co-authored-by: Luca <71693205+Luc9802@users.noreply.github.com>
2023-05-12 11:40:13 +02:00
Magrid
0e16c1c3b0
reset: add Italian translation ( #10076 )
2023-05-12 11:39:25 +02:00
Sylvestre Ledru
5756535272
tsort: add example with a string ( #10157 )
...
* tsort: Add an actual example with a string
The current example doesn't show what path/to/file should be like (or provide a concrete example)
* Apply placeholder
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Add - e to the echo cmd
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-05-11 08:57:42 +05:30
pixel
947244d7eb
MAINTAINERS: add @pixelcmtd as org owner ( #10173 )
...
Closes #10056 .
2023-05-11 08:52:49 +05:30
Zhizhen He
107a622d31
sacctmgr: fix typo ( #10176 )
2023-05-11 08:49:18 +05:30
Zhizhen He
b1a23bc8cc
az-login: fix typo ( #10178 )
...
* az-login: fix typo
* az-login: fix typo in German translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-10 16:55:34 +05:30
Nelson Figueroa
7bf330d088
kubectl-edit: add page ( #10174 )
...
* kubectl-edit: add page
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-05-10 12:40:30 +05:30
Pierre Rudloff
5bcfb117d4
rarcrack: add page ( #10163 )
...
* rarcrack: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-10 10:42:44 +05:30
ims
69acf955b1
anki, dig: add Turkish translation ( #10035 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 23:16:24 +02:00
Sylvestre Ledru
8f9529558d
gnmic-get, silicon: fix typo ( #10165 )
2023-05-09 15:43:37 +05:30
Florian Wilhelm
45cc18839d
nala: fix usage of sudo ( #10166 )
...
This page mentions using sudo for searching where no root permissions are needed, but does not mention sudo for commands that need root permission.
This commit fixes the this by adding sudo to the commands that need root. Alternatively, sudo could be removed from all commands as users might also use another way to get privileges than sudo.
2023-05-09 15:42:56 +05:30
Alper Orus
43de752277
awk: add Turkish translation ( #9969 )
2023-05-09 06:05:17 +02:00
Magrid
f8d02ad486
date: add Italian translation ( #10079 )
2023-05-09 05:59:18 +02:00
Magrid
941b79be15
tasklist: add Italian translation ( #10080 )
2023-05-09 05:58:03 +02:00
Lena
51bde75f30
resolvectl: fix typos, update page, add Polish translation ( #10099 )
2023-05-09 05:54:38 +02:00
Pierre Rudloff
dfe68a35a2
pro: add page ( #10158 )
...
* pro: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 07:47:10 +05:30
Sylvestre Ledru
66872426ea
basenc: add page ( #10164 )
...
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 07:46:16 +05:30
Lena
e299ef5f7f
sqfstar: add page and Polish translation ( #10162 )
2023-05-09 04:15:53 +02:00
Beau Jean van Bemmel
926029581f
dnf: add Dutch translation ( #10134 )
2023-05-09 04:12:49 +02:00
Beau Jean van Bemmel
080ed0c64a
dnf: update command placeholders ( #10140 )
2023-05-09 04:11:49 +02:00
Darío Hereñú
1c8b45ac2e
avrdude: add Spanish translation ( #10123 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 04:07:48 +02:00
Darío Hereñú
46bbd40c24
aws-codecommit: add Spanish translation ( #10147 )
2023-05-09 04:06:08 +02:00
Pierre Rudloff
8e2a63cce2
mysqlcheck: add page ( #10154 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 04:03:33 +02:00
Rail
a34783d2e9
gallery-dl: add page ( #10160 )
...
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 04:01:38 +02:00
Magrid
3170ce5c39
logoff: add Italian translation ( #10074 )
2023-05-09 03:46:16 +02:00
Janek
ca026d55be
avahi-browse: update page; avahi-resolve,smbnetfs: add page ( #9919 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 03:34:18 +02:00
Marlon Couto
e95abcac23
shfmt: add page ( #10113 )
...
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-05 17:35:58 +02:00
mjocc
a9816916c6
spotdl: add page ( #10142 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-05 17:34:13 +02:00
pixel
80ea4ccbdb
git-credential-cache: add page ( #10144 )
2023-05-04 12:40:34 +05:30
pixel
ff4e2a0f22
nmblookup: move to common ( #10143 )
2023-05-04 12:40:20 +05:30
pixel
fc03317eb6
hashcat: move to common ( #10145 )
2023-05-04 12:38:59 +05:30
pixel
44e8afa8ec
gh-release: use range ellipsis file thing ( #10146 )
2023-05-04 08:28:02 +05:30
c0rvu5
e33d47791d
wfuzz: add page ( #9896 )
2023-05-03 03:21:38 +02:00
Kristian
f7fa518bca
bob: add page ( #10130 )
...
* bob: add page
---------
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-02 21:14:36 +05:30
pixel
c5ec9ecc8a
gh-gist: refresh page ( #10141 )
2023-05-02 21:03:56 +05:30
pixel
9126c126f5
*: properly capitalize “Python” ( #10132 )
2023-05-02 20:46:07 +05:30
Emily Grace Seville
b614e6714c
gh-browse: refresh page: fix placeholders ( #9743 )
2023-05-02 11:30:27 +02:00
Lena
19d7368c35
bootctl: move from common to linux, update page, add Polish translation ( #10104 )
2023-05-02 11:28:00 +02:00
pixel
c130414032
workflows/mirror: remove ( #10135 )
2023-05-02 11:26:48 +02:00
vatana7
2001c814db
fixfiles: add page ( #9161 )
...
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-05-02 12:20:44 +05:30
aaryan200
993fd046fe
venv: add page ( #10078 )
...
* venv: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
2023-05-01 15:21:40 +05:30
Lena
415ebf8388
md5sum: fix typo ( #10124 )
2023-05-01 07:52:12 +02:00
Stian Lyng
7e3e1bb6f0
grim: add page ( #9886 )
...
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Stian Lyng <stianlyng@protonamail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-01 07:09:15 +02:00
KRyTeX1337
b52baff630
watch: update German translation ( #9989 )
2023-05-01 06:59:39 +02:00
K.B.Dharun Krishna
1c2154bf75
autoflake: update path ( #10083 )
2023-05-01 06:32:00 +02:00
Darío Hereñú
e9995a8249
aws-glue: add Spanish translation ( #10114 )
...
* aws-glue: add Spanish translation
* Update aws-glue.md
* Update aws-glue.md
2023-04-27 14:00:41 +08:00
Darío Hereñú
fee01f0346
aws-route53: add Spanish translation ( #10085 )
2023-04-26 14:41:36 +05:30
Alexander Bantyev
1ca4896e3b
Nix: update and add documentation for nix subcommands ( #9959 )
...
* Nix: update and add documentation for nix subcommands
Updates the documentation on the new unstable Nix command & subcommands,
and adds a separate page for the Classic Nix commands.
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: axtloss <axtlos@getcryst.al>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2023-04-26 14:15:00 +05:30
Lena
cf645f1ad2
oomctl: add page and Polish translation ( #10107 )
2023-04-26 14:12:32 +05:30
Darío Hereñú
07e4e8ac05
apktool: add Spanish translation ( #10006 )
2023-04-26 07:56:12 +05:30
Vitor Marçal
2c3ac25d65
genisoimage: add page and Brazilian Portuguese Translation ( #10068 )
...
* genisoimage: add page and Brazilian Portuguese Translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-04-23 22:55:54 +05:30
Lena
197713dfec
networkctl: add page and Polish translation ( #10091 )
...
* networkctl: add page and Polish translation
* networkctl: add backticks around systemd-networkd
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* networkctl: update Polish translation
* networkctl: add an ellipsis to placeholders
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-23 17:26:11 +05:30
Lena
79f5db9a63
makepkg: add Polish translation ( #10088 )
2023-04-23 17:25:03 +05:30
Acetylsalicylsaeure
3025f8c215
obabel: add page ( #10096 )
...
* obabel: add page
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-04-23 17:24:41 +05:30
Lena
1157c05ab8
rsync: update page, add Polish translation ( #10101 )
...
* rsync: update page, add Polish translation
* rsync: change softlinks to symlinks
2023-04-23 17:23:19 +05:30
Slotharmy
21a889f704
airodump-ng: add German Translation ( #9982 )
...
* airodump-ng.md: add German Translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-04-23 17:22:06 +05:30
Slotharmy
db7e1381e2
arping: add German translation ( #10000 )
...
* arping.md: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-04-23 17:20:41 +05:30
Slotharmy
45026934b6
airmon-ng: add German translation ( #9981 )
...
* airmon-ng.md: add German translation
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-04-23 17:19:53 +05:30
Slotharmy
c7efff5d96
aireplay-ng: add German translation ( #9980 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-04-23 13:32:37 +02:00
K.B.Dharun Krishna
7aeaf9ccb5
brotli: update page ( #10102 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-04-23 13:27:16 +02:00
Darío Hereñú
50a4cedd22
aws-cognito-idp: add Spanish translation ( #10086 )
2023-04-22 21:15:26 +08:00
Darío Hereñú
b155b6b094
aws-rds: add Spanish translation ( #10092 )
2023-04-22 21:09:23 +08:00
Ahmed Sufyan
fd267f0702
sgpt: add page ( #10095 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-22 13:55:42 +02:00
Mateusz Majewski
bfa1571257
systemd-run: update page ( #9911 )
...
* systemd-run: update page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-04-21 23:14:59 +05:30
Magrid
efabcd0e56
color: add Italian translation ( #10069 )
2023-04-21 11:42:10 +05:30
Magrid
1873a4c599
winget: add Italian translation ( #10042 )
...
* winget: add Italian translation
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-04-21 11:41:44 +05:30
Magrid
d2787720b2
exit: add Italian translation ( #10058 )
2023-04-21 11:40:52 +05:30
David Peet
4eafd9978d
cmake: add generator flag, help example ( #10087 )
...
* cmake: Add generator flag
* Add help example & generator list
2023-04-21 11:38:56 +05:30
Darío Hereñú
deeffd9df6
asciidoctor: add Spanish translation ( #9994 )
2023-04-21 11:37:41 +05:30
Darío Hereñú
423d482d14
aws-kinesis: add Spanish translation ( #10032 )
2023-04-21 11:35:15 +05:30
Magrid
d1656c0107
cd: update Spanish translation ( #10021 )
...
* cd: update Spanish translation
---------
Co-authored-by: info - chan <73496008+ImAPersonCalledBoris@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-21 11:34:26 +05:30
Magrid
0f672fbaed
powershell: add Italian translation ( #10024 )
...
* powershell: add Italian translation
---------
Co-authored-by: info - chan <73496008+ImAPersonCalledBoris@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2023-04-21 11:31:10 +05:30
Darío Hereñú
51f2bdbadc
apg: add Spanish translation ( #10013 )
2023-04-21 11:25:04 +05:30
Darío Hereñú
9071a834c8
aws-configure: add Spanish translation ( #10009 )
2023-04-21 11:24:52 +05:30
Magrid
bf4450fcee
beep: add Italian translation ( #10049 )
2023-04-21 11:06:16 +05:30
fishsticksnom
5751f256c7
charm: add page ( #10051 )
...
* charm: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-21 11:05:42 +05:30
Magrid
62af8424ef
explorer: add Italian translation ( #10061 )
2023-04-21 11:01:21 +05:30
Magrid
0ecdd499b2
ftp: add Italian translation ( #10060 )
2023-04-21 11:00:25 +05:30
Magrid
3ff1189a1f
attrib: add Italian translation ( #10064 )
2023-04-21 10:56:53 +05:30
Magrid
428f62ce55
choco-apikey: add Italian translation ( #10066 )
2023-04-21 08:46:23 +05:30
Magrid
b3d7dcd977
choco: add Italian translation ( #10065 )
2023-04-21 08:46:11 +05:30
Kurtis Hanson
31d8c94329
eksctl: add page ( #10081 )
2023-04-20 13:52:24 +05:30
Abdul Rafay
a00fa70520
envycontrol: add page ( #9889 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-19 16:54:38 +05:30
OneDragon424
b96c2270b1
clash: add page ( #10084 )
2023-04-17 20:14:04 +05:30
K.B.Dharun Krishna
460d252e40
blender: update link in translations ( #10073 )
...
* it/blender: update link
* ko/blender: update link
2023-04-17 20:13:28 +05:30
Magrid
251f87923a
tracert: add page ( #10059 )
2023-04-14 23:33:32 +09:00
fishsticksnom
a34dcffb1a
skate: add page ( #10044 )
2023-04-14 23:32:51 +09:00
Darío Hereñú
021d2c2867
autopep8: add Spanish translation ( #10070 )
2023-04-14 14:53:51 +08:00
K.B.Dharun Krishna
3027968740
asar: update path placeholders ( #10046 )
...
* asar.md: update path placeholders
2023-04-14 11:13:18 +05:30
K.B.Dharun Krishna
bfa23efeca
apktool: update path placeholders ( #10047 )
2023-04-14 11:11:43 +05:30
Seth Falco
50145c29ac
chore: check black version before running ( #10063 )
2023-04-13 22:58:23 +01:00
kypkk
1b6b826a7e
chezmoi: add traditional Chinese translation ( #10062 )
...
* chezmoi: add Chinese_TW translation
* Update pages.zh_TW/common/chezmoi.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.zh_TW/common/chezmoi.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* chezmoi: modify traditional Chinese translation
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-04-13 23:51:29 +08:00
K.B.Dharun Krishna
eda4d93ada
blender: update link ( #10071 )
2023-04-13 13:34:01 +05:30
K.B.Dharun Krishna
1823d2bec4
copyq: update link ( #10072 )
...
* copyq: update link
* ko/copyq: update link
2023-04-13 15:59:16 +08:00
mSamiolo
bead5b8458
mpicc: add page and Italian translation ( #9966 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2023-04-13 08:16:41 +05:30
Magrid
834022d021
cd: add Spanish translation, apk: add Italian translation ( #10022 )
...
Co-authored-by: info - chan <73496008+ImAPersonCalledBoris@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2023-04-12 22:16:29 +02:00
Magrid
a0c51fb06f
diskpart: add Italian translation ( #10033 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-12 21:09:46 +02:00
Marek Küthe
62580eba10
netcat: refresh page ( #9926 )
2023-04-11 19:16:15 +01:00
K.B.Dharun Krishna
e162894ac7
betty: update page ( #10048 )
2023-04-11 09:32:50 +05:30
Seth Falco
9589f1380d
arp: remove clear cache example ( #10005 )
2023-04-10 22:43:46 +05:30
K.B.Dharun Krishna
8241742057
assimp: update link ( #9964 )
2023-04-10 22:40:59 +05:30
Darío Hereñú
67f16bec5c
avo: add Spanish translation ( #10002 )
2023-04-11 01:07:51 +08:00
elderica
12ebd86cad
git-commit: add Japanese translation ( #10008 )
...
* git-commit: add Japanese translation
* git-commit: translate placeholders into Japanese
2023-04-10 22:20:49 +05:30
K.B.Dharun Krishna
d669a72bc8
stale.yml: bump actions/stale version to v8 ( #10014 )
2023-04-10 22:16:32 +05:30
K.B.Dharun Krishna
261040d3c8
codespell.yml: bump tj-actions/changed-files version to latest ( #10015 )
2023-04-10 22:16:20 +05:30
Darío Hereñú
a87206c0b5
ansible-inventory: add Spanish translation ( #10017 )
2023-04-11 00:43:36 +08:00
Magrid
b8956e2bf1
chkdsk, cls, dir, del: add Italian translation ( #10031 )
...
* chkdsk: add Italian translation
* cls: add Italian translation
* dir: add Italian translation
* del: add Italian translation
---------
Co-authored-by: info - chan <73496008+ImAPersonCalledBoris@users.noreply.github.com>
2023-04-11 00:35:18 +08:00
Magrid
08b8239eca
ipconfig: add Italian translation ( #10036 )
2023-04-11 00:26:26 +08:00
Seth Falco
c13de91698
asar: fix dir structure ( #10041 )
2023-04-10 10:56:58 +05:30
Adeepa Gunathilake
549933634c
cp: add -t example ( #9866 )
...
* cp: add -t example
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-04-10 10:49:34 +05:30
KRyTeX1337
fb7c5c3eae
watch: add command ( #10027 )
2023-04-09 23:51:50 +05:30
Lauren Szlosek
16d7f93aea
tlmgr-pinning: add page ( #9991 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-09 05:23:36 +05:30
Seth Falco
0fdfd4cf4e
snort: add page ( #10018 )
2023-04-08 19:19:46 +05:30
Francesco Franchina
eebdfeb212
node, npx: add Italian translation ( #8898 )
2023-04-08 13:50:24 +01:00
Francesco Franchina
5f514ce8a5
node, npx: fix of a command and clearer descriptions ( #8899 )
2023-04-08 13:50:02 +01:00
Emanuele Rocca
cd7e9bc003
mmdebstrap: add page ( #10011 )
2023-04-08 15:25:04 +05:30
Hugo Locurcio
401f0388c3
git-am, git-apply: add and tweak remote patch examples ( #10019 )
...
`curl` now uses the `-L` option to follow redirects, which is required
when applying patch files from GitHub URLs. The example was also added
to `git-am` where it works too.
The difference between `git-am` and `git-apply` was also clarified in each
command's description.
2023-04-08 15:14:32 +05:30
Alper Orus
3e3230b8c3
rg: add Turkish translation ( #9936 )
...
* rg: add Turkish translation
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Tan Siret A <40173707+yutyo@users.noreply.github.com>
2023-04-08 14:56:23 +05:30
ErlanRG
13b54905fe
picom: new command page ( #10016 )
2023-04-08 14:54:15 +05:30
Seth Falco
9e98a0b95b
ifmetric: add page ( #10012 )
...
* ifmetric: add page
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-07 09:38:12 +01:00
Emanuele Rocca
c06fee4dd0
nvme: add page ( #10010 )
2023-04-06 09:31:33 +05:30
Yi Liu
df3a840633
ani-cli: add Chinese translation ( #9996 )
2023-04-02 14:54:39 +05:30
pixel
30af7e3cc8
netcat: add page ( #9997 )
2023-04-02 16:57:45 +08:00
pixel
3df423bce8
pwsh: refresh page ( #10003 )
2023-04-02 13:42:14 +05:30
Vaibhav Venkat
021bb30593
rgpt: update page to include shorter flag names ( #9970 )
2023-04-01 22:54:43 +00:00
Alexandre ZANNI
8644f6c90e
shards: add French translation ( #9972 )
2023-04-01 22:54:03 +00:00
Johan Degn
e11e8c2589
wpaclean: add page ( #9977 )
2023-04-01 22:53:29 +00:00
Robert Ellegate
be67209702
procs: move from pages/linux to pages/common ( #9976 )
2023-04-01 22:52:49 +00:00
Yi Liu
f3a5917a86
anki: add Chinese translation ( #9993 )
2023-04-01 22:49:05 +00:00
Axel Navarro
6d545534f3
adb-logcat, logcat: add --pid examples ( #9893 )
2023-04-01 22:48:20 +00:00
Kenan Hanke
d9f6feb968
tcc: add page ( #9894 )
2023-04-01 22:47:22 +00:00
Aavash Chhetri
05e31d5f9c
xzgrep: add page ( #9983 )
2023-04-01 21:43:28 +00:00
Robert Ellegate
d2fc972754
mcfly: add page ( #9975 )
2023-04-01 21:42:48 +00:00
pixel
07bec36551
lex: split posix, bsd and linux ( #10001 )
2023-04-01 10:20:08 +05:30
Fernando Fontana
90499b3bf2
bleachbit_console: add page ( #9610 )
2023-04-01 00:13:37 +00:00
Marek Küthe
e0d387d10e
pystun3: add page ( #9968 )
2023-03-30 18:24:30 +02:00
Marek Küthe
9d8fabbea8
stun: add page ( #9967 )
2023-03-30 18:19:15 +02:00
Alexandre ZANNI
e7ca620ed9
rhash: add page ( #9973 )
...
* rhash: add new command
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-30 21:46:52 +05:30
Slotharmy
49b8985c6c
aircrack-ng: add German translation ( #9938 )
...
* Create aircrack-ng.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-03-30 20:16:02 +05:30
Gianni Young
bc32d3ae72
vhs: add page ( #9990 )
...
* vhs: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-29 16:33:43 +08:00
Darío Hereñú
0317ac7fdd
audacious: add Spanish translation ( #9992 )
2023-03-28 13:49:30 -03:00
K.B.Dharun Krishna
46ab966a5a
Community: Update Gitter links to Matrix, Update Badges, Remove editor extensions ( #9898 )
...
* Community: Update Gitter links to Matrix
* Update MAINTAINERS Chatroom links (2021-2013)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update Final Gitter Links with Issue, Fix wrong date
* COMMUNITY-ROLES: add Matrix link
* Remove Space in Issue template
* Apply suggestions from code review
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
* Update MAINTAINERS.md
* Update matrix badge
* CONTRIBUTING: Update matrix badge
* README: Update badges
* CONTRIBUTING: Update badges
* README: Remove editor extensions
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-03-27 10:44:21 +05:30
Abdul Rafay
eb0e2487cc
nala: add page ( #9890 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-26 10:26:49 +05:30
Darío Hereñú
e096d4ce27
asar: add Spanish translation ( #9984 )
2023-03-26 00:02:21 +08:00
Emily Grace Seville
8094d4d26f
Update md-to-clip page: ( #9978 )
...
- add new examples
2023-03-23 18:38:10 +01:00
Johan Degn
986a888606
tftp: add page ( #9956 )
...
* tftp: add page
* Elaborated on tftp client commands
* Change to the mode example
2023-03-23 11:37:38 +08:00
Darío Hereñú
fe1a78519b
assimp: add Spanish translation ( #9963 )
...
* assimp: add Spanish translation
* Update pages.es/common/assimp.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-22 00:24:56 +08:00
Jonathan
b737629798
prqlc: add page ( #9921 )
...
* Create prqlc.md
* Rename prqlc.md to prqlc.md
* Update pages/common/prqlc.md
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
* Update pages/common/prqlc.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/prqlc.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/prqlc.md
---------
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 21:01:56 +05:30
Shubham Kshetre
c32d57a086
insmod: add page ( #9962 )
...
* insmod: add page
* Update pages/linux/insmod.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/insmod.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/insmod.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-21 23:24:32 +08:00
Alex Artavia
66e3f4adce
linux/a*: add Spanish translation ( #9883 )
...
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-21 20:54:18 +05:30
Darío Hereñú
16ea067e55
astronomer: add Spanish translation ( #9960 )
...
* astronomer: add Spanish translation
* Update pages.es/common/astronomer.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 23:06:23 +08:00
Darío Hereñú
ebac646738
aria2c: add Spanish translation ( #9958 )
...
* aria2c: add Spanish translation
* Update aria2c.md
* Update pages.es/common/aria2c.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 22:07:40 +08:00
Darío Hereñú
87814385d5
[[: add Spanish translation ( #9955 )
2023-03-21 11:47:51 +08:00
cyqsimon
36e2578753
systemd-run: add page ( #9949 )
...
* systemd-run: add page
* systemd-run: fix minor typo
* systemd-run: reorder wording to reduce ambiguity
* systemd-run: apply review suggestions
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 11:19:40 +08:00
Darío Hereñú
18fb7ac920
argocd-app: add Spanish translation ( #9948 )
2023-03-21 11:14:45 +08:00
Johan Degn
08d2d8499a
dropbearconvert: add page ( #9946 )
...
* dropbearconvert: add page
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
---------
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2023-03-21 10:46:44 +08:00
Alper Orus
07a4a8e168
fzf: add Turkish translation ( #9925 )
...
* Create fzf.md
* Update pages.tr/common/fzf.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update fzf.md
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-20 21:18:17 +08:00
Edoardo Sanna
e4cbb64086
az-devops: add page ( #9951 )
...
* az-devops: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-20 17:42:29 +05:30
Edoardo Sanna
39fc888d2f
az-repos: add page ( #9953 )
2023-03-20 17:38:52 +05:30
Darío Hereñú
c723b95498
airodump-ng: add Spanish translation ( #9934 )
2023-03-20 19:42:28 +08:00
Vaibhav
48a9f766a2
rgpt: create page ( #9918 )
...
* rgpt: create page
* rgpt: fix formatting issues
* rgpt: Have better formatting in the description
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* rgpt: better formatting for the verbose description
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* rgpt: rename gpt3 to gpt
rename gpt3 to gpt because it now supports gpt3.5
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-20 15:01:52 +08:00
Alper Orus
abeb05f062
cp: add Turkish translation ( #9923 )
...
* Create cp.md
* Update cp.md
translated path/to brackets.
2023-03-20 14:38:19 +08:00
Marek Küthe
9ce235b6ef
birdc: initial creation ( #9929 )
...
Signed-off-by: Marek Küthe <m.k@mk16.de>
2023-03-20 13:29:11 +08:00
Johan Degn
b2d0ab3fc5
dropbearkey: add page ( #9945 )
...
* dropbearkey: add page
* 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-03-20 13:09:16 +08:00
K.B.Dharun Krishna
128506d40e
distrobox-enter: update Tamil translation
2023-03-19 17:21:16 +05:30
K.B.Dharun Krishna
8965d3f153
distrobox: update pages and Tamil translation
...
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-19 17:21:16 +05:30
K.B.Dharun Krishna
9a549b6c86
distrobox-*: update pages
2023-03-19 17:21:16 +05:30
Rajesh G
67757373a1
distrobox-*: update and add pages
...
✨ feat: distrobox documentation
✨ distrobox: add page
✨ distrobox: doc for each subcommand
💄 distrobox: beautify docs
💄 distrobox: beautify docs
✏ fix: more command info
fix: minor cleanup
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
🩹 fix: minor cleanup
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
🩹 fix: minor cleanup
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-03-19 17:21:16 +05:30
Axel Navarro
fd1f3808bd
docker-tag: add page ( #9940 )
2023-03-15 18:12:25 +05:30
Johan Degn
5a93c34dad
dbclient: add page ( #9944 )
...
* dbclient: add page
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-03-14 19:35:24 +05:30
Marek Küthe
9a001126ea
babeld: add page ( #9931 )
...
Signed-off-by: Marek Küthe <m.k@mk16.de>
2023-03-13 10:44:54 +05:30
Marek Küthe
8a0053905a
fastd: add page ( #9932 )
...
Signed-off-by: Marek Küthe <m.k@mk16.de>
2023-03-13 10:43:35 +05:30
Axel Navarro
67c4229193
docker-pull: add page ( #9941 )
...
* docker-pull: add page
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-13 10:43:04 +05:30
Darío Hereñú
403d9c99ba
apm: add Spanish translation ( #9942 )
...
---------
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-13 10:42:31 +05:30
Leandro Villari
23b1c3fed6
xcopy: add Italian translation ( #9943 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Marco Bonelli <mb5.marcob@gmail.com>
2023-03-13 01:09:50 +01:00
andrewonyango
dd4135b1e6
update ffmpeg syntax for the -codec switch ( #9927 )
...
as far as i can tell, the syntax does not use `:video` and `:audio` for the stream specifier, and instead uses `:v` and `:a`, respectively
i'm on version 4.4.2, on ubuntu
`ffmpeg is already the newest version (7:4.4.2-0ubuntu0.22.04.1)`
2023-03-13 01:07:47 +08:00
Patrick R
45909948c8
sed: improve description of -i option ( #9935 )
...
* sed: improve description of -i option
The original description makes it sound like sed would wait for additional input while it actually just modifies the specified file in-place.
* Stylistic improvement to sed.md
Minor stylistic improvements to the in place flag.
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-13 00:59:51 +08:00
Yi Liu
28e3c762f9
ajson: add Chinese translation ( #9939 )
2023-03-12 22:19:59 +05:30
Marek Küthe
bc1d2b0949
bird: initial creation ( #9928 )
...
Signed-off-by: Marek Küthe <m.k@mk16.de>
2023-03-12 19:52:21 +05:30
seratym
0011a2ea46
handlr: add page ( #9922 )
2023-03-11 21:14:23 +00:00
Brock R
8d7bd99fc7
podman-*: add page ( #8785 )
2023-03-11 17:52:08 -03:00
K.B.Dharun Krishna
ad4af3a8c6
vso: add page ( #9730 )
2023-03-11 17:50:27 -03:00
K.B.Dharun Krishna
380a396bf9
apx: refresh page ( #9725 )
...
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-11 12:26:22 +05:30
Marek Küthe
a0e6b5341a
openvpn: update key generation command ( #9924 )
2023-03-10 21:30:19 +00:00
Johan Degn
e21d3e0d11
stegsnow: add page ( #9933 )
2023-03-10 21:20:23 +00:00
3voltAmperes
894af2e2b4
git-show-unmerged-branches: add German translation ( #9425 )
2023-03-07 08:13:51 -03:00
Ethan Liu
cd94f05a47
airodump-ng: add Chinese translation ( #9897 )
2023-03-07 08:12:57 -03:00
Johan Degn
65c606b09b
grub-file: add page ( #9917 )
2023-03-07 08:11:20 -03:00
Johan Degn
65b3cd4f60
aircrack-ng: add page ( #9913 )
2023-03-07 08:09:55 -03:00
Johan Degn
5ed728757f
grub-set-default: add page ( #9915 )
2023-03-07 08:08:28 -03:00
Johan Degn
ed4603c7fe
grub-reboot: add page ( #9914 )
...
* grub-reboot: add page
* Apply suggestions from code review
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-07 12:51:38 +08:00
Darío Hereñú
1201ad51bc
apropos: add Spanish translation ( #9912 )
...
* apropos: add Spanish translation
* apropos: fix incorrect path
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-06 23:49:20 +08:00
Chetan0402
864d79c0b1
whisper: add page ( #9901 )
...
* whisper: add page
---------
Co-authored-by: Ein Verne <git@einverne.info>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-06 20:09:02 +05:30
Emily Grace Seville
397b2eeb09
README: mention Command Line Interface Pages project ( #9809 )
...
* Mention "Better TlDr"
2023-03-06 14:31:16 +00:00
Giovanni Paolo
372a9ceea0
gsettings: fix typo ( #9916 )
2023-03-05 10:50:31 +05:30
Osama Albahrani
806d883d3d
split: update page ( #9887 )
...
OSX also has the same option with the same syntax.
2023-03-04 16:29:42 +08:00
Paula Vidas
86aa29407d
openai: add page ( #9909 )
2023-03-03 15:35:21 +05:30
Maksim Verkhoturov
c58ac271b9
gummy: add page ( #9900 )
2023-03-03 08:10:01 +09:00
kazoni
ff65957f4b
prompt: add page ( #9377 )
2023-03-02 13:34:38 -03:00
Darío Hereñú
9f26ea80a6
cut: update Spanish translation ( #9902 )
2023-03-02 13:28:19 -03:00
Darío Hereñú
80a5c5532a
argon2: add Spanish translation ( #9907 )
2023-03-02 13:26:47 -03:00
Darío Hereñú
3bbd01ed3a
arch: add Spanish translation ( #9905 )
2023-03-02 13:25:14 -03:00
bataliero
432311b4ed
argocd, argocd-app: add page ( #9846 )
...
* argocd: add page
* argocd-app: add page
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-03-02 21:46:17 +05:30
Kumamoto
adbf664932
pyenv: add Japanese translation ( #9904 )
2023-03-02 13:37:38 +05:30
Johan Degn
f5bd4f410c
arpspoof: add page ( #9903 )
...
* arpspoof: add page
* Apply suggestions from code review
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-02 13:34:12 +05:30
Axel Navarro
cbefbffb97
docker-update: add page ( #9888 )
2023-03-01 17:43:35 +05:30
Emily Grace Seville
f04fae80aa
Add Command Line Interface Pages project support ( #9845 )
...
* Add `clip-view` page
* Fix extensions
* Add `md-to-clip` page
* Fix description
* Fix code example descriptions
* Add better description for `clip-view`
* Update pages/common/clip-view.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update tool's urls
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Refresh `md-to-clip` page:
- update url as repo has been renamed, today
* Refresh `clip-view` page:
- update url as repo has been renamed, today
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-01 17:25:35 +05:30
Seth Falco
a02542c3df
opt: fix typo ( #9895 )
2023-02-27 11:35:59 +05:30
Janek
49046fd6be
nmblookup: add page ( #9786 )
2023-02-26 18:34:36 -03:00
K.B.Dharun Krishna
3646aba830
gcc: fix typo ( #9871 )
2023-02-26 18:33:25 -03:00
Seth Falco
16d7c72f7c
.gitattributes: specify eol as LF ( #9892 )
2023-02-26 18:31:31 -03:00
Ethan Liu
34e23384e7
aireplay-ng: add Chinese translation ( #9891 )
2023-02-24 11:10:20 +08:00
Emily Grace Seville
b1796140e4
Make integer placeholder convertible to CLIP placeholder: ( #9880 )
...
- seconds keyword is not recognized, but concrete integer value is
2023-02-22 16:22:36 +08:00
Emily Grace Seville
6ea92d50ed
expr: refresh page ( #7999 )
...
* Refresh page:
- better grammar in descriptions
- more examples
- reorder examples
* Fix the last example
* Some rewordings
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* Rewording again
* Fix errors
* Change placeholders:
- use an actual value in some placeholders
- use generic placeholders instead of some actual values
* Add note about supported operators
* Update pages/common/expr.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Fix quoting and simplify descriptions
* Fix `index` description
* Apply suggestions from code review
---------
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-21 15:27:06 +05:30
Spicyyboi
846b6422c7
clang, clang++, clang-format, clang-tidy: add German translation ( #9427 )
...
* clang, clang++, clang-format, clang-tidy: add German translation
* Update pages.de/common/clang-format.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/clang-tidy.md
Co-authored-by: pixel <pixel+github@chrissx.de>
* Update pages.de/common/clang-tidy.md
Co-authored-by: pixel <pixel+github@chrissx.de>
---------
Co-authored-by: pixel <pixel+github@chrissx.de>
2023-02-21 14:56:04 +08:00
IngridMorstrad
3d77e1a35c
rg: Add example for searching filenames ( #9856 )
...
* rg: Add example for searching filenames
* Reduce to 8 commands
2023-02-21 14:53:19 +08:00
Emily Grace Seville
cf0e914f0c
Make `tar` placeholders convertible: ( #9882 )
...
- use ellipsis
- add path/to prefix
2023-02-21 14:47:34 +08:00
Darío Hereñú
b8e85852a8
aireplay-ng: add Spanish translation ( #9690 )
...
* aireplay-ng: add Spanish translation
* Update pages.es/common/aireplay-ng.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages.es/common/aireplay-ng.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
---------
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-02-21 14:43:37 +08:00
Martin
c82cccf108
keytool: add page ( #9675 )
...
* keytool: add page
* Integrate PR comments
* PR comments #2
2023-02-21 13:30:55 +08:00
Emily Grace Seville
6dbd66054a
Get rid of contractions ( #9879 )
2023-02-21 12:56:20 +08:00
jpetot
4669efef74
act: add command for specific workflow ( #9855 )
...
* Add specific workflow to act
* Update pages/common/act.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
---------
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2023-02-21 12:08:36 +08:00
Jakub Wlodek
0b6ec15a60
module: Adding additional 'use' subcommand to tldr page for module ( #9867 )
...
* Adding additional 'use' subcommand to tldr page for module
* Update pages/linux/module.md
Update command example and description to better reflect official docs.
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-21 11:46:23 +08:00
Darío Hereñú
a539fef4b8
bc: updated Spanish translation ( #9877 )
2023-02-20 17:06:56 +08:00
Darío Hereñú
a124b1280a
[: update Spanish translation ( #9876 )
...
* [: update Spanish translation
* Update [.md
2023-02-20 15:49:21 +08:00
Darío Hereñú
e527737dc9
cd: update Spanish translation ( #9875 )
...
* cd: updated Spanish translation
* Update cd.md
2023-02-20 15:43:58 +08:00
Darío Hereñú
5e46f36629
adb-logcat: add Spanish translator ( #9857 )
2023-02-20 15:35:29 +08:00
Emily Grace Seville
c52cc074d9
windows/*.md: make placeholders more compatible with CLIP ones ( #9872 )
...
* Make placeholders more compatible with CLIP ones
* Update pages/windows/doskey.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/windows/doskey.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 15:23:49 +08:00
Emily Grace Seville
dcb6919bbf
Make placeholders more compatible with CLIP: ( #9870 )
...
- use placeholders for numbers
- use "path/to" and "file"
- simplify ip placeholders
2023-02-20 15:16:13 +08:00
Emily Grace Seville
d70f57f592
osx/*.md: make placeholders more compatible with CLIP ones ( #9863 )
...
* Make placeholders more compatible with CLIP ones:
- https://github.com/command-line-interface-pages/prototypes/pull/32
* Update pages/osx/xsltproc.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/osx/dd.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 15:05:58 +08:00
Emily Grace Seville
bd7f880e9e
osx/codesign.md: make placeholders auto convertible to CLIP ones ( #9860 )
...
* Make placeholders auto convertible to CLIP ones
- https://github.com/command-line-interface-pages/prototypes/pull/32
* Fix remaining placeholder
* Make placeholders auto convertible to CLIP ones
- https://github.com/command-line-interface-pages/prototypes/pull/32
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 14:59:02 +08:00
Emily Grace Seville
fda34ea2e3
osx/asr.md: make placeholders auto convertible to CLIP ones ( #9859 )
...
* Make placeholders auto convertible to CLIP ones
- https://github.com/command-line-interface-pages/prototypes/pull/32
* Fix remaining placeholder
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update pages/osx/asr.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-20 14:50:10 +08:00
Suninsky
5448781256
jmap: add dump live objects only. ( #9865 )
2023-02-19 21:30:53 +08:00
Emily Grace Seville
9dc7ea7281
osx/cot: update placeholder
2023-02-19 18:04:39 +05:30
Emily Grace Seville
aa7ba084cf
osx/as.md: update placeholders
...
* Make placeholders recognizable by CLIP converter
- https://github.com/command-line-interface-pages/prototypes/pull/32
* Update pages/osx/as.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-19 18:02:05 +05:30
Managor
931ba2f79c
yt-dlp: refresh page ( #9852 )
2023-02-19 18:00:37 +05:30
Emily Grace Seville
02830dbd90
osx/csrutil.md: update placeholder
...
- https://github.com/command-line-interface-pages/prototypes/pull/32
2023-02-19 18:00:07 +05:30
Isaak
ba6f71b09b
b3sum: add page ( #9838 )
...
* b3sum: add page
* Update pages/common/b3sum.md
Accepting suggested changes
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/common/b3sum.md
Accepting suggested changes
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/common/b3sum.md
Accepting suggested changes
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-19 20:20:30 +08:00
Darío Hereñú
c566cd03b4
adb-shell: add Spanish translation, update English page ( #9868 )
...
* adb-shell: add Spanish translation
* Update adb-shell.md
* adb-shell: update / to or
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-19 17:09:26 +05:30
David Ansart
ef417f9ab5
lftp : add login option to connect to the server ( #9878 )
2023-02-19 16:47:20 +05:30
Carl
65a4592a6f
gfortran: add page ( #9854 )
2023-02-17 12:54:44 +05:30
Ethan Liu
ff4a82eecf
graphviz filter commands: add Chinese translation ( #9864 )
2023-02-17 12:53:44 +05:30
Ethan Liu
503eab5f32
screencap: add Chinese translation ( #9869 )
2023-02-17 12:49:27 +05:30
Emily Grace Seville
ee03476c88
gh-workflow: refresh page ( #9761 )
...
* Use `|` instead of `_or_`
* Fix placeholders
2023-02-16 20:09:23 +05:30
Gingeh
f7cc9d4d35
retry: add page ( #9849 )
2023-02-16 13:56:09 +05:30
David Ansart
8e421f41f7
arping : pages.fr : spelling mistake : "jour" instead of "hour" ( #9840 )
2023-02-15 12:55:46 +08:00
David Ansart
5147889fe8
git-filter-repo : all commands use the same command "git filter-repo" instead of sometimes "git-filter-repo" ( #9841 )
2023-02-15 05:39:54 +05:30
Ravi
4e6e06483e
setcap: add page ( #9850 )
...
* setcap: add page
* Update pages/linux/setcap.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-14 12:56:54 +05:30
Darío Hereñú
a624fa1a9e
mid3v2: add Spanish translation ( #9790 )
2023-02-13 09:57:49 -03:00
Jaime
ed0fa9affb
ping, ping6: add Spanish translation ( #9803 )
2023-02-13 09:38:48 -03:00
Darío Hereñú
0b69aacbf7
afconvert: add Spanish translation ( #9834 )
2023-02-13 09:35:09 -03:00
Darío Hereñú
04d140a298
adb-install: add Spanish translation ( #9839 )
2023-02-13 09:30:39 -03:00
Darío Hereñú
d38503ee9b
age: add Spanish translation ( #9844 )
2023-02-13 09:15:21 -03:00
Darío Hereñú
ef2fb70040
7zr: add Spanish translation ( #9848 )
2023-02-13 09:11:26 -03:00
Darío Hereñú
cafd25954a
acme.sh: add Spanish translation ( #9851 )
2023-02-13 09:09:46 -03:00
Darío Hereñú
4877f26dd9
amass-db: add Spanish translation ( #9795 )
2023-02-13 09:07:23 -03:00
Managor
6ec6912cd4
wall: refresh page ( #9842 )
2023-02-11 22:55:31 +05:30
Darío Hereñú
8d10b46f1e
ani-cli: add Spanish translation ( #9847 )
2023-02-11 22:59:00 +08:00
Florian Wilhelm
cff95fd1f1
ostree: add page ( #9843 )
...
* ostree: add page
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-09 20:22:17 +05:30
Emily Grace Seville
6b405eb7e0
Remove rules for ranges and options ( #9793 )
...
* Remove rules for ranges and options
* Return "Option syntax"
2023-02-09 07:47:56 +05:30
seedgou
db0459e834
README.md: change web client url to tldr.inbrowser.app ( #9722 )
2023-02-08 14:33:28 -03:00
Onkar Ruikar
1f028af0f0
sleep: refresh page ( #9631 )
...
* sleep: add commands
* Add separate file for Linux tree
2023-02-08 22:03:28 +05:30
Emily Grace Seville
f6692c871f
qm-cloudinit-dump: refresh page ( #9707 )
...
* Fix placeholders in `qm-cloudinit-dump`
2023-02-08 22:02:30 +05:30
Fossen93
f3a6ec44f4
title: add Norwegian translation ( #9824 )
2023-02-08 21:12:27 +05:30
Kumamoto
f9bad725de
docker-system, docker-compose: add Japanese translation, update page ( #9828 )
...
* docker-system: add Japanese translation
* docker-compose: add Japanese translation
* Update pages.ja/common/docker-compose.md: add a note that the container is running
* Update pages/common/docker-compose.md: exchange short option for long one
* Update pages.ja/common/docker-compose.md: exchange short option for long one
* docker-compose: update command to long flag
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-08 21:01:15 +05:30
Axel Navarro
d6d48e8c3c
arch: add -arm64 example ( #9830 )
2023-02-07 15:22:36 -03:00
josephineHonore
de541d7d18
gcloud: add Danish translation ( #9825 )
...
* Create gcloud.md
* gcloud: update danish page
* fix review comments
2023-02-07 11:48:23 +08:00
Jaime
b4e6d74f7c
ps: add Spanish translation ( #9815 )
...
* ps: add Spanish translation
* ps: fix type error
* ps: fix Spanish translation
* ps: fix type error
2023-02-07 11:32:38 +08:00
Darío Hereñú
bc3416f4d1
ansiweather: add Spanish translation ( #9832 )
2023-02-07 11:14:31 +08:00
Fernando Fontana
cbac3166ae
osv-scanner: add page ( #9831 )
...
* osv-scanner: add page
The Open Source Vulnerability (OSV) Database is a distributed vulnerability database for open source ecosystems.
* Apply suggestions from code review
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* osv-scanner: fix syntax
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-07 11:00:18 +08:00
Managor
333d66b562
git-revert: add specific commit example ( #9833 )
2023-02-06 18:28:55 +05:30
Emily Grace Seville
20ce3c4696
cmd: refresh page ( #7988 )
...
* Refresh a page:
- better grammar
- better token syntax
* Remove redundant quotes
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Make page consistent with `pwsh` page and:
- add more mnemonics
---------
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2023-02-05 15:51:25 +01:00
Slobodyanyuk
01432562fe
asciidoctor: add Russian translation ( #9760 )
...
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-02-05 12:44:56 +05:30
Fernando Fontana
d983fd1054
pake: add page ( #9822 )
...
* pake: add page
* pake: edit examples
Add a concrete example instead of a generic one.
* pake: remove unnecessary text
Removed the "[options]" generic flag to conform with tldr-pages standards, offering concrete examples instead.
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* pake: accept suggestion
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pake: accept suggestion
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pake: accept suggestion
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-04 20:16:01 +01:00
lnkkerst
f96a5a7307
unar: add Chinese translation ( #9829 )
2023-02-04 23:52:55 +08:00
Kumamoto
3dd15af78b
docker-start, docker-build: add Japanese translation ( #9814 )
2023-02-04 08:03:32 +05:30
Tim Chaffin
766d4d7cf8
aiac: add page ( #9807 )
2023-02-03 20:08:40 +05:30
Nuttapong Rojanavanich
3a73b476e0
pbcopy,pbpaste: add Thai translations ( #9791 )
2023-02-03 10:08:01 +05:30
Darío Hereñú
f46fc25fcd
aria2: add Spanish translation ( #9823 )
2023-02-03 10:02:00 +05:30
pixel
9c1f14626f
head: split POSIX, BSD and GNU ( #9818 )
2023-02-03 09:54:27 +05:30
pixel
41d7de9950
dd: remove checking progress example ( #9816 )
...
`pgrep` does not exist and `kill` needs `-s`.
But most importantly, `dd` doesn't have any "showing progress"
functionality.
2023-02-03 12:17:57 +08:00
Darío Hereñú
81423dfef8
ansible-pull: add Spanish translation ( #9820 )
...
* ansible-pull: add Spanish translation
* Update pages.es/common/ansible-pull.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update ansible-pull.md
---------
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-03 12:13:48 +08:00
Darío Hereñú
ceb7708742
7za: add Spanish translation ( #9811 )
2023-02-03 12:05:18 +08:00
pixel
d1f5c17f5a
false: replace "1" with "non-zero" ( #9817 )
...
which is more in line with POSIX
2023-02-02 08:29:35 +05:30
Hariz
4fa6b9a557
konsave: add page ( #9773 )
2023-02-01 22:05:44 +00:00
Jordan Chalupka
d47aa9047a
nu: fix log-level command instructions ( #9812 )
2023-02-01 08:12:10 +00:00
pixel
c2a53ce67e
llvm-lipo: add page ( #9819 )
2023-02-01 08:05:23 +00:00
Emily Grace Seville
101aa05c65
pwsh: refresh page ( #7983 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-30 18:00:42 +01:00
pixel
10ba7cd81e
adscript: add German translation ( #9780 )
2023-01-30 15:41:21 +01:00
Kumamoto
9cd4cd8f41
scrapy: add Japanese translation ( #9810 )
2023-01-29 20:34:56 +05:30
Darío Hereñú
fce4395422
anki: add Spanish translation ( #9813 )
2023-01-29 22:11:32 +08:00
Cole D
9c3cbf5446
anki: add page ( #9781 )
...
* anki: add page
* Correct formatting
* Correct description formatting
* Update information link
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Update parameter name
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
* Move page to common
* Format command name in code block
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Format command name in code block
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Format path in code block
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Change information link to point to documentation
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/common/anki.md
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-26 22:06:49 +08:00
Axel Navarro
d0d67e1d95
nc: fix Spanish translation ( #9804 )
2023-01-26 12:22:14 +05:30
Seth Falco
c9aed99d7c
holehe: add page ( #9806 )
...
Signed-off-by: Seth Falco <seth@falco.fun>
Signed-off-by: Seth Falco <seth@falco.fun>
2023-01-26 14:51:10 +08:00
Emmanuel Quincerot
93a74b1393
git-annotate: add -L example ( #9808 )
2023-01-25 19:07:47 +05:30
lyj
c5a511c7a1
fc: fix reverse order example ( #9805 )
2023-01-25 08:59:14 +05:30
Darío Hereñú
a39695a734
antibody: add Spanish translation ( #9802 )
2023-01-24 11:07:14 -03:00
Kumamoto
ad15cd0b10
docker-cp, docker-run: add Japanese translation ( #9796 )
...
* docker-cp: add Japanese translation
* docker-run: add Japanese translation
2023-01-24 08:22:42 +05:30
Seth Falco
7573f6defb
coqui (TTS): add page ( #9800 )
2023-01-24 08:21:52 +05:30
Jaime
fa2ac474c1
nc: add Spanish translation ( #9792 )
...
* nc: add Spanish translation
* nc: fix format error
2023-01-24 09:36:24 +08:00
Darío Hereñú
f0f2983c58
age: update link ( #9797 )
2023-01-24 09:06:24 +08:00
yuiseki
c24098dd17
tmux: add Japanese translation ( #9782 )
2023-01-22 09:26:15 +05:30
Kumamoto
69cb4e5122
docker, docker-ps: add Japanese translation ( #9785 )
2023-01-20 20:04:26 +05:30
yuiseki
99f79e15dc
htop: add Japanese translation ( #9783 )
...
* htop: add Japanese translation
* Update pages.ja/common/htop.md: Add `こちら` for translate of `More detail`
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.ja/common/htop.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.ja/common/htop.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.ja/common/htop.md: `sort_item` to `並べ替え項目`
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-20 21:44:47 +08:00
Orwa Diraneyya
edb5ae2621
mv: refresh page ( #9772 )
2023-01-20 19:09:12 +05:30
yuiseki
c18a7cfeb1
history: add Japanese translation ( #9784 )
2023-01-19 11:21:04 +08:00
Egor Fedoseev
0277a1eec1
lspci, lsblk, lscpu, lsb_release, lnav: add Russian translation ( #9776 )
2023-01-17 20:29:32 +05:30
Kumamoto
c2c8ee7c8c
cat: add Japanese translation ( #9779 )
2023-01-17 17:54:42 +05:30
Emily Grace Seville
0609397b17
mid3v2: add page ( #9682 )
2023-01-16 19:50:58 +01:00
Seth Falco
a31bc3235d
yolo: add page ( #9770 )
2023-01-16 23:10:46 +05:30
yuiseki
59e9d3bae1
git: add Japanese translation ( #9774 )
2023-01-16 23:09:52 +05:30
yuiseki
778badb13f
whatis: add Japanese translation, update page ( #9775 )
...
* whatis: add Japanese translation
* add example of --locale option
* Update whatis.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-16 23:08:53 +05:30
K.B.Dharun Krishna
7619bf5256
MAINTAINERS: remove @EmilySeville7cfg from org ( #9771 )
2023-01-14 00:06:19 -03:00
Seth Falco
e65a5f70c5
conda: activate/deactivate are not args ( #9769 )
2023-01-13 12:41:08 +05:30
Emily Grace Seville
5fd383d53f
Use `n` instead of `infinity` ( #9759 )
2023-01-11 23:49:41 +10:00
Øyvind Tveit
d2dbce839e
getconf: add page ( #9515 )
...
* Create getconf.md
* Apply suggestions from code review as submitter failed to address them
* Fix syntax error
* Update getconf.md
* Update getconf.md
2023-01-11 21:27:42 +10:00
Emily Grace Seville
3f68143bce
Fix placeholders ( #9758 )
2023-01-11 21:24:50 +10:00
Leon
dbd6056416
apt-get: add Dutch translation ( #9751 )
2023-01-11 14:07:31 +05:30
Mariana Corrêa
99d1da2ee1
acountry: add pt_br translation ( #9712 )
2023-01-10 22:47:55 +00:00
DUO Labs
5f3e0066b0
unzip: add -j example ( #9719 )
...
* Update unzip.md to include the `-j` option
* Fix formatting issues
* Fix formatting issues
* Fix formatting issues
* Fix formatting issues
* Fix formatting issues
* Update pages/common/unzip.md
Fix some formatting issues
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-01-10 22:46:51 +00:00
Emily Grace Seville
f00a34bcba
ansible-doc: Use `|...` ellipsis for `--type` ( #9739 )
2023-01-10 22:39:08 +00:00
Emily Grace Seville
a3d90551f4
Enhance descriptions and fix placeholders ( #9744 )
2023-01-10 22:34:34 +00:00
Leon
7d1671949b
apt: add Dutch translation ( #9750 )
...
* apt: add Dutch translation
* apt: Fixes from PR
2023-01-10 20:02:29 +10:00
Emily Grace Seville
0284c2390a
style-guide: refresh page: move ellipsis to a separate section and extend syntax ( #9742 )
...
* Move and reword ellipsis to a separate section
* Add notes about grouping placeholders
* Permit specifing repetition count for placeholders
* Mandate using simplified range syntax for ellipsis
* Update contributing-guides/style-guide.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Remove redundant note
* Refresh repetition syntax for ellipsis
* Don't allow restrict repetition count via ellipsis
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-10 09:54:53 +08:00
Elia Migliore
1616fd5544
coursier: add new documentation pages ( #9728 )
...
* coursier: add new documentation pages
* fixing ci errors
* fixing ci errors
* Update pages/common/cs-complete-dep.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-complete-dep.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-complete-dep.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-fetch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-fetch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-fetch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-fetch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-fetch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* fix other typo
* Update pages/common/cs-complete-dep.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-java.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-java.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-java.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-launch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-launch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-launch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-launch.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-install.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-java.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages/common/cs-resolve.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* fix error
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-01-10 02:38:15 +10:00
Emily Grace Seville
12c37fc025
chsh: refresh page ( #7998 )
...
* Make grammar more general via using `a`
* Delete chsh.md
* Apply suggestions from code review
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* Enhance descriptions:
- add mnemonics
- replace `Print` with `List`
* Use portable `--list-shells` counterpart
* Update pages/common/chsh.md
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2023-01-10 02:35:58 +10:00
Axel Navarro
73cc3d7432
ansible-doc: fix typo in Spanish translation ( #9753 )
2023-01-09 21:21:16 +10:00
Emily Grace Seville
cc0c6d3b4c
Use ellipsis-like syntax for `--scopes` ( #9740 )
2023-01-09 14:54:12 +10:00
Darío Hereñú
16a2931194
ansible-doc: add Spanish translation ( #9738 )
...
* ansible-doc: add Spanish translation
* Update pages.es/common/ansible-doc.md
* Update pages.es/common/ansible-doc.md
2023-01-09 00:33:58 +10:00
Emily Grace Seville
a3ccdaee45
nano: refresh page ( #8055 )
...
* Prettify nano:
- better grammar
- standardize page
- more general examples
* Better command title
* Add `Pico` mention in command title
* Update pages/common/nano.md
* Update pages/common/nano.md
* Apply suggestions from code review
* Update pages/common/nano.md
2023-01-08 18:07:06 +10:00
Mariana Corrêa
f66f62814b
abroot: add pt_BR translation ( #9711 )
...
* abroot: add pt_br translation
* Update pages.pt_BR/linux/abroot.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* Update pages.pt_BR/linux/abroot.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-01-08 17:07:01 +10:00
Emily Grace Seville
1ae9202d7e
rmdir: add/refresh pages ( #7993 )
...
* Create `rmdir` copy with long options
* Refresh pages:
- update title
- add `See also` link
- use brace expansion in examples
- refresh descriptions
* Use imperative mood in titles
* Don't use brace expansion
2023-01-08 01:33:17 +10:00
Emily Grace Seville
6cf81f993a
rm: add/refresh pages ( #7994 )
...
* Add `rm` page copy with long options
* Refresh title
* Refresh pages:
- better grammar/syntax
- `See also` links
- reorder examples
* Use imperative mood in titles
* Don't use brace expansion
* Use `and` instead of `/` for `-r` examples
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-01-08 01:31:17 +10:00
Emily Grace Seville
b3bd91d502
mkdir: add/refresh pages ( #7992 )
...
* Create `mkdir` copy with long options
* Refresh mkdir command pages:
- new example for setting permissions
- better descriptions
- better placeholders
* Use imperative mood in titles
* Don't use brace expansion
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Better describe -p flag
* Remove linux/mkdir because:
- mkdir is available on several platforms
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-01-08 01:30:52 +10:00
Emily Grace Seville
e8a69508c9
zsh: refresh page ( #7990 )
...
* Refresh a page:
- better grammar
- better token syntax
* Add reading from stdin example
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Make page consistent with `pwsh` page
* Update pages/common/zsh.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-08 01:25:25 +10:00
Emily Grace Seville
a5816f02eb
ksh: refresh page ( #7982 )
...
* Refresh a page:
- better grammar
- better token syntax
* Add reading commands from stdin sample
* Make page consistent with `zsh` page
* `See also` links simplified
2023-01-08 01:24:57 +10:00
Emily Grace Seville
69cce4fdf8
git credential-store: add page ( #9735 )
...
* Add `git credential-store` page
* Update pages/common/git-credential-store.md
2023-01-08 00:22:35 +10:00
Egor Fedoseev
1f55bd1968
pwd, echo, exit, rm, which: add Russian translation ( #9734 )
...
* pwd, echo, exit, rm, which: add Russian translation
* pwd, echo, exit, rm, which: add Russian translation
* Apply suggestions from code review
* Update pages.ru/common/echo.md
* Update pages.ru/common/rm.md
* Update pages.ru/common/rm.md
* Update pages.ru/common/pwd.md
* Update pages.ru/common/pwd.md
* Update pages.ru/common/pwd.md
2023-01-07 23:24:44 +10:00
Emily Grace Seville
35a7c7ce40
Add `git cvsexportcommit` page ( #9736 )
2023-01-07 22:09:05 +10:00
Egor Fedoseev
65f2d285d0
man: add Russian translation ( #9731 )
2023-01-07 07:17:17 +05:30
Darío Hereñú
2a591edecd
amass-viz: add Spanish translation ( #9720 )
2023-01-06 14:06:01 -03:00
Emily Grace Seville
32c8eaf13a
adig: refresh page ( #9714 )
...
* Deprecate `specified` in favour of `specific`
* Apply suggestions from code review
* Apply suggestions from code review
2023-01-06 22:52:19 +10:00
Emily Grace Seville
0239f5de94
style-guide.md: refresh page ( #9709 )
...
* Restrict alternatvie count to 5
* Enhance grammar
2023-01-06 22:51:40 +10:00
Ethan Liu
14a20a3f86
afconvert: add Chinese translation ( #9723 )
2023-01-06 22:46:23 +10:00
Axel Navarro
1bf16d5ee9
amass: sort examples ( #9724 )
2023-01-04 17:32:27 +05:30
Darío Hereñú
65cc9bf09c
amass: add Spanish translation ( #9694 )
2023-01-04 21:06:20 +10:00
Darío Hereñú
da293de402
alex: add Spanish translation ( #9692 )
...
* alex: add Spanish translation
* Update pages.es/common/alex.md
* Update pages.es/common/alex.md
2023-01-04 20:52:32 +10:00
Darío Hereñú
d34e1e9103
adb-reverse: add Spanish translation ( #9687 )
2023-01-04 20:52:04 +10:00
Emily Grace Seville
634a986fd0
Make placeholders more readable ( #9708 )
2023-01-04 20:51:43 +10:00
Emily Grace Seville
54524f0f10
cmd: ( #9645 )
...
- add mnemonics
- use generic placeholders as
there are no long descriptive options before them
2023-01-04 20:46:12 +10:00
Jack Lin
d6c847e672
Add blueskyson to member ( #9721 )
2023-01-04 20:32:45 +10:00
K.B.Dharun Krishna
10bccbd1e4
rust/*: update path, add Tamil translation ( #9637 )
...
* rustup: add page
* rustc: add Tamil translation
* rustfmt: add Tamil translation
* rust/* : update path
* rustc: update Tamil translation
* Apply suggestions from code review
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-01-04 12:27:33 +08:00
Emily Grace Seville
d6699a289f
pm, settings: refresh pages ( #9717 )
...
* Refresh `pm`:
- simplify descriptions
- fix placeholder for keywords
* Refresh `settings`:
- deprecate `the` in favor of `a`
* pm,settings: update Tamil translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-03 22:23:22 +05:30
Emily Grace Seville
cbb8ded234
acountry: refresh page ( #9715 )
2023-01-03 22:12:21 +05:30
Emily Grace Seville
ee0a2809ea
style-guide: refresh page ( #9718 )
...
* Move `Range syntax` to `Placeholder syntax` chapter
* Require generic placeholders when available
* Require ranges just for singular arguments
* style-guide: update grammar
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* style-guide: update spacing in Chinese-Specific Rules
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* style-guide: fix typos, spacing
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-03 22:08:49 +05:30
Mariana Corrêa
8ef95ee4cd
adig: add pt_br translation ( #9713 )
...
* adig: add pt_br translation
* Update pages.pt_BR/linux/adig.md
* Update pages.pt_BR/linux/adig.md
* Update pages.pt_BR/linux/adig.md
2023-01-03 23:11:18 +10:00
Sunlight
f9046257c3
android/*: add Bengali translation ( #9696 )
...
* am, bugreport, bugrepotz, dalvikvm, dumpsys, getprop, input, logcat, pkg, pm, screencap, wm: add Bengali translation
* android/*: translated placeholders to Bengali
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-01-03 18:02:43 +05:30
Joel Tony
9eea97798b
scd: add page ( #9224 )
...
* Add sam2p
* Correct typo
* Add scd.md
* Fix formatting
* Delete sam2p.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
* Update pages/common/scd.md
2023-01-03 13:46:55 +10:00
Emily Grace Seville
2190f4031f
style-guide: add Range syntax ( #9646 )
...
* style-guide: standardize range syntax
* Simplify syntax for arbitraty integer placeholders
* Describe syntax for arbitraty floats
2023-01-03 13:44:04 +10:00
Gilles Quenot
1b05651161
cp: example using -t ( #9706 )
...
* Add example using -t
Think of:
find . -name '*foobar*' -type f -print0 | xargs -0 cp -r DEST_DIR
All of the files passed by the pipe will remain in DEST_DIR
* cp: add missing ":" in description
* cp: fix typo
* Update pages/common/cp.md
* Fix typo
2023-01-03 13:34:10 +10:00
Darío Hereñú
bf8c7a80e9
amass-intel: add Spanish translation ( #9699 )
2023-01-02 15:04:28 -03:00
seedgou
f8520a47ca
adb-logcat: remove hyphen ( #9710 )
2023-01-02 22:12:02 +05:30
Emily Grace Seville
bbd5f9073c
java_home: add page ( #9685 )
2023-01-02 09:03:50 -03:00
Emily Grace Seville
97b0abb633
am: add mnemonics ( #9639 )
2023-01-02 08:08:10 -03:00
Darío Hereñú
c71cf5803e
airpaste: add Spanish translation ( #9695 )
2023-01-02 08:07:10 -03:00
Darío Hereñú
cd4c12a0b9
amass-track: add Spanish translation ( #9700 )
2023-01-02 08:06:15 -03:00
Emily Grace Seville
4111fe9296
Add `xzcmp` page ( #9704 )
2023-01-02 20:47:30 +10:00
Andrew Smith
1a541e65c9
vite: add page ( #9701 )
...
* vite: add file
* vite: fix typo
remove extra space
* vite: add quotes to names
2023-01-02 20:21:30 +10:00
Emily Grace Seville
ce223b4592
bugreport: replace `Show` with `Display: ( #9643 )
...
- standardization
2023-01-01 21:11:36 +10:00
pixel
348ecfbefe
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: fix German translation ( #9703 )
...
* nix-build: fix german translation
* nix-collect-garbage: fix german translation
* nix-env: fix german translation
* nix-shell: fix german translation
* nix: fix german translation
2023-01-01 16:24:44 +10:00
Emily Grace Seville
19e15a15a3
afconvert: add page ( #9683 )
...
* Add `afconvert` page
* Apply review suggestions from:
- https://github.com/tldr-pages/tldr/pull/9683/files#r1059363364
2023-01-01 14:42:32 +10:00
Darío Hereñú
c8342ccee8
2to3: add Spanish translation ( #9693 )
...
* 2to3: add Spanish translation
* Update pages.es/common/2to3.md
2023-01-01 14:42:15 +10:00
pixel
f8a527b837
dd: split POSIX/BSD/GNU, sync pages, fix syntax ( #9624 )
...
* dd: split POSIX/BSD/GNU, sync pages, fix syntax
* Apply suggestions from code review
* Update dd.md
* Update dd.md
* Update dd.md
2023-01-01 14:34:56 +10:00
Axel Navarro
8623ee9ab0
airmon-ng: fix typos in Spanis translation ( #9697 )
2023-01-01 14:17:49 +10:00
Darío Hereñú
bf7ce6151e
ack: add Spanish translation ( #9686 )
2022-12-31 20:24:23 -03:00
Darío Hereñú
68c475d4fd
adscript: add Spanish translation ( #9688 )
...
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-31 15:34:01 +01:00
Darío Hereñú
8c4bc7848f
ajson: add Spanish translation ( #9691 )
2022-12-31 10:35:38 -03:00
Darío Hereñú
d97d1ac436
amass-enum: add Spanish translation ( #9698 )
2022-12-31 10:35:05 -03:00
Darío Hereñú
5fc4797cfb
airmon-ng: add Spanish translation ( #9689 )
2022-12-31 17:16:09 +10:00
Emily Grace Seville
dbda0fc755
unzip: refresh page ( #7997 )
...
* Refresh unzip page:
- more general descrptions
- more general examples
* Mention `zip` command
* Don't use brace expansion
* Update pages/common/unzip.md
* Use `list` term in the last example
* Apply suggestions from code review
* Fix command description
* Apply suggestions from code review
2022-12-31 08:51:52 +10:00
444B
65def218b7
gcpdiag: add page ( #9678 )
...
* Create gcpdiag.md
* Rename gcpdiag.md to pages/common/gcpdiag.md
* Update gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
* Update pages/common/gcpdiag.md
2022-12-31 08:39:28 +10:00
Bill Kaguru Wanjohi
d03096f087
autorandr: add change command ( #9676 )
...
* autorandr.md: add `autorandr -c`
and since that added some ambiguity, I edited the description for -l
* Update pages/linux/autorandr.md
--change instead of -c
* Update pages/linux/autorandr.md
use --load instead of -l
* autorandr: expand other short options
2022-12-30 10:19:21 +10:00
Mia Combeau
2c599fbe56
useradd, userdel, usermod: update French translation ( #9549 )
...
* useradd, userdel, usermod: update French translation
* userdel: update French translation
* usermod: Update French translation
* Useradd: fix French translation in example
* userdel: update French translation to match English page
2022-12-30 10:03:11 +10:00
Roger
b4ec029408
ss: add -K example ( #9659 )
...
* ss-kill-socket-connection
Kill Socket connection example
* Format compliance
2022-12-30 09:25:39 +10:00
selfint
6698ecaed3
Update pv.md ( #9658 )
...
* fix 'stop at' option by including --size parameter
* replace -s and -S with their spelled out variants
2022-12-30 09:06:09 +10:00
pixel
cd8ebad9ce
CLIENT-SPECIFICATION: Require support for long options ( #9651 )
...
* CLIENT-SPECIFICATION: Require long options
* Update CLIENT-SPECIFICATION.md
* Update CLIENT-SPECIFICATION.md
2022-12-30 08:53:17 +10:00
Madawa De Silva
ffc2a70437
pyrit: add page ( #9230 )
...
* pyrit: add page
* Apply suggestions from code review
2022-12-30 08:47:21 +10:00
Matthew Peveler
67d91b1bba
CLIENT-SPECIFICATION: Use main for asset link ( #9668 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 15:30:03 +01:00
K.B.Dharun Krishna
5257568887
pages.*: add standard translation ( #9672 )
...
* pages./: Automatically add alias pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages./: Automatically add links
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Fix false positives from script
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30
3voltAmperes
8a51e0f5b8
git-show-merged-branches: add German translation ( #9448 )
2022-12-27 14:18:29 +01:00
yenaras
5435f46e8f
poetry: remove list command ( #9677 )
2022-12-27 16:27:40 +05:30
pixel
ca92bb0050
binwalk: move to common ( #9673 )
2022-12-27 10:01:25 +05:30
Axel Navarro
f299711968
scripts/deploy.sh: fix script syntax ( #9674 )
2022-12-26 18:44:41 +05:30
Matthew Peveler
312ecf8226
scripts/deploy.sh: generate sha256sum of artifacts ( #9669 )
2022-12-26 08:14:49 -03:00
3voltAmperes
81479aab83
git-setup: add German translation ( #9454 )
2022-12-26 09:50:29 +01:00
K.B.Dharun Krishna
ef25c670c8
README: add brew option ( #9656 )
2022-12-26 09:30:57 +01:00
Rail
2ceed8c839
czkawka-cli: add page ( #9477 )
2022-12-26 06:26:31 +05:30
Darío Hereñú
582f2ac0ce
agate: add Spanish translation ( #9667 )
2022-12-25 15:06:33 -03:00
Darío Hereñú
6474a97f2b
settings: add Spanish translation ( #9663 )
2022-12-25 15:05:04 -03:00
Darío Hereñú
1910df33dd
act: add Spanish translation ( #9666 )
2022-12-25 15:04:42 -03:00
Darío Hereñú
de188f9885
pkg: add Spanish translation ( #9657 )
2022-12-25 13:15:14 -03:00
Darío Hereñú
040712d768
input: add Spanish translation ( #9664 )
2022-12-25 12:56:16 -03:00
Matthew Peveler
7c4d355193
qmv: add -f do example ( #9661 )
...
Co-authored-by: Marek Kowalczyk <marek.kowalczyk@mandarine.pl>
2022-12-25 16:16:50 +01:00
Darío Hereñú
a2d50dc8d4
pm: add Spanish translation ( #9662 )
2022-12-25 12:13:32 -03:00
Darío Hereñú
1eaa89b37a
acme.sh-dns: add Spanish translation ( #9665 )
2022-12-25 12:12:40 -03:00
pixel
74082b4689
mumble: move to common ( #9660 )
2022-12-24 16:25:43 +05:30
Emily Grace Seville
f7ab10ee92
nemo: refresh page ( #8008 )
...
* Sync `nemo` with `caja` page:
- standardize pages
* Fix placeholders
* Use `the current`
* Change title and simplify man page url
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-12-23 11:02:53 +07:00
Emily Grace Seville
34f8e09b55
id3v2: add page ( #9653 )
...
* Add `id3v2` command page
* Highlight names via backticks
2022-12-23 08:28:14 +05:30
Emily Grace Seville
8d2c5bcc88
qm-showcmd: ( #9652 )
...
- Use `specific` instead of `given`: standardization
2022-12-22 17:42:02 +05:30
Emily Grace Seville
9b51a5fb56
dalvikvm: refresh page ( #9644 )
...
* dalvikvm: add `specific` term
* dalvikvm: update Tamil translation
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-22 17:41:01 +05:30
rockofox
7fe7f79904
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation ( #9365 )
...
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 11:11:42 +10:00
pixel
313f103e26
MAINTAINERS: add @pixelcmtd to org ( #9650 )
2022-12-22 00:47:54 +10:00
Fernando Crespo
aed340476f
windows/*: add page ( #8783 )
...
* Add some PowerShell related commands
* Include new pages for start-service, stop-service, set-service, show-markdown, resolve-path
* Include new pages for measure-command.md, tee-object.md, get-acl.md, and set-acl.md
* Include new pages for get-date, set-date, measure-object, sort-object, test-json, wait-process
* Remove i18n identifier from all added pages
* get-acl: Better wording and fix missing placeholder
sls: Use kebab-case for tldr view original command
* get-date: Better wording and change date string to ISO
* test-json: Better wording, generic json, and add one more example
* Add token {{}} to some missing places
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Fix typo on pages/windows/resolve-path.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/windows/measure-object.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-21 11:26:27 +07:00
Michael Schwarz
7ff1585c3b
eslint: add German translation ( #9405 )
2022-12-21 09:51:40 +05:30
Jan
37d0281021
kubectl-*: add German translation ( #8746 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-21 04:34:38 +01:00
pixel
c70bae523e
cat: split POSIX, BSD and GNU and add 2 examples ( #9623 )
...
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-21 04:18:13 +01:00
pg99696
fb90656068
qm-showcmd: add page ( #9243 )
2022-12-21 03:50:16 +01:00
Emily Grace Seville
fe3338e6aa
style-guide.md: fix broken path placeholders ( #9641 )
2022-12-20 07:27:00 -03:00
trolzen
e84fd6768e
git-terminal.md: add instructions for CRLF on Windows ( #9010 )
2022-12-20 07:25:31 -03:00
K.B.Dharun Krishna
21422de282
README: fix typo in link ( #9649 )
2022-12-20 07:23:34 -03:00
Emily Grace Seville
b273b28b53
README: refresh page ( #9632 )
...
* Mention Emacs extension
* Mention separate config repo
* Apply suggestions from code review
2022-12-20 20:09:58 +10:00
Emily Grace Seville
8735fa6a4b
ar: refresh page ( #9567 )
...
* Refresh descriptions:
- add mnemonics
- use `specific` term
* Fix broken placeholders: wrong format
* Replace `.o` with `.ext`
* Don't use leading dashes
* Apply suggestions from code review
2022-12-20 19:27:15 +10:00
Emily Grace Seville
cf93879231
kdenlive: add page ( #9545 )
2022-12-20 09:52:57 +01:00
dinaisrael
78119c59cf
assoc: add `| more` example ( #9314 )
2022-12-20 07:18:16 +05:30
Darío Hereñú
f310c52eb5
bzip2: add examples ( #9256 )
2022-12-19 07:12:15 -03:00
Owen Voke
2300a4b4ce
README: fix GitHub actions badge ( #9638 )
2022-12-19 06:58:37 -03:00
Filip Makosza
7780e9d87d
coproc: add page ( #9636 )
...
* coproc: add page
* Fix formatting errors
* Fix formatting errors
* Update pages/common/coproc.md
* Update pages/common/coproc.md
* Update pages/common/coproc.md
* Update pages/common/coproc.md
* Update pages/common/coproc.md
* Update pages/common/coproc.md
* Fix phrasing and formatting
* Change capitalisation
2022-12-19 19:55:23 +10:00
Liz GingerKiwi.Dev
b74e8af584
ftxdiff: add page ( #9177 )
...
* Create ftxdiff
from page request: macOS Font Tools aka. Apple Font Tool Suite #8478
Note: I'm a new dev, but experienced writer. This is my first docs PR. Feedback appreciated.
* Fix typos in ftxdiff.md
Fix typos including "Ending command descriptions with a period" "Example descriptions should end in a colon with no trailing characters"
* Update pages/osx/ftxdiff.md
* Update pages/osx/ftxdiff.md
add {{ FileName }} around file names
* Update pages/osx/ftxdiff.md
* Update pages/osx/ftxdiff.md
* Update pages/osx/ftxdiff.md
delete extra space
* Update pages/osx/ftxdiff.md
Add space between : and < in url
* Update pages/osx/ftxdiff.md
delete extra space on line 3
* Update pages/osx/ftxdiff.md
* Apply suggestions from code review as submitter failed to address them
2022-12-19 19:54:31 +10:00
Abhishek Srivastava
5b7e662dd6
qm-guest-exec: add page ( #9133 )
...
* qm-guest-exec: add page
* Added specified changes
* Update pages/linux/qm-guest-exec.md
* Update pages/linux/qm-guest-exec.md
* Update pages/linux/qm-guest-exec.md
* Update pages/linux/qm-guest-exec.md
* Apply suggestions from code review
2022-12-19 19:40:46 +10:00
Michael Schwarz
167e805b17
ansiweather: add German translation ( #9402 )
...
* ansiweather: add german translation
* Update pages.de/common/ansiweather.md
* ansiweather: Change to imperative description
2022-12-19 05:23:40 +10:00
marc-48k
f5365b44fd
tart: add page ( #9633 )
...
* tart: add page
* Update pages/osx/tart.md
* Update pages/osx/tart.md
2022-12-18 01:10:50 +10:00
Yu Dou
7c1c59c2c1
git-stash: add option show ( #9571 )
...
* git-stash: add command git stash show
* Join two examples
2022-12-17 18:33:38 +10:00
Azad Ansari
211f562cd6
aws-backup: add page ( #9369 )
...
* aws-backup: page added
* aws-backup: checks fixed
* aws-backup: checks fix
* Apply suggestions from code review as submitter failed to address them
2022-12-17 18:00:56 +10:00
Managor
42e662cf6c
pw-link: fix typo ( #9627 )
2022-12-16 19:51:36 +05:30
Emily Grace Seville
c1a467c13a
touch: refresh ( #7966 )
...
* Don't use brace expansion syntax in last sample
* Use brace expansion without file extension
* Refresh page:
- better grammar in descriptions
- better command page description
- refresh examples
* Add `--no-create` option
* Better descriptions and placeholder:
- don't use brace expansion
- remove hint in braces
* Reduce repetition in placeholders
* Add OSx touch command
* Use imperative mood
* Apply suggestions from code review
* Apply suggestions from code review
* Use an actual value for --reference
* Use an actual value for -r
* Simplify placeholders and enhance descriptions
* Leave just common/touch.md
* Use short options
* Update "More information" link
2022-12-15 22:28:53 +10:00
K.B.Dharun Krishna
babea66fe2
MAINTAINERS: add @kbdharun to org ( #9626 )
...
* MAINTAINERS: add @kbdharun to org
Closes #9625
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Fix typo
* Fix —
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-14 22:58:01 +05:30
Emily Grace Seville
2b7bb62092
sd: refresh page ( #9595 )
...
* Explicitly specify output stream:
- experimental format
* Fix file placeholder
* Quote command substitution
* Change the last example description
2022-12-14 22:43:44 +10:00
CleanMachine1
4f248c72fc
audacious: add page ( #9621 )
...
* audacious: add page
* Update pages/common/audacious.md
* Update pages/common/audacious.md
* Update pages/common/audacious.md
2022-12-13 23:40:18 +10:00
Michael Schwarz
b302bae090
poetry: add German translation ( #9406 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-13 10:08:36 +01:00
K.B.Dharun Krishna
f539c1fd63
apx: refresh page ( #9605 )
...
* apx: refresh page
Closes #9604
* Fix typo
* Update apx.md
2022-12-13 15:44:34 +10:00
K.B.Dharun Krishna
f7fb8b8f0d
abroot: add page ( #9608 )
...
* abroot: add page
Closes #9606
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* abroot: fix typo
The `--version` and `--help` flags don't require Superuser (sudo) privileges.
* Update abroot.md
* Update abroot.md
* Update pages/linux/abroot.md
* Change symbol to ⟺
I updated the same on docs since it has better visibility
* Update pages/linux/abroot.md
* Update pages/linux/abroot.md
* Update pages/linux/abroot.md
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-13 15:04:53 +10:00
Emily Grace Seville
ff14fd5fd5
Replace `token` with `placeholder` ( #9529 )
2022-12-13 14:23:03 +10:00
Emily Grace Seville
68b69b0ade
dolphin: refresh page ( #9536 )
...
* Fix examples:
- enhance descriptions
- fix wrong --split example
- fill a KDE bug: https://bugs.kde.org/show_bug.cgi?id=462046
* Extend third example:
- use ellipsis
* Apply suggestions from code review
* Add `specific` word to description
* Update pages/linux/dolphin.md
* Use lower case for `F` in `File`
2022-12-13 14:04:59 +10:00
pixel
3c944f84c3
sed: split POSIX, GNU and BSD ( #9609 )
2022-12-13 13:53:24 +10:00
Darío Hereñú
9839099ba6
bugreport: add Spanish translation ( #9616 )
2022-12-13 12:47:53 +10:00
pixel
1bf6f4904d
gunzip: add `stdin` example ( #9613 )
2022-12-12 21:52:18 +00:00
Darío Hereñú
4e6e59a912
bugreportz: add Spanish translation ( #9617 )
2022-12-12 09:07:06 -03:00
Darío Hereñú
c60307f1c1
dalvikvm: add Spanish translation ( #9619 )
2022-12-12 17:34:34 +05:30
Darío Hereñú
60fd19f80a
cmd: add Spanish translation ( #9618 )
2022-12-12 09:01:45 -03:00
Darío Hereñú
f04c29afce
am: add Spanish translation ( #9615 )
2022-12-12 17:18:25 +05:30
Richard Mörbitz
e01871f1c9
git-merge-base: add page ( #9382 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-12-11 02:12:03 +01:00
Richard Mörbitz
0719148920
khal: add German translation ( #9384 )
2022-12-10 00:55:35 +01:00
Juan Manuel Parrilla Madrid
75e5d87936
krunvm: add page, add Spanish translation ( #9575 )
2022-12-09 11:47:29 -03:00
K.B.Dharun Krishna
3a540d3b3f
style-guide: fix typo in Option syntax ( #9603 )
2022-12-09 09:18:31 +05:30
dmorozov001
c8b996e92c
devfsadm: add Russian translation ( #9587 )
...
* Create devfsadm.md
added Russian translation
* Update pages.ru/sunos/devfsadm.md
* Update pages.ru/sunos/devfsadm.md
2022-12-08 17:33:58 +10:00
Spicyyboi
1ee48fe5de
lp, lpinfo, lpr, lpstat: add German translation ( #9375 )
2022-12-08 17:24:37 +10:00
rozie
20bd65192d
apt-file: update examples ( #9073 )
...
* wajig: Polish translation added
* Update pages.pl/linux/wajig.md
* Update pages.pl/linux/wajig.md
* Update pages.pl/linux/wajig.md
* apt: add Polish translation
* apt-file: Change samples/description to match together
* Update pages/linux/apt-file.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-12-08 17:19:13 +10:00
Emily Grace Seville
1f49d278bc
trash-cli: refresh page ( #9526 )
...
* Fix placeholder format, reorder examples, and:
- enhance grammar
* Use `the current` more often
* Update pages/common/trash-cli.md
2022-12-08 16:58:13 +10:00
Emily Grace Seville
92623218aa
style-guide.md: write rules for short/long options ( #9527 )
...
* Write rules for short/long options
* Apply suggestions from code review
* Update contributing-guides/style-guide.md
* Remove note about `common/`
* Reword note about GNU style options
2022-12-08 16:27:26 +10:00
skyjx
44fc59e816
vifm: add German translation ( #9426 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2022-12-07 07:06:18 +01:00
Emily Grace Seville
15493ebc15
fd: refresh ( #9591 )
2022-12-07 06:57:21 +01:00
Emily Grace Seville
6272a9078c
procs: refresh page ( #9594 )
...
Co-authored-by: pixel <pixel@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-07 06:44:52 +01:00
K.B.Dharun Krishna
cb5a6d4757
asciinema: update link ( #9593 )
2022-12-06 16:27:25 +05:30
Lena
560d2223de
cipher, clip: add German translation ( #9159 )
...
Co-authored-by: pixel <pixel+github@chrissx.de>
2022-12-06 08:17:04 +01:00
ciph3rz
1de39fb355
braa: add page ( #9041 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-12-06 08:14:05 +01:00
skyjx
a9696b7fac
pdfseparate: add German translation ( #9424 )
2022-12-06 08:04:59 +01:00
Irina
6e8b763983
stty, tput, tty: add Russian translation ( #9473 )
2022-12-06 07:50:44 +01:00
Emily Grace Seville
7717ca9f73
stty, tput: refresh pages ( #9524 )
2022-12-06 07:48:59 +01:00
pixel
263508cd44
*: replace `file(s)` syntax and add `path/to/` to more things ( #9592 )
...
* Fix file(s) and more path/to
* Update pages.it/common/rm.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* thanks emily your suggestion was dogshit
https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/common-arguments.md
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-06 16:47:56 +10:00
Rail
54239c32f4
waifu2x-ncnn-vulkan: add page ( #9478 )
2022-12-06 07:44:18 +01:00
Sakib Junaed
095d4555b5
img2txt: add page ( #9597 )
...
* img2txt: add page
* img2txt: fix build error
* Update pages/linux/img2txt.md
* img2txt: accepted suggestions
2022-12-06 12:56:35 +10:00
skyjx
1b99b31fec
rm: add German translation ( #9423 )
2022-12-06 01:48:56 +01:00
Emily Grace Seville
992aac5077
okular: refresh page ( #9535 )
...
* Enhance descriptions
* Add missing `a` article
* Use imperative mood in the command description
* Apply suggestions from code review
* Update pages/common/okular.md
2022-12-05 21:42:50 +10:00
Emily Grace Seville
d61bc3f9e7
arduino-builder: refresh page ( #9576 )
...
* Use concrete value range for `-debug-level`:
- syntax suggestion source: #9564
* Simplify description where range syntax applied
* Simplify default value note
* Simplify range syntax
2022-12-05 16:49:54 +10:00
Emily Grace Seville
40e00f8bdd
konsole: refresh page ( #9542 )
...
* Enhance code examples and program description
* Remove `--fallback-profile` example:
- option is not available in man page
* Update pages/linux/konsole.md
2022-12-05 16:43:19 +10:00
Emily Grace Seville
a39b7589df
Use long options in `bat` page ( #9590 )
2022-12-05 08:23:02 +05:30
cyqsimon
2d4f0ad33d
linux package managers: add link to ArchWiki Rosetta ( #9507 )
...
Affected pages: apt, dnf, dpkg, emerge, pacman, rpm, yum, zypper
2022-12-05 10:57:55 +10:00
pixel
0d99563193
*: path/to/everything ( #9589 )
2022-12-04 19:12:49 +10:00
pixel
ab7a36fbe6
*: always backquote `stdin`, `stdout` and `stderr` ( #9584 )
2022-12-04 08:53:34 +01:00
pixel
5f7fd20ee2
mkfile: move to common ( #9585 )
2022-12-04 15:07:04 +10:00
dmorozov001
0b05f566db
android/*: add Russian translation ( #9421 )
...
* creating android
* Delete android
* Create am.md
* Update am.md
* Create bugreport.md
* Create bugreportz.md
* Create cmd.md
* Create dalvikvm.md
* Update am.md
* Create dumpsys.md
* Create getprop.md
* Create input.md
* Create logcat.md
* Create pkg.md
* Create pm.md
* Create screencap.md
* Create settings.md
* Create wm.md
* Update bugreportz.md
* Update getprop.md
* Update pages.ru/android/logcat.md
* Apply suggestions from code review
* Update am.md
* Update pages.ru/android/am.md
* Update bugreportz.md
* Update cmd.md
* Update dalvikvm.md
* Update dumpsys.md
* Update getprop.md
* Update input.md
* Update logcat.md
* Update pkg.md
* Update pm.md
* Update screencap.md
* Update settings.md
* Update wm.md
* Update pages.ru/android/bugreport.md
* Apply suggestions from code review
2022-12-04 05:21:23 +10:00
K.B.Dharun Krishna
3cf67deadf
pages.ta/*: refresh page; git-blame: update path ( #9573 )
2022-12-03 11:35:38 +05:30
Darío Hereñú
e4999a9291
wm: add Spanish translation ( #9574 )
2022-12-02 17:14:19 -03:00
Emily Grace Seville
9765c9c3f4
aria2c: refresh page ( #9577 )
...
* Don't use undescore before number suffixes
* Quote all urls
* Fix broken filename placeholders
* Use `specific`
* Fix broken url placeholders: use ellipsis
2022-12-03 05:12:24 +10:00
Emily Grace Seville
1ab95e8f84
ark: refresh page ( #9541 )
...
* Enhance command description
* Fix descriptions and incorrect placeholder
2022-12-02 19:53:27 +05:30
Cyrus Yip
094dd0fe63
mount: add example of mounting for a specific user ( #9572 )
2022-12-02 09:52:55 +05:30
K.B.Dharun Krishna
40697a1b64
iverilog: add Tamil translation ( #9570 )
2022-12-01 12:32:17 +10:00
K.B.Dharun Krishna
e6e705b3f6
tshark: add Tamil translation, fix path ( #9568 )
...
* tshark: add Tamil translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.ta/linux/tshark.md
* tshark: fix path placeholder
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-01 12:31:54 +10:00
Emily Grace Seville
3268c09726
calligra*: add pages ( #9565 )
...
* Add `calligra` pages:
- `calligrastage`
- `calligrawords`
- `calligrasheets`
* Add examples without arguments
* Add `calligraflow` page
* Add `See also` links
* Simplify grammar for the last examples
2022-12-01 12:31:03 +10:00
Madawa De Silva
312475c70c
bully: add page ( #9561 )
...
* bully: add page
* Apply suggestions from code review
* Update bully.md
* Update pages/linux/bully.md
2022-12-01 12:30:30 +10:00
Kyle
717c090bb7
virt-viewer: add page ( #9562 )
...
* virt-viewer: add page
* virt-viewer: fixed spelling
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
* Update pages/linux/virt-viewer.md
2022-12-01 10:33:56 +10:00
Jeff Pratt
3902255cf4
lspath: add page ( #9558 )
...
* Create lspath.md
* Update pages/common/lspath.md
* Update pages/common/lspath.md
* Update pages/common/lspath.md
2022-11-30 13:21:48 +10:00
Emily Grace Seville
7d5af884ed
spectacle: add page ( #9552 )
2022-11-30 04:12:16 +01:00
skyjx
75c743165e
pdftotext: add German translation ( #9446 )
2022-11-30 03:58:50 +01:00
skyjx
4feafe5e0e
pdfunite: add German translation ( #9466 )
2022-11-30 03:34:47 +01:00
skyjx
bacde8b446
date: add German translation ( #9399 )
2022-11-30 03:27:37 +01:00
Remy Lagrois
bc2a4f0e2b
cbt: add page ( #9563 )
...
* add cbt command page and examples
* add colons
* linter edits
* couple more edits
* fam1,qual1,etc
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
* Update pages/common/cbt.md
2022-11-29 15:02:09 +10:00
Sid
49a4608a3f
clangd: add page ( #9419 )
...
* clangd: add page
* Update clangd.md
* Added suggestions
* Update clangd.md
2022-11-29 14:58:56 +10:00
Emily Grace Seville
f25beb7f02
kate: refresh page ( #9546 )
...
* Refresh `kate` command description
* Enhance descriptions:
- remove mentioning editor name many times
- use backticks for i/o streams
- simplify descriptions
* Enhance first two examples:
- expand placeholders
- expand descriptions
* Error fixed
* Update pages/common/kate.md
2022-11-29 07:48:58 +10:00
Emily Grace Seville
1ab3e787b1
kdeconnect-cli: refresh page ( #9553 )
...
* Use lowerccase for placeholders
* Add missing quotes
* Enhance command description
2022-11-29 06:08:56 +10:00
K.B.Dharun Krishna
a0d6670d86
vim: Cross-reference pages ( #9513 )
...
* vim: Cross-reference pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Move See also to next line
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Apply suggestions from code review
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-11-29 05:25:47 +10:00
Mia Combeau
fb32bd7387
tar, wc, zsh: update French translation ( #9548 )
...
* tar: update French translation
* wc: update French translation
* zsh: update French translation
* tar: update French translation
* tar: update French translation
* tar: update French translation
* tar: update French translation
* tar: update French translation
* tar: update French translation
* tar: update French translation
* zsh: update French translation
2022-11-29 05:23:59 +10:00
Cyrus Yip
70e2ec60cf
mount: add --mkdir example ( #9555 )
...
* mount: add --mkdir example
* remove unneeded space
* Update pages/common/mount.md
2022-11-29 05:22:44 +10:00
K.B.Dharun Krishna
9272721e5a
verilator: fix typo ( #9559 )
2022-11-29 04:36:58 +10:00
K.B.Dharun Krishna
bf494772ba
iverilog: update page ( #9551 )
2022-11-27 20:13:48 +05:30
n8x0b7T
2772f9750f
feroxbuster: add page ( #9544 )
2022-11-27 20:05:36 +05:30
Harley Wilson
c21edd799d
setfile: add page ( #9554 )
...
* setfile: add page
* setfile: fix typo
* setfile: fix typo
* setfile: fix typo
* setfile: fix wording
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* setfile: fix wording
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
* setfile: fix wording
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-11-27 20:37:35 +08:00
Kyle
adbbb76e90
virt-xml: add page ( #9456 )
2022-11-27 11:59:19 +05:30
Hugh Wimberly
519c7b04b1
pytest: add page ( #9539 )
2022-11-26 14:24:27 +05:30
acass91
3e13850ea4
verilator: add page ( #9443 )
2022-11-26 13:37:29 +05:30
pixel
df6ed27267
osx/g*: add page ( #9252 )
2022-11-25 10:49:43 +01:00
pixel
f448f16cca
killall: split linux and common ( #9550 )
...
* killall: split linux and osx
* killall: oh
* mnenomic lol
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-11-25 02:44:48 +10:00
Krzysztof Bociurko
a55e9f412d
scripts/test.sh: add batching to markdownlint ( #9469 )
2022-11-24 11:16:42 -03:00
tommy Lin(yu_dady)
73e54abc7d
choco: add traditional Chinese translation ( #9547 )
2022-11-24 10:58:40 +08:00
Cyrus Yip
452f60a27c
mkvmerge: add subtitle track example ( #9521 )
2022-11-24 07:02:59 +05:30
Thamaraiselvam (aka) Tham
463cc88df4
k3d: add page ( #9273 )
2022-11-23 20:40:39 +01:00
Saevyn
4dca0ab1fb
read: fix missing backslash ( #7731 )
2022-11-23 12:05:31 +01:00
Krzysztof Bociurko
d4142a47ca
osx/caffeinate, say, uuidgen: add Polish translation ( #9348 )
2022-11-22 20:40:52 +05:30
Hugh Wimberly
098e5fc70b
poetry: update "dev dependency" example ( #9540 )
...
Since v1.2.0 Poetry has moved to a using a new syntax for adding development dependencies.
2022-11-22 16:43:19 +05:30
K.B.Dharun Krishna
7778730760
curl: update link ( #9537 )
...
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-11-22 15:25:29 +10:00
Andréia Bohner
3b5ff92995
Add long options on icalbuddy ( #9534 )
2022-11-21 17:57:32 +10:00
CleanMachine1
3fd8b8e7b2
qmmp: add page ( #9509 )
2022-11-20 13:10:09 +00:00
tangowithfoxtrot
9a6ef30519
xmodmap: added closing single-quote ( #9532 )
2022-11-20 15:53:47 +05:30
Andréia Bohner
08bde170ff
head: remove page from osx ( #9533 )
2022-11-20 15:46:01 +05:30
Ulysses
e05c6828c5
exiftool: Add "-gps*=" removal example ( #9522 )
...
* exiftool: Add "-gps*=" removal example
A common use of exiftool is removing location data from photos. One may wish to preserve most EXIF data (ex. rotation, date/time taken, etc.) but remove private location data. This example accomplishes this common task.
The proposed example comes from exiftool's author, Phil Harvey:
https://exiftool.org/forum/index.php?topic=6037.msg29731#msg29731
This example works to not only remove GPS data from EXIF but also from Adobe's XMP tags.
Tested with JPEG and HEIC photos using exiftool 12.50.
2022-11-20 15:39:37 +05:30
Andréia Bohner
7d87482449
osx/*: add pt_BR translations ( #9495 )
...
* hdiutil: add pt_BR translation
* head: add pt_BR translation
* hidd: add pt_BR translation
* icalbuddy: add pt_BR translation
* imgcat: add pt_BR translation
* indent: add pt_BR translation
* internetsharing: add pt_BR translation
* istats: add pt_BR translation
* Remove head
* Add long form on icalbuddy
2022-11-20 13:00:35 +10:00
BasicAcid
253cdc5b12
pngquant: add page ( #9525 )
2022-11-19 15:59:27 +05:30
trolzen
79ffaa3d1d
fg: refresh Russian translation ( #9487 )
2022-11-19 11:37:55 +10:00
trolzen
623bcc1d3e
hexdump: add Russian translation ( #9129 )
...
* hexdump: add Russian translation
* fixup! hexdump: add Russian translation
2022-11-18 12:56:04 +10:00
Nicholas
724ed194a3
bb: add page ( #9500 )
2022-11-18 09:52:38 +08:00
sebfoe
4f1a010ec1
esa-snap: add German page ( #9176 )
2022-11-17 20:28:28 +05:30
trolzen
737d1cce00
hexdump: refresh page and Chinese translation ( #9486 )
2022-11-17 19:50:02 +05:30
Michał Połtyn
1c621f5132
snowsql: add page ( #9519 )
2022-11-17 08:34:47 -03:00
Irina
85c7973277
nohup: use variable number of arguments in token ( #9464 )
2022-11-17 06:11:30 +05:30
Acid Bong
e71577caf9
tar: fix typo in Russian translation ( #9511 )
...
* tar: fixed typos in Russian
* tar: fix another typo in Russian translation
2022-11-17 05:44:03 +10:00
Adinda Praditya
d627443c0a
rubocop: add Indonesian translation ( #9279 )
2022-11-16 11:24:19 -03:00
Irina
c3a2251d88
tput: refresh page ( #9474 )
2022-11-16 19:38:31 +05:30
Darío Hereñú
f293a03693
ac: add Spanish translation ( #9504 )
2022-11-16 11:08:11 -03:00
pablomalo
e3808a5850
scoop: improve example to update all packages ( #9508 )
2022-11-15 09:48:48 -03:00
K.B.Dharun Krishna
0ffeddaec4
jekyll: update link, add Tamil translation ( #9512 )
2022-11-15 09:45:55 -03:00
K.B.Dharun Krishna
b5e55f9f9e
gem, ruby: add Tamil translation ( #9514 )
2022-11-15 09:43:00 -03:00
K.B.Dharun Krishna
239abd1799
vt: add Tamil translation ( #9506 )
2022-11-15 09:42:04 -03:00
K.B.Dharun Krishna
c79971f9e2
apx: add Tamil translation ( #9505 )
2022-11-15 09:41:24 -03:00
John Toohey
587e51d780
btrfs*, mkfs.btrfs: update link to new website ( #9517 )
2022-11-15 08:50:15 -03:00
Darío Hereñú
8ae3e3f3bc
ag: add Spanish translation ( #9518 )
2022-11-15 04:17:58 -03:00
Darío Hereñú
dae876bac3
icalBuddy: add Spanish translation ( #9510 )
2022-11-14 10:16:51 -03:00
Darío Hereñú
4178352a0d
acyclic: add Spanish translation ( #9516 )
2022-11-14 09:32:36 -03:00
Dominik Pabst
a882a62c66
pbpaste: add German translation ( #9435 )
2022-11-12 16:13:14 +01:00
Emily Grace Seville
eefe5a6c52
sed: refresh/add pages ( #7931 )
2022-11-12 21:05:16 +08:00
Seth Falco
9d9774952d
aria2: update translations to match en page ( #9490 )
2022-11-12 20:51:27 +08:00
Darío Hereñú
17eff73a1c
thunar: add Spanish translation ( #9502 )
2022-11-09 22:00:18 -03:00
Krzysztof Bociurko
fa7f5faa94
say: update page ( #9452 )
2022-11-09 12:13:25 +00:00
Philippe Massicotte
43498fab3d
quarto: refresh page ( #9491 )
2022-11-09 12:12:10 +00:00
K.B.Dharun Krishna
d3203a1699
apx: add page ( #9501 )
2022-11-09 07:21:01 -03:00
osalbahr
8cd6567f44
gcc: add -g to -Wall -Og example ( #9088 )
2022-11-09 07:05:39 -03:00
ohyahgit
ea0a5167c7
cockpit-*: add page ( #9145 )
2022-11-09 07:03:06 -03:00
Lena
d72e639555
cipher: edit page ( #9312 )
2022-11-09 09:54:50 +05:30
3voltAmperes
b52483383e
duf, ebook-convert: add German translation ( #9002 )
2022-11-09 04:50:13 +01:00
Raph
95f7704f8a
gprof: add page ( #9485 )
2022-11-08 22:47:11 +01:00
Pete Riches
3fc7bd3d7d
cut: use `--delimiter` with `--fields` ( #9503 )
...
The `--delimiter`option only applies when separating fields.
I have changed the second example to use `--fields` instead of `--characters`, which threw an error.
2022-11-08 14:31:49 +00:00
Patrice Denis Arronis
7294aeffb5
ip-route-*: add page ( #9311 )
2022-11-08 19:26:59 +05:30
Kyle
e5b51964ca
virt-xml-validate: add page ( #9467 )
2022-11-08 08:39:08 +00:00
Irina
be0605dd3c
stty: refresh page ( #9465 )
2022-11-08 09:27:53 +05:30
Mia Combeau
db10bb6e9d
kill: add French translation ( #9498 )
2022-11-07 15:47:57 +05:30
Giorgos Stamatelatos
2c8792dca3
wacaw: rename to wacaw.md ( #9496 )
...
File was originally without an extension.
2022-11-07 11:47:01 +05:30
Axel Navarro
2bd2336a5e
xauth: add page ( #9499 )
2022-11-07 11:38:16 +05:30
Ethan Liu
36f4acb33d
railway: add page ( #9488 )
2022-11-07 05:32:30 +01:00
Darío Hereñú
07fb5f2609
abduco: add Spanish translation ( #9497 )
2022-11-06 11:55:43 -03:00
MikeR
ab6ee2256d
pkcon: add page ( #9494 )
2022-11-06 18:16:52 +05:30
Ethan Liu
c2195f3a31
ant: add Chinese translation ( #9484 )
2022-11-06 19:22:01 +08:00
Ethan Liu
3d84aed2d6
ant: add Chinese translation ( #9484 )
2022-11-06 19:21:47 +08:00
Sanosuke Kato
593fc86b20
bg, fg: add Japanese translation ( #9437 )
2022-11-04 20:34:21 +00:00
Seth Falco
e10e6df63e
conky: fix align example ( #9492 )
2022-11-04 20:32:19 +00:00
Irina
50e6c846ee
stat: refresh page ( #9438 )
2022-11-04 20:10:43 +00:00
Darío Hereñú
0bb3fcf749
aws-pricing: add Spanish translation ( #9489 )
2022-11-04 21:23:17 +05:30
Darío Hereñú
eb00f1e452
cls: add Spanish translation ( #9483 )
2022-11-04 07:45:13 -03:00
Antoine Amara
93efd1fa64
cargo: add French translation ( #9103 )
...
* cargo: add french translation
* add a french translation to cargo main documentation
* cargo: correct spelling mistake
* cargo: corect spelling mistakes
* cargo: improve comand description
2022-11-03 15:57:46 +01:00
Darío Hereñú
29d99d6684
screencap: add Spanish translation ( #9479 )
2022-11-03 05:51:15 +05:30
Hai Le Phu
506f6d13fc
git-feature: fix page title ( #9482 )
2022-11-03 05:44:32 +05:30
Mia Combeau
dd1f59b896
errno: add French translation ( #9481 )
2022-11-02 13:07:18 -03:00
Gustavo Cavalieri Fernandes
297c8ce3ea
[[: add pt_BR translation ( #9451 )
2022-11-02 13:05:31 -03:00
Mia Combeau
5a9e0cf2e0
errno: fix grammar in example description ( #9480 )
2022-11-02 12:56:39 -03:00
pg99696
c06fbd2037
git-scp: add page ( #9385 )
2022-11-02 10:26:42 -03:00
Robson Cruz
7adfe7b3e6
git-feature: add page ( #9470 )
2022-11-02 10:25:53 -03:00
rozie
06755136dc
expect, newgrp, powertop: add Polish translation ( #9441 )
2022-11-02 18:47:39 +05:30
Joel Tony
dc74049f0d
svcadm: add French translation ( #9394 )
2022-11-02 07:12:13 -03:00
Richard Mörbitz
28841b6189
jq: remove tokenization of dot operator ( #9428 )
2022-11-02 12:27:37 +08:00
Gustek
bbe0ebab38
chcon, curlie, dex: add French translation ( #9407 )
2022-11-01 14:32:42 -03:00
Robson Cruz
5bd80eefb7
ansible: add pt_BR translation ( #9471 )
2022-11-01 20:44:58 +05:30
Joel Tony
04f278f573
snoop: add French translation ( #9395 )
2022-11-01 11:51:41 -03:00
Joel Tony
0e163b1d5e
prctl: add French translation ( #9392 )
2022-11-01 07:27:06 -03:00
Joel Tony
042195f754
devfsadm: add French translation ( #9389 )
2022-11-01 07:24:39 -03:00
Joel Tony
88ccc4f919
svcs: add French translation ( #9397 )
2022-11-01 07:23:46 -03:00
Joel Tony
9b96cd4e31
prstat: add French translation ( #9393 )
2022-11-01 07:14:09 -03:00
Joel Tony
347c976bec
screencap: add French translation ( #9390 )
2022-11-01 07:13:35 -03:00
Joel Tony
7a7d400c0e
dmesg: add French translation ( #9391 )
2022-11-01 07:11:42 -03:00
Joel Tony
e8345c2207
truss: add French translation ( #9398 )
2022-11-01 07:10:53 -03:00
K.B.Dharun Krishna
59379f3ee5
common/*: fix Nepali translation ( #9415 )
2022-11-01 16:09:55 +08:00
Tan Siret A
cea89542a4
*: fix Turkish translation ( #9455 )
2022-11-01 04:35:11 +05:30
Darío Hereñú
d30a20503a
dumpsys: add Spanish translation ( #9449 )
2022-10-31 12:22:19 -03:00
Ein Verne
4df135e6cd
atop: add page ( #9450 )
2022-10-31 12:21:43 -03:00
Sanosuke Kato
43ab76f72e
chsh: add Japanese translation ( #9422 )
2022-10-31 07:26:33 -03:00
Tan Siret A
1b5313978a
pw*: add Turkish translation ( #9445 )
2022-10-31 07:11:10 -03:00
Tan Siret A
d0ace9faf9
go*: add Turkish translation ( #9447 )
2022-10-31 07:06:43 -03:00
Tan Siret A
afac125d3c
*: update link label in Turkish translation ( #9453 )
2022-10-31 06:52:35 -03:00
Tan Siret A
10de3e8db3
sunos/*: add Turkish translations ( #9444 )
2022-10-31 06:44:28 -03:00
Tan Siret A
92b9e1caf8
a2*: add Turkish translations ( #9442 )
2022-10-31 06:43:45 -03:00
Spicyyboi
1b55c5bbab
vimdiff, vimtutor: add German translation ( #9296 )
2022-10-31 09:10:12 +01:00
Joel Tony
c580bf2055
sam2p: add page ( #9109 )
2022-10-31 13:13:32 +08:00
K.B.Dharun Krishna
202953761d
java*: update links ( #9436 )
...
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-30 23:40:02 +01:00
Rolv Apneseth
8edccfeca7
black: adjust example descriptions for `--diff` and `--check` examples ( #9211 )
...
* black: modify order and wording on --diff and --check examples
* black: changed the learn more link to point to the project's documentation
* Update pages/common/black.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-10-30 23:35:40 +01:00
pg99696
f63e2da79b
git-merge-*: add page ( #9386 )
...
* git merge-into: add page
* git merge-repo: add page
* Apply suggestions for git-merge-into
* Apply suggestions for git-merge-repo
2022-10-30 23:31:26 +01:00
Sanosuke Kato
fcadddc0b1
fg: fix example description ( #9439 )
...
* fg: fix a command explanation
* Update pages/common/fg.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-10-30 23:27:32 +01:00
Darío Hereñú
d89a8d55b7
getprop: add Spanish translation ( #9430 )
2022-10-30 14:50:24 -03:00
NikhilSS
b22fd9ff59
unzipsfx: add page ( #9225 )
2022-10-30 09:20:13 -03:00
Suhani Garg
aa5621f443
serialver: add page ( #9371 )
2022-10-30 09:12:03 -03:00
Brett Krueger
deb48dfb2d
logrotate: add page ( #9055 )
2022-10-30 09:10:43 -03:00
Sanosuke Kato
ef47ce96f2
cd: add Japanese translation ( #9420 )
2022-10-30 09:08:09 -03:00
Brett Krueger
517cdc4254
qm-unlock: add page ( #9051 )
2022-10-30 08:39:56 -03:00
Cristian Bastidas
2603b45852
airodump-ng: add page ( #9114 )
2022-10-30 08:20:34 -03:00
Thamaraiselvam (aka) Tham
b53b33a074
pg_isready: add page ( #9271 )
2022-10-30 08:08:06 -03:00
Dulaj Nadawa
5f00d3a1ca
qm-resume: add page ( #9374 )
2022-10-30 08:06:21 -03:00
Seth Falco
b0e9368d0f
ci: fix formatting and ignore package-lock.json ( #9429 )
...
Signed-off-by: Seth Falco <seth@falco.fun>
Signed-off-by: Seth Falco <seth@falco.fun>
2022-10-30 10:50:00 +00:00
Richard Mörbitz
33118a53ac
git-blame: add commit examples ( #9380 )
2022-10-30 10:24:25 +05:30
Darío Hereñú
4d84a007d4
biometrickitd: add Spanish translation ( #9174 )
2022-10-29 18:07:50 -03:00
rajat mohan
60edcb358c
cockpit-ws: add page ( #9160 )
2022-10-29 17:58:43 -03:00
rozie
4ba1228d79
amixer, fatlabel, i7z, vigr, vpnc: add Polish translation ( #9417 )
2022-10-29 17:27:42 -03:00
Alwin Lohrie
b25e0e849e
esptool: add page ( #9276 )
2022-10-29 17:13:10 -03:00
Glenn Dimaliwat
9d45084ebe
sfdx: add page ( #9255 )
2022-10-29 20:10:38 +05:30
Joel Tony
542d339db5
sockstat: add page ( #9107 )
2022-10-29 21:42:07 +08:00
Richard Mörbitz
b12b2fe27d
jq: add German translation ( #9383 )
2022-10-29 14:51:22 +02:00
ni-ui
a232f2818c
goldeneye.py: add page ( #9277 )
2022-10-29 09:43:14 -03:00
Ann
bab861ea85
cp: add traditional Chinese translation ( #9269 )
2022-10-29 09:10:15 -03:00
Abdulrahman Alfawal
62b2ecaf22
rmdir, robo: add Arabic translations ( #9411 )
2022-10-29 08:25:37 +05:30
Abdulrahman Alfawal
8cbe2d8af8
tox: add Arabic translation ( #9409 )
2022-10-29 08:23:44 +05:30
Octávio X. Fúrio
e8bf17bba6
ls, mv, sudo: add pt_BR translation ( #9259 )
2022-10-29 08:20:42 +05:30
psycho-arna
7746f00439
vlc: add Nepali translation ( #9414 )
2022-10-29 08:06:21 +05:30
Michael Schwarz
e918fd22ea
django-admin: update link to latest version ( #9404 )
2022-10-29 08:03:47 +05:30
Gabriel Rodrigues
0fba988587
fd, fdp, finger: add pt_BR translation ( #9366 )
2022-10-28 21:43:04 -03:00
Seth Falco
e81d293482
mkdir: reword examples ( #9400 )
2022-10-28 21:33:27 -03:00
Seth Falco
0fb6668370
open: fix typo in example ( #9401 )
2022-10-28 13:35:02 -03:00
Dulaj Nadawa
9cced2f955
qm-migrate: add page ( #9367 )
2022-10-28 21:23:46 +05:30
psycho-arna
c703ca72dd
ffmpeg: add Nepali translation ( #9373 )
2022-10-28 21:17:53 +05:30
seppacar
939b3dcb46
cat: add Turkish translation ( #9379 )
2022-10-28 21:02:23 +05:30
dinaisrael
d2d7cf17ff
archivemount: add page ( #9354 )
2022-10-28 10:57:08 -03:00
Rolv Apneseth
96e0324c04
qtile: add page ( #9132 )
2022-10-28 14:00:40 +02:00
psycho-arna
9f3626bc79
cat: add Nepali translation ( #9378 )
2022-10-28 08:22:11 -03:00
psycho-arna
75ab3dd90c
cp: add Nepali translation ( #9372 )
2022-10-28 08:14:56 -03:00
psycho-arna
ff7bfa3b5d
ls: add Nepali translation ( #9370 )
2022-10-28 08:09:10 -03:00
Leon
06aedb14d6
cp: add Dutch translation ( #9360 )
2022-10-28 08:08:00 -03:00
Leon
e27ae79fff
do-release-upgrade: add Dutch translation ( #9362 )
2022-10-28 08:07:21 -03:00
seppacar
4bac36041f
bat: add Turkish translation ( #9381 )
2022-10-28 08:06:39 -03:00
Paulo Guilherme Pinheiro Pereira
3df8c8fa5e
zramctl: add pt_BR translation ( #9251 )
2022-10-28 07:46:57 -03:00
Darío Hereñú
9c33f175e3
ab: fix typo in Spanish translation ( #9387 )
2022-10-28 07:46:07 -03:00
Waldir Pimenta
c46a498931
cron: add alias page ( #9388 )
...
* cron: add alias page
* cron: remove trailing whitespace
* ripgrep: use standard alias description
* todoman: use standard alias description
2022-10-28 19:47:25 +10:00
dinaisrael
77257d0196
goobook: add page ( #9356 )
2022-10-28 13:30:49 +05:30
Raph
907f0033f6
tuckr: add page ( #9320 )
2022-10-28 14:55:55 +08:00
pg99696
9608f14607
grub-script-check: add page ( #9336 )
2022-10-28 09:17:26 +05:30
Francesco Franchina
538f8391aa
it/*: fix typos in Italian translations ( #9337 )
2022-10-27 19:20:12 +02:00
Constantine
ae08860df2
apt moo: add Ukrainian translation ( #9368 )
2022-10-27 18:37:44 +05:30
K.B.Dharun Krishna
937c216b28
cd: update page ( #9363 )
2022-10-27 15:36:45 +08:00
Adinda Praditya
ad876bcc22
rspec: add Indonesian translation ( #9284 )
2022-10-27 11:34:47 +05:30
Colin Westwater
fee5f011e0
cd: add command to go to root of current drive ( #9106 )
2022-10-26 20:57:10 +05:30
Darío Hereñú
3bb70dbb89
top: fix typo in spanish translation ( #9358 )
2022-10-26 20:13:26 +05:30
Darío Hereñú
ca27ec4d96
dnf: fix typo in Spanish translation ( #9361 )
2022-10-26 11:34:55 -03:00
Barry Weiss
cce6775dd0
pyats-shell: add page ( #9338 )
2022-10-26 11:22:30 -03:00
Darío Hereñú
6c6b23750a
cpuid: fix typo in Spanish translation ( #9359 )
2022-10-26 11:19:21 -03:00
Darío Hereñú
f0d52029d7
xdg-open: fix typo in Spanish translation ( #9357 )
2022-10-26 11:00:27 -03:00
Darío Hereñú
8d68f96ec0
yum: fix typo in Spanish translation ( #9355 )
2022-10-26 10:59:41 -03:00
Matt Dutson
8440fea997
exiftool: add print example and image metadata example ( #9179 )
2022-10-26 07:47:02 -03:00
Irina
4e62cae99f
nohup, stat: add Russian translation ( #9345 )
2022-10-26 07:40:43 -03:00
Anthony Chen
edd0818a30
xcowsay: add Chinese translation ( #9196 )
2022-10-26 07:39:17 -03:00
Patrice Denis Arronis
cc51ca87ad
aws-history: add French translation ( #9309 )
2022-10-26 07:29:03 -03:00
deeeeeeps
9127ea2e92
qm-sendkey: add page ( #9246 )
2022-10-26 07:23:58 -03:00
Thamaraiselvam (aka) Tham
62ba2c869b
kcadm.sh: add page ( #9272 )
2022-10-26 07:20:33 -03:00
Max Drasbeck
253ea81f94
ncdu, popd, pushd, w: add Danish translation ( #9197 )
2022-10-26 07:18:29 -03:00
Gabriel Rodrigues
94dbff0660
btm, bup: add pt_BR translation ( #9351 )
2022-10-26 07:17:49 -03:00
MUSKAN
e58d646e94
qm-vncproxy: add page ( #9150 )
2022-10-26 07:15:21 -03:00
koolape
38bb098e37
blastn: add page ( #8873 )
2022-10-26 07:14:33 -03:00
bryanmg
bd623d649f
aws-sqs: add page ( #9085 )
2022-10-26 07:03:33 -03:00
Krzysztof Bociurko
8f136b2939
uuid, uuidd, uuidgen: add Polish translation ( #9349 )
2022-10-26 07:02:13 -03:00
Jake Leahy
e03ec4e499
nim: add check example ( #9308 )
2022-10-26 07:00:57 -03:00
Ratheshan Sathiyamoorthy
f500bf3524
arduino: add examples ( #9352 )
2022-10-26 06:57:36 -03:00
Krzysztof Bociurko
d60a7927a6
*: remove executable permission to page ( #9350 )
2022-10-26 06:54:27 -03:00
sebfoe
3f6c59bda4
esa-snap: add page ( #9334 )
2022-10-26 06:33:58 -03:00
Copolycube
d70dc0a5eb
btrfs/*: add French translation ( #9037 )
...
* New translation : btrfs
added a new translation for linux/btrfs.md
* Create btrfs-check.md
* Update btrfs.md
* Update btrfs.md
* Create btrfs-device.md
* Create btrfs-filesystem.md
* Create btrfs-inspect-internal.md
* Create btrfs-rescue.md
* Create btrfs-restore.md
* Create btrfs-scrub.md
* Create btrfs-subvolume.md
* Create btrfs-version.md
* Update btrfs-subvolume.md
* Update btrfs-check.md
traduction chemin/vers/partition in command lines
* Update btrfs-device.md
* Update btrfs-filesystem.md
* Update btrfs-rescue.md
* Update btrfs-rescue.md
* Update btrfs-subvolume.md
* Update btrfs.md
* Update pages.fr/linux/btrfs-check.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.fr/linux/btrfs-check.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.fr/linux/btrfs-inspect-internal.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.fr/linux/btrfs-check.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update btrfs-check.md
* Update btrfs-check.md
* Update pages.fr/linux/btrfs.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-device.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-device.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-device.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-device.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-device.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Apply suggestions from code review
applying batch of 16 suggestions from @patricedenis (thanks !)
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-restore.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Update pages.fr/linux/btrfs-restore.md
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
2022-10-26 10:25:00 +02:00
Irina
bfaee1a34b
stat: change to full path in token ( #9346 )
2022-10-26 18:21:47 +10:00
Gustek
6d985bc5ae
adduser, alien, ascii, asciiart, batcat, blight: add French translation ( #9245 )
...
* cal: add French translation
* gcc: add French translation
* gh: add French translation
* gh-alias: add French translation
* ark: add French translation
* as: add French translation
* gcc, gh-alias, gh, ark, as, cal: fix whitespace and typo
* cal, gcc, gh, gh-alias, ark, as: fix trailing whitespace
* as: fix typo
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
* gh: fix phrasing
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
* gcc: fix phrasing
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
* gh-alias: fix phrasing
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
* gh: fix phrasing
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
* cal, gcc, gh, gh-alias, ark, as: fix mood
* at: add French translation
* btrfs: add French translation
* cfdisk: add French translation
* ctr: add French translation
* daemonize: add French translation
* deluser: add French translation
* edit: add French translation
* eject: add French translation
* at: improve French translation
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* ctr: improve French translation
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* adduser: add French translation
* alien: add French translation
* ascii: add French translation
* asciiart: add French translation
* batcat: add French translation
* blight: add French translation
* blight: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* asciiart: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* asciiart: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* asciiart: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* asciiart: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
* alien, asciiart, adduser: improve French translation
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Patrice Denis Arronis <patricedenis@users.noreply.github.com>
2022-10-26 10:12:12 +02:00
Reo Uehara
005b4e6576
ag: add Japanese translation ( #9233 )
2022-10-26 13:11:49 +08:00
Irina
b3b3c8c46a
nohup: put command in backquotes ( #9347 )
2022-10-26 12:51:09 +08:00
dinaisrael
12f81b7d00
caffeine-indicator: add page ( #9339 )
2022-10-26 08:16:02 +05:30
Nándor
af2f120a54
date: fix typo in -u example ( #9341 )
2022-10-26 08:06:33 +05:30
Cristian Bastidas
c6ef38c58d
az-*: add Spanish translation ( #9326 )
2022-10-26 07:57:29 +05:30
DEBADRIBASAK
fabd81e9f6
setserial: add page ( #9291 )
2022-10-25 22:26:48 -03:00
DEBADRIBASAK
e6d261b8a9
loadkeys: add examples ( #9283 )
2022-10-25 22:24:53 -03:00
Thamaraiselvam (aka) Tham
b387d00bfb
doctl-serverless: add page ( #9318 )
...
* doctl-serverless: add page
* Update pages/common/doctl-serverless.md
2022-10-26 00:09:08 +00:00
Jean-Pierre van Riel
69c7cfe02c
wipefs: add --all example with glob pattern ( #8453 )
2022-10-25 23:56:30 +00:00
seppacar
aa372e0a32
tar: add Turkish translation ( #9257 )
2022-10-25 19:21:39 -03:00
trolzen
915ed321b9
cabal, ghc, ghci, ghcup: add Russian translation ( #9121 )
2022-10-25 19:19:49 -03:00
Leon
5f2b93bce6
certbot: add Dutch translation ( #9324 )
2022-10-25 19:19:12 -03:00
Abhay Patil
61c26c35a9
aws-codecommit: add page ( #9202 )
2022-10-25 16:14:04 -03:00
DEBADRIBASAK
44416e176c
telinit: add page ( #9288 )
2022-10-25 13:18:08 -03:00
mpiasecki1
659da1ec92
choco/*: add Polish translation ( #9027 )
2022-10-25 19:02:51 +05:30
trolzen
a93326b278
bg, fg, jobs: add Russian translation ( #9142 )
2022-10-25 10:18:42 -03:00
xBLACKICEx
dc3e517bd8
sort: add Chinese translation ( #8989 )
2022-10-25 18:42:03 +05:30
Jason Yoo
97610bccbc
gcc, g++, gdb: add Korean translation ( #9067 )
2022-10-25 09:53:24 -03:00
Tyler Smart
28b8fe04e7
twine: add examples ( #8924 )
2022-10-25 09:51:58 -03:00
seppacar
d53b9a7390
screencap: add Turkish translation ( #9253 )
2022-10-25 09:48:57 -03:00
Barry Weiss
fa29fb7c48
pyats-version: add page ( #9319 )
2022-10-25 18:17:56 +05:30
Ju-eun (elpion)
560d0edc47
docker-compose: update Korean translation ( #9268 )
2022-10-25 09:42:05 -03:00
Abdulrahman Alfawal
375e555b93
apt, apt-get: add Arabic translation ( #9282 )
2022-10-25 09:41:05 -03:00
Adinda Praditya
b47a115dc2
history: add Indonesian translation ( #9303 )
2022-10-25 09:40:25 -03:00
Adinda Praditya
dc1f1a8540
autojump: add Indonesian translation ( #9305 )
2022-10-25 18:10:13 +05:30
Adinda Praditya
9f2f09277a
split: add Indonesian translation ( #9304 )
2022-10-25 09:32:17 -03:00
Adinda Praditya
1e0dbde12e
ld: add Indonesian translation ( #9302 )
2022-10-25 09:31:40 -03:00
Francesco Franchina
aac6827674
*: fix path placeholders in Italian translation ( #9335 )
2022-10-25 17:15:17 +05:30
Triad
58e0ed9e6d
whoami: add Italian translation ( #9184 )
2022-10-25 13:41:26 +02:00
Triad
13ff9cf575
cd: add Italian translation ( #9185 )
2022-10-25 13:35:10 +02:00
Gabriel Rodrigues
aa7506a6ca
daps, darkhttpd, dart, dash: add pt_BR translation ( #9140 )
2022-10-25 16:53:49 +05:30
Ju-eun (elpion)
10743fa54f
docker-image*: add Korean translation ( #9242 )
2022-10-25 08:07:30 -03:00
Brett Krueger
15c29885e6
qm-destroy: add page ( #9054 )
2022-10-25 08:03:58 -03:00
Leon
feacd615bf
cfdisk: add Dutch translation ( #9325 )
2022-10-25 07:58:58 -03:00
Darío Hereñú
05946f385d
conky: fix typo in Spanish translation ( #9330 )
2022-10-25 07:58:21 -03:00
dinaisrael
df975f05fd
nvm: add ls-remote example ( #9315 )
2022-10-25 07:36:45 -03:00
MUSKAN
71d4d67692
qm-help: add page ( #9165 )
2022-10-25 07:31:37 -03:00
Madawa De Silva
827f61a141
xzless: add page ( #9059 )
2022-10-25 07:30:43 -03:00
Ein Verne
3a592a1a8e
mysqlbinlog: add page ( #9154 )
2022-10-25 07:29:40 -03:00
Andreia Bohner
dbce874f05
getfileinfo: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
67ab8b27a0
fsck: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
c5ad4c7f9f
fontd: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
93184a98e0
fileicon: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
bc8a32d898
filecoordinationd: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
52e0c5a91f
fdesetup: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
108c44d248
emond: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
6cc8d2c225
ed: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
e850285d1a
dhcp6d: add pt_BR translation
2022-10-25 07:28:46 -03:00
Andreia Bohner
18594aa139
deleted: add pt_BR translation
2022-10-25 07:28:46 -03:00
K.B.Dharun Krishna
c176d565bc
vt: add page ( #9317 )
2022-10-25 07:27:35 -03:00
Darío Hereñú
dc2264b921
dmesg: fix typo in Spanish translation ( #9331 )
2022-10-25 06:47:45 -03:00
Darío Hereñú
5ef33939dd
touch: fix typo in Spanish translation ( #9327 )
2022-10-25 06:44:44 -03:00
Darío Hereñú
048a04340b
dmidecode: fix typo in Spanish translation ( #9332 )
2022-10-25 06:44:23 -03:00
Darío Hereñú
0fb1434866
wc: fix typo in Spanish translation ( #9328 )
2022-10-25 06:44:10 -03:00
Darío Hereñú
1c2eb07ccf
apt-key: fix typo in Spanish translation ( #9329 )
2022-10-25 06:43:38 -03:00
Ethan Liu
ef8d207a06
protoc: add Chinese translation ( #9313 )
2022-10-25 17:11:47 +08:00
MUSKAN
38f9331440
qm-pending: add page ( #9149 )
...
* qm-pending: add page
* qm-pending: add page
* Update pages/linux/qm-pending.md
* Update pages/linux/qm-pending.md
2022-10-25 18:05:34 +10:00
Cristian Bastidas
94c2313951
aireplay-ng: add page ( #9333 )
...
* aireplay-ng: add page
* Update pages/common/aireplay-ng.md
2022-10-25 17:57:35 +10:00
Abhishek Srivastava
09bc55514e
qm-rollback: add page ( #9110 )
...
* qm-rollback: add page
* Fixed formatting issues
* Fixed formatting issues
* Update pages/linux/qm-rollback.md
* Update pages/linux/qm-rollback.md
2022-10-25 17:47:36 +10:00
Gustavo Higuera M
d2d5ec0f02
w: add Spanish translation ( #9306 )
2022-10-25 11:50:39 +05:30
Leon
c76a596071
archinstall: add Dutch translation ( #9323 )
2022-10-25 11:47:19 +05:30
DEBADRIBASAK
4a9dc81054
lddd: add page ( #9286 )
2022-10-25 11:42:26 +05:30
K.B.Dharun Krishna
7fab1fc4c7
hunspell, ispell: update links ( #9247 )
2022-10-25 11:40:22 +05:30
NikhilSS
1a4d3a545f
funzip: add page ( #9236 )
2022-10-24 18:25:11 -03:00
Gustavo Higuera M
34c458c32e
zipcloak: add Spanish translation ( #9307 )
2022-10-24 17:59:50 -03:00
Adinda Praditya
bd751bc0df
ping: add Indonesian translation ( #9287 )
2022-10-24 09:50:07 -03:00
Colin Westwater
c357d7e4f5
date: add page ( #9204 )
2022-10-24 09:49:22 -03:00
Jason Yoo
70149dbad0
clang*: update and add Korean translation ( #8972 )
2022-10-24 09:45:23 -03:00
Darío Hereñú
884a9345f1
caffeinate: add Spanish translation ( #9229 )
2022-10-24 09:42:58 -03:00
Gustavo Higuera M
7c43c7d99f
chmod: add Spanish translation ( #9082 )
2022-10-24 17:55:21 +05:30
Gabriel Rodrigues
8e1695acbc
esbuild: add pt_BR translation ( #9238 )
2022-10-24 09:23:22 -03:00
phatsss
c2d7b27c80
*: add Lao translation ( #8893 )
2022-10-24 09:15:57 -03:00
Abdulrahman Alfawal
5de2beadd6
common-arguments: add Arabic translation ( #9300 )
2022-10-24 09:04:05 -03:00
Cristian Bastidas
990859bc7e
az-webapp: add Spanish translation ( #9270 )
2022-10-24 09:00:28 -03:00
Jakub Romanowski
0a6a19ef21
lz4: fix warning when piping decompression ( #9310 )
2022-10-24 16:46:02 +05:30
Quentin Klein
1657ba8d33
brew-*: add French translation ( #9206 )
2022-10-24 16:40:14 +05:30
Spicyyboi
b38f3b34ff
g++: update German translation ( #9249 )
2022-10-24 11:15:40 +02:00
Ulysses
b283d13ffb
find: remove redundant -delete from -daystart example ( #8981 )
2022-10-24 13:58:18 +05:30
vatana7
e0a5a7e588
treetime: add page ( #9162 )
2022-10-24 09:58:33 +02:00
pg99696
5f03fcde13
loadkeys: add page ( #9244 )
2022-10-23 23:03:24 -03:00
Darío Hereñú
f2e0293610
git-imerge: fix typo in Spanish translation ( #9289 )
2022-10-24 04:43:50 +05:30
Darío Hereñú
6c16bdac5f
git-grep: fix typo in Spanish translation ( #9290 )
2022-10-24 04:43:00 +05:30
Darío Hereñú
ee6b80ae08
git-revert: fix typo in Spanish translation ( #9292 )
2022-10-24 04:41:52 +05:30
Darío Hereñú
e300a8f7ef
git-rev-parse: fix typo in Spanish translation ( #9293 )
2022-10-24 04:40:55 +05:30
Darío Hereñú
e3e02f4752
git-show: fix typo in Spanish translation ( #9295 )
2022-10-24 04:39:34 +05:30
Darío Hereñú
5da033607a
git-rebase: fix typo in Spanish translation ( #9294 )
2022-10-24 04:38:22 +05:30
Darío Hereñú
1e607997bd
git-submodule: fix typo in Spanish translation ( #9297 )
2022-10-24 04:37:14 +05:30
Darío Hereñú
b86444f99d
git-worktree: fix typo in Spanish translation ( #9299 )
2022-10-24 04:34:00 +05:30
Darío Hereñú
0472b210a9
git-submodule: fix typo in Spanish translation ( #9263 )
2022-10-23 19:23:39 -03:00
Abhishek Srivastava
a9cb8f5a9e
qm-cleanup: add page ( #9111 )
2022-10-23 19:21:12 -03:00
Darío Hereñú
a93db501be
nano: fix typo in Spanish translation ( #9267 )
2022-10-23 19:17:50 -03:00
Darío Hereñú
0823dc2ffb
more: fix typo in Spanish translation ( #9266 )
2022-10-23 19:11:15 -03:00
Syafa Adena
c0525003cf
choco-install: add Indonesian translation ( #9241 )
2022-10-23 18:49:40 -03:00
Blaž Oražem
69ccfcc038
netstat: add page ( #9156 )
2022-10-23 18:48:16 -03:00
MUSKAN
631d8f7edd
qm-mtunnel: add page ( #9152 )
2022-10-23 18:45:45 -03:00
Lucas Cardoso
217747745b
man: add pt_BR translation ( #9250 )
2022-10-23 18:44:51 -03:00
Darío Hereñú
78405a9dc3
bat: fix typo in Spanish translation ( #9258 )
2022-10-23 15:28:32 -03:00
Darío Hereñú
b6a972f758
feh: fix typo in Spanish translation ( #9262 )
2022-10-23 15:28:20 -03:00
Reo Uehara
3c91f7f83d
add: Japanese translation in common-arguments ( #9248 )
2022-10-24 00:23:34 +08:00
Waldir Pimenta
31cc8392a6
date: add week number example and other tweaks ( #9136 )
2022-10-24 00:19:15 +08:00
Reo Uehara
053c5bf1e8
aws: add japanese translation ( #9235 )
2022-10-24 00:13:12 +08:00
Darío Hereñú
b9307dae21
Typo fixed - git-svn (spanish translation) ( #9264 )
2022-10-24 00:08:59 +08:00
Darío Hereñú
365f6eab76
dig: fix typo in Spanish translation ( #9261 )
2022-10-23 12:35:16 -03:00
Paskalouis Patressi
e791ba8a18
pm2: add Indonesian translation ( #9222 )
2022-10-23 12:33:58 -03:00
Darío Hereñú
3e05cccc9d
Typos fixed - Asciinema (spanish translation) ( #9260 )
2022-10-23 21:27:36 +08:00
K.B.Dharun Krishna
9924fac91a
gnome/*: add Tamil translation ( #9063 )
2022-10-23 21:22:11 +08:00
K.B.Dharun Krishna
0cabfe61ba
pacman-upgrade: update Tamil translation ( #9232 )
2022-10-23 21:10:48 +08:00
Stefan Herpich
34dd85f534
az-logout: add German translation ( #9170 )
2022-10-23 14:51:16 +02:00
Thomas Eilmsteiner
f3281d68eb
asdf: add German translation ( #9134 )
2022-10-23 11:18:01 +05:30
Bárbara Perdigão
62dcb8dd37
7za, 7zr, [: update pt_BR translation ( #8740 )
2022-10-23 11:05:10 +05:30
adityarjadhav
5ba280a47b
wget: add Hindi translation ( #8943 )
2022-10-23 01:43:29 -03:00
Stefan Herpich
0cef45b1b2
az-config: add German translation ( #9171 )
2022-10-23 04:47:51 +02:00
Antoine Amara
428e000d11
twurl: add page ( #9101 )
2022-10-22 23:01:22 +02:00
Emily Grace Seville
1a44a5ebd4
dash: refresh page ( #7981 )
2022-10-22 22:08:14 +02:00
Sadeed
1c1cc911f3
qm-guest-exec-status, qm-guest-passwd: add page ( #9102 )
2022-10-22 22:39:46 +05:30
trolzen
6529fbb268
aspell, hunspell, ispell: add Russian translation ( #9135 )
2022-10-22 18:25:39 +05:30
trolzen
29e5804656
hostname, hostnamectl: add Russian translation ( #9138 )
2022-10-22 18:04:19 +05:30
Reo Uehara
f818cc7555
aws-configure: add japanese translation ( #9237 )
2022-10-22 12:49:59 +05:30
rozie
d6673b79b5
reset, sensors, wtf: add Polish translation ( #9239 )
2022-10-22 11:32:14 +05:30
rozie
5fafd60639
blkid, chcpu, ifup: add Polish translation ( #9240 )
2022-10-22 11:31:27 +05:30
Fabio Kleis
c622663fff
dd: add pt_BR translation ( #9228 )
2022-10-22 11:04:43 +05:30
Fabio Kleis
60cfbbabd1
vim: add pt_BR translation ( #9234 )
2022-10-22 10:54:44 +05:30
Fabio Kleis
7e43174b8f
cargo: add pt_BR translation ( #9231 )
2022-10-21 21:56:41 +05:30
Madawa De Silva
6c990e054c
burpsuite: add page ( #9104 )
2022-10-21 21:51:48 +05:30
Sherman Hui
74d6ac1e26
aws-s3-mb: add page ( #9220 )
2022-10-21 21:44:49 +05:30
Sherman Hui
ef8976e6ce
aws-s3-presign: add page ( #9217 )
2022-10-21 21:43:38 +05:30
Sherman Hui
8de8b5be3c
aws-s3-cp: add page ( #9219 )
2022-10-21 21:42:27 +05:30
Sherman Hui
3c4c4117f1
aws-s3-mv: add page ( #9221 )
2022-10-21 21:40:59 +05:30
Darío Hereñú
c8213d12c4
corebrightnessd: add Spanish translation ( #9209 )
2022-10-21 13:10:37 -03:00
Sherman Hui
e33aff10d7
aws-s3-rm: add page ( #9218 )
2022-10-21 21:38:20 +05:30
Dhiki Indryanto
36ad431f30
pacman*: add Indonesian translation ( #8678 )
2022-10-21 13:05:49 -03:00
Nuttapong Rojanavanich
fae0479dda
kubectx, kubens: add Thai translation ( #9130 )
2022-10-21 21:06:18 +05:30
Darío Hereñú
c7f8b43202
aptitude: fix typo in Spanish translation ( #9227 )
2022-10-21 12:12:39 -03:00
Darío Hereñú
cd7668280d
cmus: fix typo in Spanish translation ( #9226 )
2022-10-21 20:37:42 +05:30
K.B.Dharun Krishna
e392a67d4a
javap: add page ( #9223 )
2022-10-21 10:59:18 -03:00
Ratheshan Sathiyamoorthy
fec2275225
alien, apk, aptitude: add Tamil translation ( #9207 )
2022-10-21 08:25:07 -03:00
Stefan Herpich
a2b4da3d1c
git-unpack-file: add page ( #9168 )
2022-10-21 08:24:30 -03:00
NikhilSS
82bace81d0
loginctl: add page ( #9188 )
2022-10-21 08:23:53 -03:00
Felipe Furquim
eab622443e
act: add pt_BR translation ( #9117 )
2022-10-21 06:47:21 -03:00
Felipe Furquim
af8bc78989
amass: add pt_BR translation ( #9118 )
2022-10-21 06:46:58 -03:00
deeeeeeps
6bfaa32633
qm-config: add page ( #9216 )
2022-10-21 13:54:34 +05:30
deeeeeeps
18b449b4c1
qm-rescan: add page ( #9215 )
2022-10-21 13:54:12 +05:30
Darío Hereñú
7c4f003ac3
base64: add Spanish translation ( #9210 )
2022-10-21 11:01:03 +05:30
Quentin Klein
27a235d015
adb-install: update French translation ( #9205 )
2022-10-21 09:51:27 +05:30
NikhilSS
97b652fa61
caffeinate: add -m example ( #9187 )
2022-10-21 09:49:50 +05:30
Mariana Corrêa
fe21590f57
bluetoothctl: add pt_BR translation ( #9214 )
2022-10-21 09:45:07 +05:30
Darío Hereñú
067d91157c
coredatad: add Spanish translation ( #9208 )
2022-10-21 09:43:42 +05:30
Mariana Corrêa
2664eb00c9
battop: add pt_BR translation ( #9213 )
2022-10-21 09:42:17 +05:30
Mariana Corrêa
f0d6b0a52e
batcat: add pt_BR translation ( #9212 )
2022-10-21 09:30:10 +05:30
hellojukay
cd1c2fadb5
flutter: add create example ( #9200 )
2022-10-21 00:25:25 -03:00
rozie
41531ff289
alternatives, cc, line: add Polish translation ( #9124 )
2022-10-21 00:20:41 -03:00
rozie
89e012136d
megadl, mklost+found, raspi-config: add Polish translation ( #9163 )
2022-10-20 23:48:10 -03:00
Wtz
6731954ab4
diff, fc: add traditional Chinese translation ( #9189 )
2022-10-20 23:39:07 -03:00
Max Drasbeck
a2326e8039
wifivelocityd, wwand, xartstorageremoted, xsand: add page ( #9113 )
2022-10-20 23:30:25 -03:00
hellojukay
2c50726c0f
nest: add page ( #9153 )
2022-10-20 23:13:52 -03:00
Keefer
01cc2fa872
smbclient: add --no-pass example ( #8812 )
2022-10-20 22:06:18 -03:00
rozie
8661fe0780
apt-key: add Polish translation ( #9066 )
2022-10-20 18:20:36 -03:00
Tomasz Tarczyński
86c86c5869
entr: add Polish translation ( #9126 )
2022-10-20 18:19:32 -03:00
Darío Hereñú
1776510ef4
dark-mode: add Spanish translation ( #9198 )
2022-10-20 16:45:31 -03:00
Felipe Furquim
80ea0f2910
abduco: add pt_BR translation ( #9116 )
2022-10-20 16:22:46 -03:00
Alejandro Pérez-Chirinos
20f7033bef
apk: add Spanish translation ( #9203 )
2022-10-20 21:46:15 +05:30
Antonio Acuña
4601401297
cargo: add Spanish translation ( #9191 )
2022-10-20 21:38:09 +05:30
Tomasz Tarczyński
c56d6f423d
tig: add Polish translation ( #9141 )
2022-10-20 20:02:07 +05:30
Darío Hereñú
b0c4423383
autofsd: add spanish translation ( #9199 )
2022-10-20 19:55:45 +05:30
Darío Hereñú
7a3b0924f6
bird: add Spanish translation ( #9173 )
2022-10-20 19:54:33 +05:30
Darío Hereñú
d20678d9b5
applecamerad: add Spanish translation ( #9175 )
2022-10-20 19:50:14 +05:30
Max Drasbeck
a9bca5cb95
grep, sed, where: add Danish translation ( #9166 )
2022-10-20 11:19:57 -03:00
deeeeeeps
93aa6d3291
qm-status: add page ( #9180 )
2022-10-20 19:46:45 +05:30
Antonio Acuña
50212a56e7
code: add Spanish translation ( #9193 )
2022-10-20 19:34:14 +05:30
Francesco Franchina
28c4d26221
pages.it/*: update path placeholders and "directory" translations ( #9031 )
...
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
reflect these changes
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00
Max Drasbeck
2457cbd147
translation-templates/*: add Danish translation ( #9192 )
2022-10-20 10:16:44 -03:00
Darío Hereñú
d6decf8175
lpstat: add page ( #9119 )
2022-10-20 18:46:03 +05:30
Antonio Acuña
0ebb71cc59
deno: add Spanish translation ( #9194 )
2022-10-20 18:21:22 +05:30
Triad
399e27024b
enum4linux: add Italian translation ( #9182 )
2022-10-20 09:28:16 -03:00
Henrique Tsuyoshi Yara
92f174141d
ac: add pt_BR translation ( #9178 )
2022-10-20 06:27:09 +05:30
Ismael Penalva Rodríguez
168cd26636
man: add Spanish translation ( #9186 )
2022-10-20 04:04:24 +05:30
nath1as
6e597973eb
git-hash-object: add page ( #9060 )
2022-10-20 03:56:16 +05:30
Gustek
d825cdc62c
at, btrfs, cfdisk, ctr, daemonize, deluser, edit, eject: add French translation ( #8874 )
2022-10-19 16:53:06 -03:00
Miguel Mano
8edd0814dd
yt-dlp: add pt_PT translation ( #8936 )
2022-10-19 16:49:50 -03:00
nath1as
7112c19555
lci: add page ( #9033 )
2022-10-19 16:49:00 -03:00
trolzen
4fb465a73e
common-arguments: update Russian translation ( #9144 )
2022-10-19 15:18:01 -03:00
rozie
e5a854992e
tcpflow, ubuntu-bug, vipw: add Polish translation ( #9158 )
2022-10-19 15:16:57 -03:00
Irina
f661024a21
cd, find, ipconfig, msiexec, nvm, set, where: add Russian translation ( #9045 )
2022-10-19 15:11:48 -03:00
Stefan Herpich
09b75f590e
az-login: add German translation ( #9169 )
2022-10-19 15:10:26 -03:00
rozie
c4bb8204ee
groupadd, groupdel, mono: add Polish translation ( #9164 )
2022-10-19 14:59:11 -03:00
Copolycube
0291451d99
zypper: add French translation ( #9035 )
2022-10-19 14:56:07 -03:00
Bharath Saiguhan
899313c93d
mamba, mamba-repoquery: add pages ( #9056 )
2022-10-19 18:29:07 +02:00
Irina
3b5a40e3a2
where: the `/q` parameter doesn't display anything ( #9047 )
2022-10-19 18:25:13 +02:00
trolzen
fa40045bfc
aspell: fix the example, enclose `aspell` in backticks ( #9131 )
2022-10-19 18:02:08 +02:00
Triad
b582869d25
enum4linux: remove enum.exe from command description ( #9183 )
...
Removed connection to a dead link and related information
2022-10-19 18:36:59 +05:30
Erick Adderly Leon Tejeda
6ff680a711
kill: add Spanish translation ( #9096 )
2022-10-19 15:22:21 +05:30
Ethan Liu
a69bc58fb8
airmon-ng: add Chinese translation ( #9172 )
2022-10-19 13:57:31 +08:00
KMohZaid
59e59ea818
git-bulk: add examples ( #9077 )
2022-10-19 10:50:21 +05:30
K.B.Dharun Krishna
8bbd169b1a
git-annotate: update Korean translation ( #9061 )
2022-10-19 11:03:53 +08:00
rozie
40036f05ce
archey, ifdown, raspinfo: add Polish translation ( #9157 )
2022-10-18 15:26:18 -03:00
Darío Hereñú
b4867543dd
port: add Spanish translation ( #9044 )
2022-10-18 22:18:44 +05:30
rozie
30c352031c
batcat, pwdx: add Polish translation ( #9155 )
2022-10-18 22:12:33 +05:30
Jacobus Burger
04aba432ff
rmlint: add page ( #9090 )
2022-10-18 17:49:18 +02:00
K.B.Dharun Krishna
919b1aba75
brew-cask: refresh page ( #8925 )
2022-10-18 17:36:23 +02:00
Irina
53349058e0
zip: fix missing -r option, add hints for single-letter options ( #8884 )
2022-10-18 17:10:34 +02:00
Joel Tony
1b373e8dc5
gyb: add page ( #9021 )
2022-10-18 20:40:06 +05:30
Joel Tony
07ecc146ad
rpm2cpio: add page ( #9023 )
2022-10-18 20:37:11 +05:30
Irina
2b060fd171
*: fix punctuation across translations ( #9147 )
2022-10-18 08:48:43 -03:00
Darío Hereñú
65a6005e99
wacaw: fix command descriptio ( #8984 )
2022-10-18 08:43:49 -03:00
Darío Hereñú
39372e262f
apachectl: fix Spanish translation ( #9049 )
2022-10-18 07:59:28 -03:00
Ethan Liu
bcd3745bfe
ac: add Chinese translation ( #9127 )
2022-10-18 15:01:55 +08:00
Rolv Apneseth
ccdab3f19e
poetry: added version, and list examples ( #9128 )
2022-10-17 17:44:48 +02:00
rozie
fcfd994f32
lsmod: add Polish translation ( #9079 )
2022-10-17 16:44:50 +02:00
K.B.Dharun Krishna
476d0a5ce7
pacman*: refresh page, add Tamil translation ( #9071 )
2022-10-17 16:39:25 +02:00
Axel Navarro
1ea75b12c0
common-arguments: fix Hindi translation ( #9018 )
2022-10-17 11:38:17 -03:00
Marco Omainska
a5a98549cc
del: add German translation ( #8992 )
2022-10-17 16:30:40 +02:00
Felipe Furquim
db38d7da0b
screencap: add pt_BR translation ( #9115 )
2022-10-17 10:16:18 -03:00
Gustavo Cavalieri Fernandes
c9cc1af614
br: add pt_BR translation ( #9084 )
2022-10-17 17:46:20 +05:30
Felipe Furquim
be6b621632
screencap: fix command in Tamil translation ( #9123 )
...
This page is on android platform, so doesn't need the adb shell command.
2022-10-17 16:01:50 +05:30
Dominique Köstler
da56ffca68
vim: update page ( #9112 )
2022-10-17 15:59:21 +05:30
Felipe Furquim
17c9c7c4d8
screencap: fix command ( #9122 )
2022-10-17 09:48:08 +01:00
K.B.Dharun Krishna
c6a9fe2893
file: capitalize MIME ( #9007 )
2022-10-17 09:48:15 +02:00
pixel
f916d6de42
xcopy: fix German translation ( #9125 )
2022-10-17 07:52:55 +02:00
Marco Omainska
20a02e78b5
conda, conda-create: add German translation ( #8991 )
2022-10-17 07:45:44 +02:00
Dominique Köstler
2ae9154484
nvim: update page ( #9039 )
2022-10-17 09:46:41 +05:30
ajrequenez
1d352c7eb5
pngcheck: add page ( #9015 )
2022-10-17 06:11:41 +02:00
Axel Navarro
67ef6d9e7b
Update common-arguments.md ( #9094 )
2022-10-17 11:22:26 +08:00
Axel Navarro
741820c4c9
uuidgen, warm: fix Spanish translation ( #8996 )
2022-10-17 11:16:14 +08:00
Rohith ND
853a466e23
windows/* : add Tamil translation ( #9086 )
...
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-17 08:12:38 +05:30
Axel Navarro
abfd806c50
node: add --watch example ( #9108 )
2022-10-17 07:34:15 +05:30
Marco Omainska
9a4a5bd894
xcode-select: add German translation ( #8994 )
2022-10-16 21:59:15 -03:00
Marco Omainska
f15ccb9b34
md5: add German translation ( #8993 )
2022-10-16 21:58:27 -03:00
Wtz
681eb008c7
nvm, taskkill, wsl: add traditional Chinese translation ( #9100 )
2022-10-17 06:09:09 +05:30
Marcel Brode
5e797cefa4
linux/a*: fix German translation ( #8702 )
2022-10-16 15:02:36 -03:00
hms5232
22e91c3f25
bash: fix Chinese translation ( #9095 )
2022-10-16 14:52:14 -03:00
ajrequenez
ac3a24e1a0
zip2john: add page ( #9046 )
2022-10-16 21:25:19 +05:30
Shivam
5a7d381f87
aws-workmail: add page ( #9058 )
2022-10-16 12:30:59 -03:00
Shivam
7fc0ca86aa
subcommand-mention: add Hindi translation ( #9097 )
2022-10-16 11:55:29 -03:00
Chris Dawkins
b5fea79ddf
ouch: add page ( #8968 )
2022-10-16 11:46:11 -03:00
Sadeed
0e6cb5e16b
qm-clone: add page ( #9038 )
2022-10-16 11:45:22 -03:00
Reinhart Previano Koentjoro
e9d75c2bec
windows/curl,windows/wget: fix tldr client param inconsistencies ( #8297 )
2022-10-16 09:31:54 +02:00
Guy Bianco IV
598e402341
podman: examples parity with docker ( #8849 )
2022-10-16 12:07:59 +05:30
T16K
ca9bb73463
flameshot: add pt_BR translation ( #9089 )
2022-10-16 10:57:56 +05:30
Cornelius Roemer
4f1c401513
open: add -n example, highlight arguments ( #9075 )
2022-10-16 02:25:35 -03:00
Copolycube
3b82b38f1c
dmesg: add French translation ( #8983 )
2022-10-16 10:49:41 +05:30
Ein Verne
e92b38d07d
redis-benchmark: add page ( #8962 )
2022-10-16 02:19:13 -03:00
rozie
892b22dd4e
apt-cache: add Polish translation ( #9062 )
2022-10-16 02:15:00 -03:00
Joel Tony
1a2930857f
rss2email: add page ( #9024 )
2022-10-16 10:44:10 +05:30
Irina
c1ed5c596e
find: add double quotes in examples ( #9048 )
2022-10-16 02:13:21 -03:00
Liquid_system
20fb714196
apt: add Japanese translation ( #9081 )
2022-10-16 10:41:15 +05:30
K.B.Dharun Krishna
ca7c35d9b6
*: update path in Malayalam translation ( #9076 )
2022-10-16 01:52:42 -03:00
Copolycube
50544c5f89
cp: add French translation ( #9040 )
2022-10-16 01:51:00 -03:00
Abhishek Srivastava
6fe1a432b6
qm-cloudinit-dump: add page ( #8973 )
2022-10-16 10:19:46 +05:30
Saroj Wasti
dc8d7178f6
alias: fix Nepali translation ( #9068 )
2022-10-16 01:49:28 -03:00
Isaac Vicente
ff9edfcae1
archinstall, blkid, btrfs-*: add pt_BR translation ( #9093 )
2022-10-16 10:18:18 +05:30
Patryk Krawaczyński
0ce38164dc
xcopy: add Polish translation ( #9025 )
2022-10-16 01:41:37 -03:00
Colin Westwater
7fb2b9262f
whoami, winget: add examples ( #9069 )
2022-10-16 01:41:04 -03:00
Cristian Bastidas
0ef02f4345
az-webapp: add page ( #8845 )
2022-10-16 10:07:10 +05:30
rozie
79eb15148e
zramctl: add Polish translation ( #9078 )
2022-10-16 09:27:22 +05:30
rozie
bff78f95d7
wall: add Polish translation ( #9074 )
2022-10-16 00:53:50 -03:00
Felix Stenian
e3c7dc24cd
renice: add pt_BR translation ( #9092 )
2022-10-16 09:20:30 +05:30
Antoine Amara
3addc95e34
dart: add French translation ( #9070 )
2022-10-16 00:35:31 -03:00
Antoine Amara
d0081edd1f
git-bulk: add page ( #8946 )
2022-10-16 08:49:56 +05:30
Zee Yudenko
9279a98fd0
argon2: add page ( #8814 )
2022-10-16 00:17:14 -03:00
Torfab
5c815649fa
dolt-merge: add page ( #8800 )
2022-10-16 08:45:56 +05:30
K.B.Dharun Krishna
cae5ae7058
style-guide: refresh page ( #8858 )
2022-10-16 05:08:39 +05:30
Ilhan
152686c0d5
lzcat, lzma, unlzma, unxz, xzcat: add page ( #9091 )
2022-10-16 05:03:07 +05:30
Torfab
5a5cfc61ac
dolt-init: add page ( #8833 )
2022-10-15 20:12:34 -03:00
Axel Navarro
d193c1231d
hexdump: delete duplicated page ( #9026 )
2022-10-15 18:31:01 -03:00
Szymek
06549f2f94
*: fix Polish translation ( #9029 )
2022-10-15 18:29:29 -03:00
pixel
3a3409eed1
ac: add page ( #9053 )
2022-10-15 18:28:13 -03:00
Vatunyoo Suwannapisit
d75e362ce6
common-arguments: add Thai translation ( #9036 )
2022-10-15 18:26:06 -03:00
Shivam
94cdc9be2c
aws-cognito-idp: add page ( #9032 )
2022-10-15 17:56:32 -03:00
rozie
38ccb9777b
apt-file: add Polish translation ( #9064 )
2022-10-15 17:55:15 -03:00
Antony Natale
8d4a57187e
doctl-kubernetes-cluster: add page ( #8846 )
2022-10-15 17:49:19 -03:00
pixel
03fcf46565
base64: fix German translation ( #9072 )
2022-10-15 17:48:35 -03:00
Ju-eun (elpion)
41a66d8c16
docker-build: add Korean translation ( #9057 )
2022-10-15 22:58:41 +08:00
Jacobus Burger
b4efca6bec
ldd: add more info ( #9011 )
2022-10-15 15:12:54 +02:00
Abhishek Srivastava
d144d74b35
qm-guest-cmd: add page ( #9001 )
2022-10-15 02:00:01 -03:00
Lee Katz
87547da697
mashtree: add page ( #8938 )
2022-10-15 01:59:14 -03:00
Darío Hereñú
e0b3555e83
alias: fix typo in Spanish translation ( #9052 )
2022-10-15 10:14:23 +05:30
Jessica (Ji Sun) Lee
d1345e5873
git-annotate: add Korean translation ( #8958 )
2022-10-15 01:40:46 -03:00
Szymek
81e904111a
dotnet-tool: add Polish translation ( #9030 )
2022-10-15 10:06:47 +05:30
Darío Hereñú
697cb24ad8
yabai: fix typo in Spanish translation ( #9043 )
2022-10-15 01:11:19 -03:00
Jessica (Ji Sun) Lee
d25ee7fce8
git-am: add Korean translation ( #8955 )
2022-10-14 21:02:39 +05:30
Lena
3b3ee12564
cmd, curl, exit, ftp: add German translation ( #8776 )
2022-10-14 20:11:15 +05:30
rozie
325a98f999
apt, wajig: add Polish translation ( #9020 )
2022-10-14 18:55:46 +05:30
Felix Stenian
c5d0bcfa24
reboot: add pt_BR translation ( #9014 )
2022-10-14 18:50:43 +05:30
Julian Hüppauff
1c0cbb4861
xcopy: add German translation ( #9009 )
2022-10-14 18:46:12 +05:30
Alejandro Manzanares Lemus
b859795d16
nautilus: add Spanish translation ( #9019 )
2022-10-14 16:30:11 +05:30
koolape
53209c04be
esearch: add examples ( #8997 )
2022-10-14 07:34:01 -03:00
T16K
4a4b73b59b
assoc: add pt_BR translation ( #8967 )
2022-10-14 15:47:34 +05:30
Ilhan
0e38c28f9f
alias: add Turkish translation ( #9008 )
2022-10-14 15:42:21 +05:30
Jessica (Ji Sun) Lee
fa1f6b2a7d
git-blame: add Korean translation ( #8959 )
2022-10-14 15:39:52 +05:30
Vatunyoo Suwannapisit
2fbd913972
explorer: add Thai translation ( #9016 )
2022-10-14 15:25:25 +05:30
Francesco Franchina
b5e8683076
file, readlink: add Italian translation ( #8969 )
2022-10-14 06:33:53 -03:00
Lukas
c82d430822
ansible-doc: add German translation ( #8801 )
2022-10-14 06:32:40 -03:00
Shubham Kshetre
e4cdf39dfa
arpaname: add page ( #9012 )
2022-10-14 06:18:10 -03:00
KKWANH
47cfc55ee1
common-arguments, style-guide: add Korean translation ( #8820 )
...
* Create style-guide.ko.md
* common-arguments: add Korean translation
2022-10-14 13:34:26 +05:30
Marco Omainska
4656e325ab
🚚 ical: move german translation to pages.de ( #8990 )
2022-10-14 08:19:01 +05:30
Fabio Kleis
2022723f4f
flips: add page ( #8942 )
2022-10-13 22:04:37 -03:00
T16K
2507536686
gnome-terminal: add pt_BR translation ( #8979 )
2022-10-13 20:12:11 +05:30
Irina
2839e3aeab
histexpand, history, zsh: add Russian translation ( #8848 )
...
* zsh: add Russian translation
* histexpand: add Russian translation
* history: add Russian translation
2022-10-13 19:59:49 +05:30
Antonio David Villegas Yeguas
e8f7f5fe7b
gedit: add Spanish translation ( #8995 )
2022-10-13 19:40:32 +05:30
Pedro Veloso
324be989aa
locate: add pt_BR translation ( #8974 )
2022-10-13 17:54:09 +05:30
T16K
30f52657e6
gnome-calculator: add pt_BR translation ( #8978 )
2022-10-13 17:29:42 +05:30
Nont
7e7737ce26
clam*: add Thai translation ( #8921 )
2022-10-13 08:52:45 -03:00
Darío Hereñú
3efbd4cb11
yabai: add Spanish translation ( #8982 )
2022-10-13 08:33:22 -03:00
K.B.Dharun Krishna
de84d048c7
screencap: add page; ani-cli: add Malayalam translation ( #8728 )
2022-10-13 19:28:46 +08:00
Darío Hereñú
52c0ef4698
wifi-password: add Spanish translation ( #8985 )
2022-10-13 08:11:16 -03:00
Darío Hereñú
391a8c4a29
warmd: add Spanish translation ( #8986 )
2022-10-13 10:28:52 +05:30
Darío Hereñú
ff5f8dbb38
uuidgen: add Spanish translation ( #8987 )
2022-10-13 10:24:20 +05:30
Darío Hereñú
1d510e7013
textutil: add Spanish translation ( #8988 )
2022-10-13 10:16:15 +05:30
Molntussen
810233dde1
common-arguments: add Swedish translation ( #8976 )
2022-10-13 07:37:18 +05:30
Molntussen
84c9f5a4a7
explorer: add Swedish translation ( #8980 )
2022-10-13 07:35:18 +05:30
Molntussen
7a5fb74790
subcommand-mention: add Swedish translation ( #8977 )
2022-10-13 07:26:10 +05:30
Mariana Corrêa
7a9fbbcc6c
caddy: add pt_BR translation ( #8954 )
...
* caddy: add pt_br translation
* Remove the word "powerfull" from description
2022-10-13 07:24:24 +05:30
Irina
1ff4e4e100
adb-install, micro, pabcnetcclear, zip: refresh Russian translation ( #8882 )
2022-10-12 14:23:00 -03:00
Lukas
f198e6df9a
steam, steamcmd: add German translation ( #8878 )
2022-10-12 21:23:22 +05:30
K.B.Dharun Krishna
d060e04960
kubectl-*: move .yaml inside token syntax ( #8856 )
2022-10-12 11:48:05 -03:00
Axel Navarro
98bd79e862
br: add page; broot: fix page ( #8961 )
2022-10-12 19:53:45 +05:30
Axel Navarro
6feacdf900
clamav: fix page ( #8965 )
2022-10-12 22:21:34 +08:00
Lee Katz
55099c7d62
elink, esearch: add page ( #8957 )
2022-10-12 11:03:08 -03:00
koolape
766323d017
blastp: add page ( #8928 )
2022-10-12 09:04:51 -03:00
Paskalouis Patressi
df6a658ea8
fuck: add Indonesian translation ( #8939 )
2022-10-12 17:25:40 +05:30
Vatunyoo Suwannapisit
35c27df8f7
chkdsk: add Thai translation ( #8963 )
2022-10-12 17:24:02 +05:30
Bernd Stellwag
c39b034e43
mumble: add page ( #8750 )
2022-10-12 08:47:51 -03:00
3voltAmperes
2f655de82d
ical: add German translation ( #8915 )
2022-10-12 08:24:21 -03:00
RAJ RAUT
00857f91d1
lsblk: add Hindi translation ( #8952 )
2022-10-12 16:46:04 +05:30
Franz
6ffe810aa3
dolt-status: add page ( #8796 )
2022-10-12 16:41:05 +05:30
Torfab
50d402303d
dolt-fetch: add page ( #8823 )
2022-10-12 16:39:41 +05:30
RAJ RAUT
e2df4d3ecb
lsusb: add Hindi translation ( #8948 )
2022-10-12 16:35:34 +05:30
Juan Emilio Martínez
65c82b2b14
cpush: add page ( #8964 )
2022-10-12 16:33:24 +05:30
Suyash Bhawsar
1cb2e95ecf
xxhsum: add page ( #8947 )
2022-10-12 16:32:12 +05:30
Tejas Singh
9890d6ed8f
cmd: add Hindi Translation ( #8940 )
2022-10-12 07:44:51 -03:00
Antony Natale
c0cb1511ae
doctl-kubernetes-options: add page ( #8847 )
2022-10-12 07:23:32 -03:00
Anton Yakutovich
cf2f75591f
ci.yml: refactor workflow ( #8927 )
2022-10-12 07:17:21 -03:00
Adhiraj
eb38d1d75c
qm-snapshot: add page ( #8949 )
2022-10-12 12:50:32 +05:30
Guy Bianco IV
3a37f07178
podman-build: add page ( #8869 )
2022-10-12 12:39:29 +05:30
Jessica (Ji Sun) Lee
f55c9c52f0
git-clean: add Korean translation ( #8960 )
2022-10-12 10:48:26 +05:30
Mariana Corrêa
c629be7333
cabal: add pt_br translation ( #8953 )
2022-10-12 10:37:31 +05:30
Mariana Corrêa
51e321269d
c99: add pt_BR translation ( #8951 )
2022-10-12 10:18:48 +05:30
Guy Bianco IV
b9553b9b3c
podman-machine: add page ( #8850 )
2022-10-12 00:21:00 -03:00
adityarjadhav
3f024c1f13
broot: add Hindi translation ( #8671 )
2022-10-12 00:18:38 -03:00
Nont
83996bea9b
apt-add-repository: add Thai translation ( #8920 )
2022-10-12 00:16:44 -03:00
Nont
216f4de972
ac: add Thai translation ( #8919 )
2022-10-12 00:14:39 -03:00
Ilhan
05accf854f
grep: add Turkish translation ( #8956 )
2022-10-12 00:14:07 -03:00
aurum77
5892e007e2
brightnessctl: add Turkish translation ( #8945 )
2022-10-12 00:13:11 -03:00
RAJ RAUT
5480599097
neofetch: add Hindi translation ( #8950 )
2022-10-12 00:12:22 -03:00
Msninmx
0d28f12654
tlmgr-generate: add page ( #8918 )
2022-10-11 20:00:04 +05:30
Mariana Corrêa
58578c01f2
ed: add pt_BR translation ( #8911 )
2022-10-11 18:52:53 +05:30
Antony Natale
eea5e61e06
xzdiff: add page ( #8923 )
2022-10-11 09:41:49 -03:00
João Dias Conde Azevedo
8d6710a58c
android/*: add pt_PT translations ( #8935 )
2022-10-11 09:21:42 -03:00
Samuele Facenda
892e710a58
getprop: add italian translation ( #8933 )
2022-10-11 16:14:39 +05:30
Samuele Facenda
10a11c1c8b
wm: add italian translation ( #8932 )
2022-10-11 16:11:35 +05:30
Pedro Veloso
74124470c7
pi:add pt_BR installation ( #8926 )
2022-10-11 16:10:22 +05:30
Shivam
d3448970d7
aws-lightsail: add page ( #8934 )
2022-10-11 07:38:09 -03:00
Samuele Facenda
feaae131c7
settings: add italian translation ( #8931 )
2022-10-11 16:07:14 +05:30
Victoria Kruczek
ac52c289d3
android/*: add Polish translations ( #8744 )
2022-10-11 07:26:12 -03:00
rockofox
d5a7580dfa
diskutil: add German translation ( #8922 )
2022-10-11 07:23:35 -03:00
NikhilSS
7e112b2d3b
zipnote: add page ( #8908 )
2022-10-11 07:18:27 -03:00
Saikat Sengupta
70bcc9ebf5
cf: add login example ( #8929 )
2022-10-11 07:10:59 -03:00
Samuele Facenda
c42e33071c
input: add Italian translation ( #8930 )
2022-10-11 07:08:40 -03:00
Yuri Slobodyanyuk
a133069041
aws-route53: add page ( #8606 )
2022-10-11 07:00:30 -03:00
Sadeed
c88811e9b2
flite: add page ( #8816 )
2022-10-11 06:54:06 -03:00
Raul Piraces Alastuey
2b8f4bdc94
git-force-clone: add page ( #8724 )
2022-10-11 06:52:28 -03:00
Muhammad Falak R Wani
f561687a5b
ausyscall: add page ( #8627 )
2022-10-11 13:46:46 +08:00
pg99696
697524e5da
zipcloak: add page ( #8914 )
2022-10-11 08:38:07 +05:30
Austin
82a2b4c91a
java related pages: fix command description case ( #8912 )
2022-10-10 23:59:50 -03:00
caduvieira
2418d163f2
aws-configure, aws-ecr, aws-glue: add pt_BR translation ( #8913 )
2022-10-11 08:22:21 +05:30
caduvieira
7d87f977b6
aws-iam, aws-kinesis, aws-lambda: add pt_BR translation ( #8916 )
2022-10-11 08:19:20 +05:30
caduvieira
e5ba236f68
git-gc, git-pr, git-rm: add pt_BR translation ( #8917 )
2022-10-11 08:16:01 +05:30
Pedro Veloso
0ecfdf412c
ip: add pt_BR translation ( #8904 )
2022-10-11 08:11:08 +05:30
Franz
612d2e96a8
dolt-sql: add page ( #8792 )
2022-10-11 08:08:54 +05:30
Shivam
e1fddf2546
aws-s3api: add --region to create-bucket example ( #8825 )
...
* aws-s3api: add command for creating bucket outside us-east-1
* aws-s3api: add command for creating bucket in specific region
* aws-s3api: change region to variable
2022-10-11 07:59:46 +05:30
Reinhart Previano Koentjoro
2c311eab4f
invoke-webrequest, iwr, curl, wget: add Indonesian translation ( #8680 )
2022-10-10 23:10:01 -03:00
RaSaToRz
409706d8ec
file: add German translation ( #8836 )
2022-10-10 22:59:58 -03:00
Georg Perl
6e98c5ceb8
robocopy: add German translation ( #8781 )
2022-10-10 21:52:19 -03:00
Lukas
b4d4272816
nginx: add German translation ( #8895 )
2022-10-10 21:50:13 -03:00
Lukas
3bebe109f4
ansible-inventory: add German translation ( #8802 )
2022-10-10 21:47:37 -03:00
Lukas
8b989ca549
sqlite3: add German translation ( #8892 )
2022-10-10 21:47:04 -03:00
julio4
1885d16aa3
curl: add French translation ( #8891 )
2022-10-10 21:46:26 -03:00
Jan
c0a91f49e5
terraform/*: add German translation ( #8745 )
2022-10-10 21:43:17 -03:00
RaSaToRz
7b1f9b8141
dust: add German translation ( #8830 )
2022-10-10 21:26:33 -03:00
Franz
5855fbf827
caffeinate: add page ( #8779 )
2022-10-10 21:25:49 -03:00
Tyler Smart
02e8f45adb
twine: add page ( #8624 )
2022-10-10 21:23:22 -03:00
RaSaToRz
eff491f003
dart: add German translation ( #8835 )
2022-10-10 21:22:52 -03:00
Irina
29864eafc6
pabcnetcclear: fix extension in Output example ( #8883 )
2022-10-10 21:22:29 -03:00
Jason Yoo
1d197c3407
brew: add Korean translation ( #8896 )
2022-10-10 12:47:57 -03:00
Austin
b7c1a70691
jdeps: add page ( #8758 )
2022-10-10 12:45:18 -03:00
Austin
3f754555ba
spicetify: add page ( #8762 )
2022-10-10 12:28:16 -03:00
Lukas
2e1f699d5c
ngrok: add German translation ( #8897 )
2022-10-10 12:27:09 -03:00
koolape
a3c9c6128e
einfo: add page ( #8876 )
2022-10-10 12:26:14 -03:00
Lukas
2868a6bafc
ansible-pull: add German translation ( #8803 )
2022-10-10 20:51:02 +05:30
caduvieira
45f8cb0e87
aws-google-auth, aws-help, aws-history: add pt_BR translation ( #8905 )
2022-10-10 20:48:54 +05:30
Juri
7669e2c2da
hledger: add page ( #8635 )
2022-10-10 12:17:43 -03:00
Mariana Corrêa
8c0c350c34
cmatrix: add pt_BR translation ( #8839 )
2022-10-10 20:46:08 +05:30
Guy Bianco IV
712b9688e2
vale: add page ( #8851 )
2022-10-10 20:42:14 +05:30
Jason Yoo
d21f7452b5
code: update Korean translation ( #8910 )
2022-10-10 20:19:03 +05:30
Arniwatt Chonkiattipoom
5d9410418c
calc: add Thai translation ( #8906 )
2022-10-10 20:17:13 +05:30
Maciej Kisielewicz
c314cd69f3
masscan: add Polish translation ( #8900 )
2022-10-10 11:35:44 -03:00
NeoCode
e4cfe5b2cb
ani-cli: add German translation ( #8768 )
2022-10-10 11:31:33 -03:00
Muhammad Falak R Wani
2ee06ca68b
fio: add example to convert jobfile to cmdline ( #8715 )
2022-10-10 11:31:10 -03:00
pg99696
7e0f03695e
zipsplit: add page ( #8871 )
2022-10-10 11:19:41 -03:00
Ju-eun (elpion)
ddf75b0357
cp: add Korean translation ( #8890 )
2022-10-10 11:17:56 -03:00
Maciej Kisielewicz
b02a84f55b
security: add Polish translation ( #8901 )
2022-10-10 11:17:07 -03:00
Bernd Stellwag
8f48c71ba6
pages.de/*: fix typo in German translation ( #8763 )
2022-10-10 11:10:50 -03:00
K.B.Dharun Krishna
003e0348fd
steam: fix link ( #8909 )
2022-10-10 19:40:35 +05:30
Guy Bianco IV
3984761822
skopeo: add page ( #8870 )
2022-10-10 19:35:55 +05:30
Reinhart Previano Koentjoro
ebbf729e3b
calc: add Indonesian translation ( #8894 )
2022-10-10 11:02:06 -03:00
Piromsurang Rungserichai
937df41803
ls, n: add Thai translation ( #8907 )
2022-10-10 19:31:53 +05:30
burlakvo
1e120c24f8
git-pull, git-push: add Ukrainian translation ( #8903 )
2022-10-10 11:01:06 -03:00
Lukas
c2bc4a9cdc
ping, ping6: add German translation ( #8877 )
2022-10-10 11:00:11 -03:00
NimrodRak
ce2f7d627e
tc: add page ( #8795 )
2022-10-10 10:58:46 -03:00
allesklardy
7cd28cf8b6
sysbench: add page ( #8797 )
2022-10-10 10:55:28 -03:00
Axel Navarro
e1e04a397d
ebook-convert: update path to files in examples ( #8885 )
2022-10-10 19:18:43 +05:30
Lukas
d21bb61b60
paru: add German translation ( #8807 )
2022-10-10 10:36:34 -03:00
Leo Kling
08a65ad3f0
gh: add German translation ( #8592 )
2022-10-10 10:35:44 -03:00
akash
0df26f835d
common-arguments, git: add Malayalam translation ( #8817 )
...
* git: add Malayalam translation
* common-arguments: add Malayalam translation
Co-authored-by: Abraham Raji <work@abrahamr.in>
Co-authored-by: San Baby Francis <san.baby.francis123@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-10 17:45:02 +05:30
Sawjan Gurung
dfff41f3ce
qm-monitor: fix filename ( #8854 )
2022-10-10 00:25:05 -03:00
Raynaldo Sutisna
2e0a6f388d
git-clone: update Indonesian translation ( #8656 )
2022-10-10 00:08:44 -03:00
Molntussen
9e0cdab20e
color, gpupdate, print: add Swedish translation ( #8841 )
2022-10-10 08:30:56 +05:30
Mariana Corrêa
9dfacbbe22
ect: add pt_BR translation ( #8843 )
2022-10-10 08:26:46 +05:30
Saikat Sengupta
848a515d0b
bazel: add page ( #8694 )
2022-10-09 23:56:28 -03:00
Maciej Kisielewicz
91c429faf7
Fix typo in security.md ( #8880 )
...
Documentation available here: https://ss64.com/osx/security-internet.html . Apple keychains end with *.keychain.
2022-10-10 08:23:52 +05:30
Joel Tony
8f9d62e8ea
octave: add page ( #8593 )
2022-10-09 23:51:02 -03:00
Pedro Veloso
61c3c7e600
yum: add pt_BR translation ( #8886 )
2022-10-10 08:20:45 +05:30
Andreia Bohner
1bd9b470df
duti: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
48df16c7a6
du: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
f4259a2272
drutil: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
56ee0c8199
dot_clean: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
5291361640
dmesg: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
654def779b
ditto: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
b59fa54a2a
distnoted: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
7c34ddad38
diskutil: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
f15aa429f4
defaults: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
2c9f87ebaf
dd: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
39e5febe1a
date: add pt_BR translation
2022-10-09 23:47:37 -03:00
Andreia Bohner
92901c4183
dark-mode: add pt_BR translation
2022-10-09 23:47:37 -03:00
Chayanin Kongsareekul
e7d6ff9d70
chrome: add Thai translation ( #8621 )
2022-10-09 23:44:53 -03:00
burlakvo
da0602496b
git-clone, git-config: add Ukrainian translation ( #8855 )
2022-10-09 23:31:54 -03:00
Antonio Acuña
3d9e31f4f2
alacritty: add Spanish translation ( #8857 )
2022-10-09 23:29:23 -03:00
Suyash Bhawsar
0b496af338
reboot: fix --force example in Hindi translation ( #8863 )
2022-10-09 23:08:36 -03:00
Suyash Bhawsar
d460709d8a
reboot: fix --force example ( #8868 )
2022-10-09 23:05:00 -03:00
Victoria Kruczek
54a12f8ae9
am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Polish translation ( #8692 )
2022-10-09 22:40:11 -03:00
Braintelligence
5a26e5fee3
qmrestore: add German translation ( #8791 )
2022-10-09 22:36:38 -03:00
Althaf P T
fa7ab39d5e
qm-monitor: add page ( #8828 )
2022-10-09 22:34:58 -03:00
Terence Chen
fcac00df9f
git-gh-pages: add page ( #8787 )
2022-10-09 22:33:34 -03:00
Raul Piraces Alastuey
3e7b34d04a
git-stamp: add page ( #8730 )
2022-10-09 22:32:43 -03:00
Byju John
a9dea35222
qm-wait: add page ( #8844 )
2022-10-09 22:31:43 -03:00
Byju John
c9aa864863
qm-wait: add page ( #8844 )
2022-10-09 22:31:28 -03:00
Mariana Corrêa
8e29662cfb
ebook-convert: add pt_BR translation ( #8840 )
2022-10-09 22:23:50 -03:00
Cheese
f405ffc1d1
bash: update Korean translation ( #8827 )
2022-10-09 22:22:23 -03:00
Parin Kobboon
124f396a09
pwd: add Thai translation ( #8798 )
2022-10-10 06:38:13 +05:30
Braintelligence
36cbf7e12d
qm-start: add German translation ( #8788 )
2022-10-09 19:39:33 -03:00
NeoCode
3b9e134450
base64: add German translation ( #8767 )
2022-10-09 19:38:14 -03:00
Braintelligence
ae6a87539f
qm-create: add German translation ( #8789 )
2022-10-09 19:37:31 -03:00
Daniil Baturin
d37879cb3e
gnatmake, gnatprep, gprbuild: add page ( #8557 )
2022-10-09 19:04:52 -03:00
DawidStruzik
8e47337714
curl: add Polish translation ( #8864 )
2022-10-09 19:02:31 -03:00
DawidStruzik
334b93c165
time: add Polish translation ( #8866 )
2022-10-09 19:01:43 -03:00
Braintelligence
3ac221c13d
qmrestore: add examples ( #8790 )
2022-10-09 18:51:45 -03:00
Jack Lin
a78e689062
kafkacat: add page ( #8829 )
2022-10-09 18:46:16 -03:00
Maciej Kisielewicz
72e9a1667c
nmap: add Polish translation ( #8875 )
2022-10-09 18:44:20 -03:00
RaSaToRz
277220fb90
cd: update German translation ( #8834 )
2022-10-09 18:41:21 -03:00
DawidStruzik
7961e70e40
set: add Polish translation ( #8865 )
2022-10-09 18:40:48 -03:00
K.B.Dharun Krishna
cc5c62e196
qm: capitalize QEMU ( #8879 )
2022-10-09 18:39:54 -03:00
Peder Bergebakken Sundt
09dc125988
xe: add page ( #8723 )
2022-10-09 18:51:27 +02:00
DawidStruzik
7bbe5a1ff9
Polish translation whoami Windows ( #8867 )
2022-10-09 12:43:31 +00:00
Seth Falco
e84e526ee1
register_new_matrix_user: add page ( #8862 )
2022-10-09 17:49:48 +05:30
Raul Piraces Alastuey
23923450eb
aws-pricing: add page ( #8804 )
2022-10-09 17:30:50 +05:30
Byju John
a1a8279510
qm-shutdown: Fix typo in filename ( #8838 )
2022-10-09 14:33:50 +05:30
Suyash Bhawsar
d98aab2a36
common-arguments: add Hindi translation ( #8688 )
2022-10-09 03:10:54 -03:00
Sawjan Gurung
c44321d570
qm-listsnapshot: add page ( #8853 )
2022-10-09 11:28:29 +05:30
Sawjan Gurung
17538f2c5e
qm-delsnapshot: add page ( #8852 )
2022-10-09 02:56:00 -03:00
dz-at-tc
6c6730757d
fossil-delete, fossil-forget, fossil-rm: fix more info links ( #8727 )
2022-10-09 02:52:38 -03:00
Nicolò Bargellesi
bca339e987
dalvikvm: add Italian translation ( #8753 )
2022-10-09 02:52:00 -03:00
Tarun Jain
dd7a0ba798
cpuid, free, reboot, reset: add Hindi translation ( #8815 )
2022-10-09 02:50:54 -03:00
Victoria Kruczek
dbbc452503
blight: add page ( #8633 )
...
* blight: add page
* blight: adjust to change requests
* blight: fix arguments and fix command desc
2022-10-09 10:39:00 +05:30
Raul Piraces Alastuey
1077c06694
aws-configure: add page ( #8808 )
2022-10-09 10:26:00 +05:30
WhileLoop
48c1cf07e6
az-storage-queue: add page ( #8732 )
2022-10-09 10:20:29 +05:30
nath1as
e9dada8221
trashy: add page ( #8749 )
2022-10-09 10:08:27 +05:30
Raul Piraces Alastuey
d4806b6042
aws-history: add page ( #8805 )
2022-10-09 10:00:27 +05:30
FL
6461f656cd
qm-create: rephrase example to better reflect command ( #8806 )
...
* rephrased example to better reflect command
* slight rephrase for better reading
2022-10-09 09:51:27 +05:30
Franz
f7753f834f
kubectl: add Italian translation ( #8778 )
2022-10-09 09:49:38 +05:30
Tales Lelo da Aparecida
9a0ae4434c
aws-s3-ls: add page ( #8619 )
2022-10-09 09:45:39 +05:30
Byju John
73d10cab03
qm-reset: add page ( #8837 )
2022-10-09 09:41:33 +05:30
Torfab
cf491a2687
dolt-version: add page ( #8826 )
2022-10-09 09:38:59 +05:30
Simon Dahlbacka
ac6b8037dd
az-provider: add page ( #8697 )
2022-10-09 00:41:10 -03:00
Raul Piraces Alastuey
21740542b6
git-utimes: add page ( #8729 )
2022-10-08 18:41:15 -03:00
Syafa Adena
a8525123fb
winget: add Indonesian translation ( #8711 )
2022-10-08 18:28:07 -03:00
julio4
eaf1b74802
bg: add French translation ( #8738 )
2022-10-08 18:25:24 -03:00
WhileLoop
41b08169a0
az-storage-table: add page ( #8734 )
2022-10-08 17:45:55 -03:00
WhileLoop
c2b2ce07b4
az-storage-container: add page ( #8736 )
2022-10-08 17:43:00 -03:00
Amin Cheloh
81730e29d1
ffuf, mdbook, s3cmd: fix typo ( #8770 )
2022-10-08 17:34:28 -03:00
Animesh Dhakal
4ef97de623
common-arguments: add Nepali translation ( #8824 )
2022-10-08 17:23:47 -03:00
Byju John
4db39ffe87
qm-reboot: add page ( #8784 )
2022-10-08 17:22:50 -03:00
nath1as
02b9c39102
startx: add page ( #8752 )
2022-10-08 17:17:08 -03:00
Suyash Bhawsar
92b27aa799
latte-dock: add page ( #8819 )
2022-10-08 16:41:30 -03:00
Craig Gehrig
1556a9ca0e
psexec: add page ( #8676 )
2022-10-09 00:25:30 +08:00
Maksymilian Babarowski
f64c693299
kcat: Rename kafkacat to kcat ( #8757 )
2022-10-09 00:14:19 +08:00
Poy Chang
155864b33e
explorer, rmdir, winget: add traditional Chinese translation ( #8765 )
2022-10-09 00:06:17 +08:00
Mia Combeau
9c1754e077
style-guide: add French verb tense guideline ( #8700 )
2022-10-08 22:40:17 +08:00
Ethan Liu
877dc953f3
age: add Chinese translation ( #8818 )
2022-10-08 19:30:46 +05:30
Joel Tony
4089acb778
nova: add page ( #8660 )
2022-10-08 21:42:58 +08:00
San Baby Francis
24c7b0f24d
Create uname.md ( #8713 )
2022-10-08 21:27:03 +08:00
Gerard
e24d2b6dbd
lzip: app page ( #8429 )
...
* Create lzip.md
Added lzip common page, based on the 7z example (commands are very similar)
* TLDR-bot fixes
* Make description 1 line and added double quotes
* More fixes for the bot
* Update lzip.md
* Update lzip.md
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Apply suggestions from code review
* Update pages/common/lzip.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-10-08 12:43:41 +00:00
Muhammad Falak R Wani
67bbd518f1
laydown: add page ( #8780 )
2022-10-08 15:32:08 +08:00
Guilherme Pereira
ba24cdd12c
Create jwt.md ( #8811 )
2022-10-08 15:19:18 +08:00
Henrique Borges
fe8e1372bf
snakefmt: add pt_BR translation ( #8735 )
...
* snakefmt: add pt_BR translation
* snakefmt: implement suggested fixes on pt_BR translation
* snakefmt: implement changes requested on #8733
* snakefmt: move additional information to a new line
* snakefmt: translate placeholders to portuguese
2022-10-08 11:57:58 +05:30
Eric Lehmann
16119f3643
podman-compose: add page ( #8726 )
2022-10-08 02:04:09 -03:00
Saikat Sengupta
48ed0237ed
compopt: add page ( #8747 )
2022-10-08 01:59:10 -03:00
Nicolò Bargellesi
b674cca317
logcat: add Italian translation ( #8754 )
2022-10-08 01:28:47 -03:00
Byju John
83aae99908
qm-shutdown: add page ( #8764 )
2022-10-08 09:39:26 +08:00
Matthew Peveler
ffcd73854c
scripts: improve generated PDF bookmark layout ( #8809 )
2022-10-07 20:10:44 -03:00
Henrique Borges
5385806733
certutil: fix placeholders ( #8668 )
2022-10-07 19:33:22 -03:00
subhash-iiitm
36e2f9f0cc
aws-sts: add page ( #8669 )
2022-10-07 15:27:27 -03:00
Nicolò Bargellesi
b067166e22
pkg: add Italian translation ( #8755 )
2022-10-07 15:24:42 -03:00
Bárbara Perdigão
9355fb7be3
7z: update pt_BR translation ( #8739 )
2022-10-07 15:19:33 -03:00
Guilherme Pereira
2c14e13321
cp: add pt_BR translation ( #8748 )
2022-10-07 15:18:57 -03:00
Gustek
660de3cfcf
as, ark, gh, gh-alias, gcc, cal: add French translation ( #8632 )
2022-10-08 00:56:43 +08:00
Eric Lehmann
ed29faeae9
find: add maxdepth in example ( #8719 )
2022-10-07 22:00:29 +08:00
Ethan Liu
67b67a1166
agate: add Chinese translation ( #8777 )
2022-10-07 19:22:14 +08:00
NeoCode
3f86c164a7
pnpm: add German translation ( #8760 )
2022-10-07 12:02:01 +05:30
Saikat Sengupta
c9b9426df6
kmutil: add page ( #8695 )
2022-10-07 07:47:17 +02:00
Bernd Stellwag
fd5e4827e2
fastmod, gnmic-subscribe, renice, s3cmd, virt-install, toolbox-init-container: fix typo ( #8761 )
2022-10-07 05:30:15 +02:00
Franz
3ccf5b733e
caffeine: add page ( #8769 )
2022-10-06 16:31:28 -03:00
Simon Verhoeven
678ec806fd
sunos/*: add Dutch translation ( #8743 )
2022-10-06 12:09:36 -03:00
Austin
83d8e57068
mkdocs: add page ( #8759 )
2022-10-06 19:23:50 +05:30
Franz
70a18ec1f9
helm: add Italian translation ( #8766 )
...
* helm: add Italian translation
Added Italian translation
* helm: fix typo
2022-10-06 18:30:24 +05:30
Mehmet Mallı
422901e496
yes: improve Turkish translation ( #8771 )
...
Fix typo and grammar error
2022-10-06 18:25:37 +05:30
Mehmet Mallı
520fe8116e
mkdir: add Turkish translation ( #8772 )
2022-10-06 18:19:18 +05:30
Mehmet Mallı
c8198d4592
arch: add Turkish translation ( #8773 )
2022-10-06 18:16:36 +05:30
Mehmet Mallı
a52bdc29b3
arp: add Turkish translation ( #8774 )
2022-10-06 18:15:29 +05:30
Joel Tony
7b569748f6
flatpak: replace remote-list with remove example ( #8584 )
2022-10-06 12:30:25 +08:00
Leo Kling
ff7b2eb1ea
deno, flutter: add German translation ( #8582 )
2022-10-06 12:16:50 +08:00
Suyash Bhawsar
c2f82c0afc
links: add page ( #8548 )
2022-10-06 12:11:20 +08:00
Nicolò Bargellesi
18180f499a
bugreport: add Italian translation ( #8751 )
2022-10-06 05:03:47 +05:30
Simon Dahlbacka
06fee5023b
az-redis: add page ( #8651 )
2022-10-05 22:15:01 +00:00
WhileLoop
fc993a6f2e
az-storage-account: add page ( #8737 )
2022-10-05 15:47:50 -03:00
Jason Lam
1e6b25cd61
pipx: update page ( #8696 )
2022-10-05 16:27:34 +02:00
Mayon-Francis
eb282ced9b
rd: add page ( #8718 )
2022-10-05 16:18:23 +02:00
Cairn
18ea815317
transmission: add page ( #8450 )
2022-10-05 08:50:48 -03:00
Henrique Borges
16b2d486a4
snakefmt: add page ( #8733 )
2022-10-05 08:31:36 -03:00
Janek
4751abf6c8
smartctl, e2fsck: improve disk checking commands ( #8452 )
...
* Improve disk checking commands
* Make example descriptions consistent
* e2fsck: make blurb clearer
* e2fsck: fix blurb
* e2fsck: shorten blurb
2022-10-05 12:34:52 +05:30
pixel
6feeca7b68
fastfetch: move to common ( #8731 )
2022-10-05 12:22:30 +05:30
Mia
eb490aa136
bat: refresh page ( #7836 )
2022-10-05 07:04:04 +05:30
Guilherme Pereira
03f739748c
htop: update pt_BR translation ( #8643 )
2022-10-05 07:02:32 +05:30
Yure Gabriel
ed3260dbc1
zathura: add pt_BR translation ( #8699 )
2022-10-04 18:15:07 -03:00
Saikat Sengupta
4d7711a0fb
auvaltool: add page ( #8689 )
2022-10-04 18:25:01 +02:00
dz-at-tc
86df8a5ee9
zfgrep: add page ( #8708 )
2022-10-04 21:50:21 +05:30
dz-at-tc
6dde355141
fossil-init: add page ( #8710 )
2022-10-04 21:47:46 +05:30
Marvin Borner
ae54a09f0b
[: update German translation ( #8693 )
2022-10-04 18:04:14 +02:00
Henrique Borges
7e7bfc6e07
certutil: add page ( #8664 )
2022-10-04 18:03:01 +02:00
K.B.Dharun Krishna
ac15e7047a
pages/*: update Microsoft docs to learn ( #8653 )
2022-10-04 23:06:23 +08:00
FL
dff475b81c
qm-start: add page ( #8704 )
2022-10-04 11:59:38 -03:00
FL
b60ba44da0
qm-create: add page ( #8705 )
2022-10-04 11:58:55 -03:00
Christoph Thiede
f1652299fe
Remove superfluous space ( #8533 )
2022-10-04 13:40:38 +00:00
Poy Chang
9ea7033aec
ipconfig, more, path, title: add traditional Chinese translation ( #8686 )
2022-10-04 21:28:06 +08:00
Reinhart Previano Koentjoro
e40d013be1
java: update Indonesian translation ( #8716 )
2022-10-04 09:23:48 -03:00
Mr. Packman
5749658b53
test: update condition example description ( #8594 )
2022-10-04 15:19:21 +05:30
FL
7c1c7b3266
dnsmap: add page ( #8706 )
...
* add dnsmap command
* csv file path is a variable
* Descriptions should start with a capital
* Description items should end with periods.
* invalid IP
* Update pages/linux/dnsmap.md
* fix typo and remove absolute paths
2022-10-04 14:36:24 +05:30
Juri
8fac55b54f
zcmp: add page ( #8599 )
...
* zcmp: add page
* move zcmp.md and fix file paths
* clarify description
* Apply suggestions from code review
2022-10-04 12:52:37 +05:30
CleanMachine1
13f90543cc
git-browse-ci: add page ( #8500 )
...
* git-browse-ci: add page
* Update pages/common/git-browse-ci.md
* Update pages/common/git-browse-ci.md
* Update pages/common/git-browse-ci.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/git-browse-ci.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/git-browse-ci.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/common/git-browse-ci.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-04 17:07:39 +10:00
Poy Chang
cf3ef15a9f
whoami, ver: add traditional Chinese translation ( #8684 )
2022-10-04 12:36:01 +05:30
Poy Chang
898bfcc5ef
type: add traditional Chinese translation ( #8683 )
2022-10-04 12:34:09 +05:30
Jason Lam
c4b5a6a502
cd: update Chinese translation ( #8712 )
2022-10-04 12:33:38 +05:30
Emily Grace Seville
b9125f067c
dconf*: add/refresh pages ( #8031 )
...
* Fix top description:
- simplify description
- change `See also` link to `gsettings`
- fix man page url to manned.org because an old one is inaccessible
* Provide more examples and enhance existing ones:
- in `dconf`
* Add `dconf-read` page
* More `See also` links in `dconf`
* Add `reset` example
* Add `dconf-reset` page
* Refresh `dconf-write`:
- add link to `dconf` in `See also`
- fix man page url
- standardize examples with other `dconf` pages
* Fix man page urls everywhere in `dconf` pages
2022-10-04 17:00:34 +10:00
FL
2100859d25
dnstracer: add page ( #8707 )
...
* add dnstracer command
* mark parameters correctly
Thanks @CleanMachine1, totally missed that one. Should obviously be in brackets.
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* link man page for reference
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
* Mark -o in example description
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Mark -r in example description
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Mark -o in example description
Accidentally put this for -s as well
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Revert -r mnemonic because not applicable
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-04 13:08:35 +07:00
dz-at-tc
c4221c98dd
bzegrep, bzfgrep, rgrep, zegrep, zgrep: move from linux to common ( #8709 )
...
grep alternatives work substantially the same on all major platforms.
2022-10-04 09:39:55 +05:30
Axel Navarro
09064cedcf
gh-label: add page ( #8673 )
2022-10-04 08:59:08 +05:30
Axel Navarro
e70b33846f
gh-pr: add mention to subcommand pages ( #8655 )
2022-10-04 08:56:15 +05:30
Poy Chang
06a75ad118
logoff: add traditional Chinese translation ( #8682 )
2022-10-04 10:01:25 +08:00
Simon Dahlbacka
8da689c2ab
az group: add page ( #8698 )
2022-10-03 21:17:25 +00:00
Suyash Bhawsar
dc314c6ef2
plocate: add page ( #8541 )
2022-10-03 21:03:53 +00:00
Invader Zim
29eab400ca
warpd: add page ( #8542 )
2022-10-03 21:03:07 +00:00
Raynaldo Sutisna
877e3f0d12
git-branch: update Indonesian translation ( #8650 )
...
* fix: translation
* feat: update translation
* fix: languange
* feat: update suggestion
* fix: languange
2022-10-04 00:05:28 +07:00
Juri
888dc45aed
zdiff: add page ( #8636 )
2022-10-03 11:05:06 -03:00
Shubham Kshetre
b1ea42afa6
battop: add page ( #8654 )
2022-10-03 09:19:14 -03:00
Victoria Kruczek
e8b803929e
date: add Polish translation ( #8687 )
2022-10-03 09:17:23 -03:00
San Baby Francis
4e4b94fd5d
brightnessctl: add Malayalam translation ( #8681 )
2022-10-03 09:15:18 -03:00
Axel Navarro
a706422123
just-js: add page ( #8674 )
2022-10-03 09:13:25 -03:00
Prateek Kumar Nischal
5bc1dfb9ed
getcap: add -r example ( #8691 )
2022-10-03 09:01:45 -03:00
Reinhart Previano Koentjoro
0a7b28c8e5
android/*: use imperative mood on Indonesian translation ( #8690 )
2022-10-03 08:59:40 -03:00
Raynaldo Sutisna
9c05558a2c
git-pull: add Indonesian translation ( #8658 )
...
* feat: add new git-pull page
* fix: languange
* fix: head languange
2022-10-03 14:54:22 +07:00
Suyash Bhawsar
9ee68b7d44
fastfetch: add page ( #8550 )
2022-10-03 07:53:19 +00:00
GallowsDove
7e5a70713a
gcc, g++: Clarify -Wall ( #8647 )
2022-10-03 11:07:06 +05:30
pixel
42a5b68d7d
autofsd, biomesyncd, biometrickitd, cloudd, coredatad, ctkd, deleted, InternetSharing, dhcp6d, hidd, systemsoundserverd, wps, webinspectord, watchdogd, watchlistd, symptomsd: add page ( #8670 )
2022-10-03 06:03:11 +02:00
Axel Navarro
8e2521fcae
docker-load: add page ( #8672 )
2022-10-03 10:57:52 +08:00
Niklas
b065fca695
qm-nbdstop: add page ( #8679 )
2022-10-03 08:21:38 +05:30
dz-at-tc
fa35e2d8d4
fossil*: move all fossil commands to common vs linux ( #8677 )
...
fossil commands work substantially the same on all major platforms.
2022-10-03 08:12:44 +05:30
Raynaldo Sutisna
6fb2422d7f
git-remote: add get-url example ( #8661 )
2022-10-02 23:27:08 -03:00
frost
6ac6c6e6c5
ruget: add Indonesian translation ( #8571 )
...
* ruget: Add Indonesian translation
* Fix small typo
2022-10-03 07:53:26 +05:30
Emma Litwa-Vulcu
7066c0e0fe
ddev: add page ( #8613 )
2022-10-03 04:23:00 +02:00
Axel Navarro
77ad6b02e6
kool: add page ( #8675 )
2022-10-03 06:08:40 +05:30
th0ughtcrime
dce2127401
mdadm: add sudo, add --zero-superblock example ( #8618 )
2022-10-02 17:25:35 -03:00
JCarlos
4707cac869
logcat: improve command description ( #8665 )
2022-10-02 17:13:51 -03:00
Nicolas Hansse
1d3e2e0266
autoconf, az: add French translation ( #8572 )
2022-10-02 16:56:20 -03:00
Nicolas Hansse
6611d92c22
aws-rds, aws-s3: add French translation ( #8634 )
2022-10-02 16:41:44 -03:00
Alexandre ZANNI
c8efb10edd
bundle, bundler: add French translation ( #8591 )
2022-10-02 16:40:17 -03:00
frost
bbbe609a6d
halt, poweroff, reboot: add Indonesian translation ( #8574 )
2022-10-02 16:38:23 -03:00
Poy Chang
7d0058f18a
set: add traditional Chinese translation ( #8544 )
2022-10-02 16:30:01 -03:00
Jack Lin
db5ef72899
az: add traditional Chinese translation ( #8625 )
2022-10-02 16:22:58 -03:00
Jack Lin
cf380b6e6a
dotnet: add traditional Chinese translation ( #8628 )
2022-10-02 16:21:56 -03:00
Nicolas Hansse
a3e2f36dd0
aws, aws-quicksight: add French translation ( #8631 )
2022-10-02 16:19:16 -03:00
dz-at-tc
9f58eca0d3
CONTRIBUTING: fix typo caja to tar ( #8666 )
2022-10-02 16:00:45 -03:00
Isaac Vicente
226c047e34
paru: add pt_BR translation ( #8646 )
2022-10-02 15:50:51 -03:00
Guilherme Pereira
e8fa3141f0
mosquitto: add pt_BR translation ( #8644 )
2022-10-02 15:50:04 -03:00
Abhishek Keshri
2af01b6460
sleep: add Hindi translation ( #8640 )
2022-10-02 15:48:17 -03:00
Abhishek Keshri
463a8d7ef5
compare: add Hindi translation ( #8641 )
2022-10-02 15:47:33 -03:00
Juri
8f89fb49d3
znew: add page ( #8637 )
2022-10-03 00:09:22 +08:00
burlakvo
5125e0a838
common-arguments: add Ukrainian translation ( #8663 )
2022-10-02 20:29:43 +05:30
Abhishek Keshri
a369257d37
fuck: add Hindi translation ( #8642 )
2022-10-02 11:45:23 -03:00
Abhishek Keshri
a9cb0a2d72
arch: add Hindi translation ( #8639 )
2022-10-02 11:44:52 -03:00
Isaac Vicente
d73d4170de
btrfs: add pt_BR translation ( #8662 )
...
* btrfs: add pt_BR translation
* Update pages.pt_BR/linux/btrfs.md
2022-10-02 20:13:50 +05:30
Isaac Vicente
272849e2b2
snapper: add pt_BR translation ( #8645 )
2022-10-02 11:36:54 -03:00
K.B.Dharun Krishna
f9e89c9007
pages.th/*: fix more information label ( #8585 )
2022-10-02 11:34:41 -03:00
Oscar Dominguez
f153e318de
stale.yml: upgrade actions/stale to v6 ( #8615 )
2022-10-02 11:33:07 -03:00
Isaac Vicente
dc83b80f42
btrfs-subvolume: add pt_BR translation ( #8657 )
...
* btrfs-subvolume: add pt_BR translation
* Update pages.pt_BR/linux/btrfs-subvolume.md
2022-10-02 20:02:41 +05:30
Jack Lin
517c7047e2
df: add traditional Chinese translation ( #8626 )
2022-10-02 11:31:34 -03:00
K.B.Dharun Krishna
e771ca466d
man: add Tamil translation ( #8562 )
2022-10-02 11:30:28 -03:00
Isaac Vicente
4aac83a099
zypper: add pt_BR translation ( #8649 )
2022-10-02 11:29:20 -03:00
Abhishek Keshri
3193961a39
rmdir: add Hindi translation ( #8638 )
2022-10-02 11:26:01 -03:00
Isaac
5342c1c9a1
pacdiff: add page ( #8474 )
2022-10-02 11:21:30 -03:00
Jason Lam
5a245e0fdc
backupd, corebrightnessd, fontd, translationd, warmd: add page ( #8629 )
...
* backupd, corebrightnessd, fontd, translationd, warmd: add page
* Fix linting
* Add more information links
* Update pages/osx/backupd.md
2022-10-02 19:40:31 +05:30
yunlang
8b57a42aac
join: add stdin example ( #8416 )
...
* join: add '-' file from standard input
2022-10-02 19:21:08 +05:30
Saikat Sengupta
e89c494850
getcap: add page ( #8578 )
...
* Add getcap page for Linux OS
* Update getcap.md
* Update link to manned
2022-10-02 17:56:56 +05:30
K.B.Dharun Krishna
34e93f10f7
htop: add Tamil translation ( #8608 )
2022-10-02 11:20:29 +02:00
Jack Lin
d6558266ee
azurite: add page ( #8630 )
2022-10-02 11:16:23 +02:00
Juri
946688ddd6
brittany: add page ( #8597 )
2022-10-02 11:07:40 +02:00
K.B.Dharun Krishna
333a6b7c6e
cd: update Tamil translation ( #8607 )
2022-10-02 11:05:33 +02:00
K.B.Dharun Krishna
2b5848ae85
ruget: add Tamil translation ( #8565 )
2022-10-02 14:32:22 +08:00
CleanMachine1
1e5d2a4d1f
git-delete-submodule: add page ( #8553 )
2022-10-02 11:50:16 +05:30
K.B.Dharun Krishna
8f80f07ff1
protontricks: add Tamil translation ( #8564 )
2022-10-02 14:17:51 +08:00
Leo Kling
9b40843ce0
yarn: add German translation ( #8586 )
2022-10-02 08:06:52 +02:00
Shubham Kshetre
d439e9cefc
adig: add page ( #8602 )
2022-10-02 07:59:59 +02:00
burlakvo
5cd7ce3fe0
git-checkout*: Add Ukrainian translation ( #8617 )
2022-10-02 11:26:31 +05:30
Nicolas Hansse
0f3ad91438
adb-install, cd: update French translation ( #8573 )
2022-10-02 13:56:00 +08:00
Nutthapat Pongtanyavichai
111b9139c1
cls: fix thai translation typo ( #8580 )
2022-10-02 13:44:43 +08:00
Marvin Borner
dd5904c932
[[: add German translation ( #8583 )
2022-10-02 07:27:48 +02:00
Oscar Dominguez
4f430f0642
ci: upgrade actions/setup-python to v4 ( #8614 )
2022-10-02 10:53:28 +05:30
CleanMachine1
2c7c4e7f79
rpi-imager: add page ( #8552 )
...
* rpi-imager: add page
* Update pages/common/rpi-imager.md
2022-10-02 08:06:30 +05:30
adityarjadhav
795965739b
ruget: add Hindi translation ( #8612 )
2022-10-02 08:04:34 +05:30
Owen Voke
2c1691c48f
php-cs-fixer: add page ( #8577 )
...
* php-cs-fixer: add page
* php-cs-fixer: apply fixes from code review
2022-10-02 07:53:51 +05:30
hms5232
63cb8b805f
zh_TW: fix wrong term ( #8566 )
...
"文檔" is used in zh_CN, for zh_TW, that is "文件".
2022-10-02 07:49:45 +05:30
Leo Kling
6e3fcceb1d
projucer: add page ( #8590 )
...
* projucer: add Page
* lowecase cmd
* changed help desc
* put help at bottom
* Update pages/common/projucer.md
replaced or with comma
* Update pages/common/projucer.md
added path to status command
* Update pages/common/projucer.md
added path to project file
* Update pages/common/projucer.md
added path to target folder
* uppercase cmd
* Update pages/common/projucer.md
Uppercase heading
* Update pages/common/projucer.md
2022-10-02 07:48:25 +05:30
th0ughtcrime
391f33337c
gpgconf: add page ( #8616 )
...
* gpgconf: add page
* gpgconf: fix formatting
2022-10-02 07:46:28 +05:30
Shubham Kshetre
ae3b0b1adf
acountry: add page ( #8611 )
2022-10-01 23:37:02 +01:00
Alexandre ZANNI
2ad103b54b
chgrp: add French translation ( #8595 )
...
* chgrp: add French translation
* chgrp: conjudate the verb
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
2022-10-01 22:35:21 +02:00
Joel Tony
2506f957c1
timedatectl: Add command to set hardware clock to use localtime ( #8605 )
...
* Add GNU Octave page
* Change link to documentation
* Change hwclock to localtime
* Delete octave.md
* Update timedatectl.md
2022-10-01 19:24:12 +00:00
Simon Dahlbacka
10fc844c6f
add page: az sshkey ( #8603 )
2022-10-01 19:11:32 +00:00
Ein Verne
f6ec326944
qm-stop: add page ( #8538 )
...
* qm-stop: add page
* Update pages/common/qm-stop.md
* Apply suggestions from code review
2022-10-01 22:03:59 +05:30
Daniil Baturin
d7fa38828e
soupault: add page ( #8559 )
...
* soupault: add page
* Update pages/common/soupault.md
2022-10-01 21:56:58 +05:30
Suyash Bhawsar
9841d5fa3c
view: fix typo in Hindi translation ( #8596 )
2022-10-01 20:58:52 +05:30
Paskalouis Patressi
ba5f831073
pnpm: add Indonesian translation ( #8601 )
...
* pnpm: add Indonesia/Bahasa translation
* Update pages.id/common/pnpm.md
add mnemonics [g] on commented line
2022-10-01 20:55:44 +05:30
Suyash Bhawsar
f6e2f83cf5
size: add page ( #8604 )
2022-10-01 23:16:15 +08:00
frost
c86b0fd2eb
aria2c: Add Indonesian translation ( #8569 )
2022-10-01 23:06:32 +08:00
Alexandre ZANNI
ca30355efd
chroot: add French translation ( #8598 )
2022-10-01 14:56:23 +02:00
Alexandre ZANNI
3581b84499
bc: add french translation ( #8589 )
2022-10-01 14:53:22 +02:00
Alexandre ZANNI
c6d0241b9f
chsh: add French translation ( #8600 )
2022-10-01 14:50:19 +02:00
Alexandre ZANNI
eaf5856017
b2sum: add French translation ( #8587 )
...
* b2sum: add french translation
* b2sum: use imperative form
2022-10-01 18:09:05 +05:30
CleanMachine1
bb8d1c0897
cat: update placeholders ( #8579 )
2022-10-01 15:41:48 +05:30
K.B.Dharun Krishna
c1c500e64f
podman: add Tamil translation ( #8563 )
2022-10-01 08:18:22 +00:00
Muhammad Falak R Wani
35eba3f361
fio: add job file example ( #8567 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-10-01 13:43:26 +05:30
Nicolas Hansse
27bbe523d0
babel, balena: add French translation ( #8575 )
2022-10-01 13:41:11 +05:30
Borworntat Dendumrongkul
19fefb8f84
cls: add Thai translation ( #8568 )
...
* cls: add Thai translation
* fix typing mistake
* change docs to learn
2022-10-01 13:38:17 +05:30
Owen Voke
02d60bf0ee
pint: add page ( #8558 )
...
* pint: add page
* pint: fix descriptions
2022-10-01 13:34:57 +05:30
Suyash Bhawsar
88ece48dd6
Update clear.md ( #8556 )
2022-10-01 08:02:16 +00:00
Ethan Liu
daa9ce3df5
adb-logcat: add Chinese translation ( #8545 )
2022-10-01 07:58:50 +00:00
Suyash Bhawsar
13b46aa933
qrcp: add page ( #8549 )
2022-10-01 07:58:19 +00:00
Suyash Bhawsar
67b0bd02d6
curlie: add page ( #8551 )
2022-10-01 07:57:52 +00:00
Nicolas Hansse
999854f9ae
adb-logcat, atuin: add French translation ( #8570 )
2022-10-01 07:55:18 +00:00
frost
54a4ec4d55
htop: add Indonesian translation ( #8561 )
2022-10-01 04:39:22 -03:00
Shubham Kshetre
fea716c320
ahost: add page ( #8554 )
...
* ahost: add page
* Update pages/linux/ahost.md
2022-10-01 11:31:32 +05:30
Niklas
649b4001b5
az-upgrade: add page ( #8555 )
2022-10-01 07:03:00 +05:30
K.B.Dharun Krishna
1f78c727c5
pages.ta/*: update Tamil translation ( #8467 )
...
* Update Tamil translations
* Update Translation2
* Update git pages
* Fix linter error in git-clone.md
2022-09-30 20:00:17 +00:00
Jason Lam
9cc2261b28
pyenv: update Chinese translation ( #8547 )
2022-09-30 19:34:16 +00:00
Niklas
d654d44031
az-version: add page ( #8546 )
2022-09-30 12:06:28 -03:00
Jakob Miksch
f4f77b9dd6
gdaladdo: add page ( #8534 )
2022-09-29 13:24:48 -03:00
Titouan-joseph Cicorella
c0ff68e3cf
docker-*: add French translation ( #8529 )
2022-09-29 09:54:38 -03:00
Jakob Miksch
b9db027a05
osmium: add page ( #8535 )
...
* osmium: add file
* Apply suggestions from code review
2022-09-29 12:53:59 +05:30
Suyash Bhawsar
079fd79da2
ruget: add page ( #8528 )
2022-09-29 14:00:17 +08:00
Ethan Liu
47ac632811
adscript: add Chinese translation ( #8539 )
2022-09-29 13:58:00 +08:00
Alex
0fbe2488eb
workflows/*: add security hardening ( #8518 )
2022-09-28 14:17:33 -03:00
Shubham Kshetre
163f2452da
cd: add cd / ( #8532 )
...
add change directory to root directory
2022-09-27 21:51:08 +05:30
Juri
bac421272f
csv-diff: add page ( #8520 )
2022-09-27 06:58:54 +05:30
CleanMachine1
9d0449d207
Revert "Update codespell-ignore ( #8530 )" ( #8531 )
...
This reverts commit 127892edf9 .
2022-09-26 21:21:11 +00:00
CleanMachine1
127892edf9
Update codespell-ignore ( #8530 )
2022-09-26 21:19:37 +00:00
K.B.Dharun Krishna
398621f373
Rename rfetch.md to pages/common/rfetch.md ( #8527 )
...
Fixing error
2022-09-26 20:42:24 +00:00
Allen Shaw
47e56237bd
mysqldump: fix example curly brackets placeholders ( #8519 )
2022-09-26 23:14:19 +05:30
Xiang Wang
bde43e80e8
ctags: add json output example ( #8425 )
2022-09-26 09:44:09 -03:00
Suyash Bhawsar
591dd1eb6e
rfetch: add page ( #8517 )
2022-09-26 07:52:50 -03:00
Ethan Liu
05e4c3e4d0
adb-install: update Chinese translation ( #8516 )
2022-09-26 13:40:55 +08:00
K.B.Dharun Krishna
ba109d5d30
ISSUE_TEMPLATE/page-translation.yml: remove new command label ( #8501 )
2022-09-25 22:10:57 -03:00
Juri
b5c001975a
latexdiff: add page ( #8509 )
2022-09-25 14:45:29 -03:00
Emily Grace Seville
2652667b8e
ed: add Russian translation ( #7943 )
2022-09-25 10:18:40 -03:00
Tanawa Tsamo Marius
8eb40d0628
pulumi: add page ( #8410 )
2022-09-25 09:52:54 -03:00
Ethan Liu
5e5c93a257
acme.sh: add Chinese translation ( #8513 )
2022-09-25 14:50:37 +05:30
Ethan Liu
b56cbb33bf
acme.sh-dns: add Chinese translation ( #8514 )
2022-09-25 15:08:41 +08:00
Dina Basumatary
4a23a33e40
gsutil: add page ( #7961 )
...
* gsutil: add page
* Update pages/common/gsutil.md
use lower snake case
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/gsutil.md
Co-authored-by: pixel <chrissx@chrissx.de>
* Update pages/common/gsutil.md
Co-authored-by: pixel <chrissx@chrissx.de>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: pixel <chrissx@chrissx.de>
2022-09-25 14:18:06 +10:00
Axel Navarro
d7c85288c1
npm-query: add page ( #8445 )
...
* npm-query: add page
2022-09-24 14:55:58 +05:30
Joel Tony
e9c9912bf7
fdupes: add example to replace duplicate files with hardlinks ( #8510 )
2022-09-24 07:18:46 +05:30
Juri
4066cb9dac
autoconf: add page ( #8508 )
2022-09-24 07:15:08 +05:30
LiLittleCat
0435ed4d01
ack: update Chinese translation ( #8506 )
2022-09-24 04:46:10 +05:30
Suyash Bhawsar
2be688d022
llvd: add page ( #8511 )
...
* llvd: add page
* Update pages/linux/llvd.md
* Update llvd.md
* Change directory to common
2022-09-23 21:36:31 +05:30
LiLittleCat
8c9620cde8
[[: add Chinese translation ( #8505 )
2022-09-22 11:24:40 +08:00
LiLittleCat
e69e7cab5a
[: update Chinese translation ( #8504 )
2022-09-22 10:21:31 +08:00
marchersimon
9f75e9304b
tlmgr-dump-tlpdb, tlmgr-recreate-tlpdb: add page ( #8290 )
2022-09-20 08:30:55 -03:00
Keshavshyper6325
f89ebb43b9
g++: add multiple file example ( #8468 )
2022-09-20 00:47:58 -03:00
michalani
e7c078a13f
cdk: fix typo in example ( #8503 )
2022-09-19 22:34:18 -03:00
Ulysse Buonomo
2ac7568e03
clang-format: exhaustive style list ( #8493 )
...
* clang-format: exhaustive style list
* Update clang-format.md
2022-09-20 02:47:15 +10:00
kasodesyn
bc0b1f2736
git-clone, git-pull: add Chinese Translation ( #8499 )
2022-09-19 08:37:59 -03:00
Cairn
3e182df3ba
transmission-edit: add page ( #8458 )
...
* transmission-edit: add page
* Rewrite example description
2022-09-19 15:50:46 +05:30
K.B.Dharun Krishna
1bb198bc94
style-guide: fix links ( #8496 )
...
* style-guide: fix links
* Fix Pre-translated alias page templates line
2022-09-19 08:14:20 +05:30
K.B.Dharun Krishna
284b4656ad
npm-fund: add page ( #8495 )
2022-09-18 21:00:38 -03:00
K.B.Dharun Krishna
e3d2e6540c
protontricks: refresh page ( #8492 )
2022-09-18 20:18:56 -03:00
K.B.Dharun Krishna
725150d670
brew: add Tamil translation ( #8489 )
2022-09-18 19:10:07 -03:00
K.B.Dharun Krishna
6b246bfa6d
javac: fix path; java: update Tamil translation ( #8455 )
2022-09-18 18:56:13 -03:00
CleanMachine1
8c559d581a
codespell.yml: add workflow ( #8359 )
2022-09-18 18:24:26 -03:00
K.B.Dharun Krishna
c3f2c81b14
df: add Tamil translation ( #8490 )
...
I skipped translating the last command as it is difficult to translate and to be understood by the user.
2022-09-19 01:12:25 +10:00
LiLittleCat
4987d8c0d4
rm: add Chinese translation ( #8497 )
2022-09-18 17:20:20 +05:30
kasodesyn
cf54305ca8
git, git-rebase: add Chinese translation ( #8494 )
2022-09-18 19:47:24 +08:00
LiLittleCat
aa330b591d
rmdir: add Chinese translation ( #8498 )
2022-09-18 19:43:21 +08:00
marchersimon
1cc58e38ae
*: update German translation ( #8331 )
2022-09-16 09:23:00 -03:00
Suyash Bhawsar
145c7c4c65
broot: add page ( #8487 )
...
* Create broot.md
* Update pages/linux/broot.md
* Update pages/linux/broot.md
* Update pages/linux/broot.md
* Update pages/linux/broot.md
* Update pages/linux/broot.md
* Update pages/linux/broot.md
2022-09-15 08:34:24 +05:30
Mia Combeau
126c1e1469
gdb: add French translation ( #8486 )
2022-09-14 19:20:06 +05:30
Emily Grace Seville
77decbbb90
tldr: refresh page ( #8000 )
2022-09-14 15:19:41 +02:00
Suyash Bhawsar
da194b7c27
woeusb: add page ( #8434 )
...
* Create woeusb.md
* Update woeusb.md
* Update woeusb.md
* Update woeusb.md
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/woeusb.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* broot
Added broot command tldr.
* Delete broot.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-09-13 18:51:53 +00:00
Cornelius Roemer
ab180013e3
tsv-filter: add page ( #8408 )
2022-09-13 11:21:03 -03:00
Mia Combeau
d337fcbad2
cd: update French translation ( #8482 )
2022-09-12 21:42:24 -03:00
Mia Combeau
322f6328f4
diff: add French translation ( #8484 )
2022-09-12 21:30:46 -03:00
Mia Combeau
b2ca251ef4
chmod: update French translation ( #8483 )
2022-09-13 06:00:13 +05:30
Mia Combeau
72b9e2f1d6
env: add French translation ( #8485 )
2022-09-12 21:29:56 -03:00
Seth Falco
bfaefffd9c
docker-compose: update command to v2 ( #8481 )
2022-09-12 09:55:23 -03:00
Cairn
408a8247cf
transmission-show: add page ( #8459 )
2022-09-12 09:08:29 -03:00
Invader Zim
ee72074d19
nsxiv: add page ( #8477 )
...
* nsxiv: add page
tldr page for nsxiv (A fork of the sxiv image viewer)
* Update nsxiv.md
Changed markdown formatting to suit the examples from this repo
* Update pages/linux/nsxiv.md
* Update pages/linux/nsxiv.md
* Update pages/linux/nsxiv.md
* Update pages/linux/nsxiv.md
* Update nsxiv.md
* Update pages/linux/nsxiv.md
* Update nsxiv.md
* Update nsxiv.md
* Update pages/linux/nsxiv.md
* Update pages/linux/nsxiv.md
* Update pages/linux/nsxiv.md
2022-09-12 15:45:14 +05:30
Ecko
26e3d18442
lxc: add execute example ( #8472 )
2022-09-12 06:59:21 +05:30
Cairn
4b440c3a5d
transmission-daemon: add page ( #8457 )
2022-09-11 14:19:28 -03:00
Barry Weiss
453fa5d6f5
pyats:add new page ( #8480 )
2022-09-11 15:38:16 +00:00
Harish Kukreja
a2e2dfb7e9
asdf: remove hyphens from subcommands ( #8479 )
...
Recent versions of asdf have subcommands that have their own subcommands, so hyphens are no longer valid
2022-09-11 09:00:36 +05:30
Vikrom Narula
e77ab729a5
lualatex: add page ( #8473 )
2022-09-10 23:10:24 +00:00
Cornelius Roemer
81f77afce1
npx: fix typo 'existis' -> 'it exists' ( #8476 )
2022-09-09 07:03:18 +05:30
Frank Sossi
675613a03d
vigr: add page ( #8470 )
2022-09-08 09:09:25 +05:30
blakehawkins
e5521801d6
cargo: add +nightly example ( #8475 )
...
The `+nightly` syntax is somewhat unusual and easy to forget. It composes nicely with many other cargo commands. None of the others have a +nightly example as yet.
2022-09-08 04:41:59 +05:30
K.B.Dharun Krishna
25410d3fc0
rmdir: add Tamil translation ( #8456 )
...
* rmdir: add Tamil translation
* Fix translation
Changing words to make it sound better
2022-09-07 21:30:15 +00:00
Muhammad Falak R Wani
9661c8dc7c
git-bisect: add `log` example ( #8460 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-09-07 15:03:20 +00:00
graves501
310c2fb54a
vimdiff: fix jump to previous/next difference instructions ( #8462 )
2022-09-07 06:51:44 +05:30
Mia Combeau
cf4c29d35d
passwd: add French translation ( #8463 )
2022-09-06 21:38:34 +05:30
Mia Combeau
e5fda71c5b
man: add French translation ( #8464 )
2022-09-06 09:01:42 -07:00
Mia Combeau
f855dd1b1f
man: fix locale option example ( #8465 )
2022-09-06 14:29:07 +00:00
jxu
040bba8721
7z: fix `a` command explanation ( #8447 )
2022-09-05 06:54:23 +05:30
Hugh
62b2ca653f
adb-install: add -d example ( #8423 )
2022-09-04 18:38:33 +00:00
Jakob Miksch
7b046caf1c
gdaldem: add page ( #8451 )
2022-09-04 15:52:35 +05:30
Adrien Thebo
dd33c21bcd
atuin: add page ( #8446 )
2022-09-04 00:29:48 -03:00
Mia Combeau
6c39ac18a4
mkdir: update French translation ( #8443 )
2022-09-04 00:26:13 -03:00
Mia Combeau
7ad86a7984
ftp: update French translation ( #8436 )
2022-09-04 00:10:55 -03:00
LiLittleCat
6cde5be486
more: add Chinese translation ( #8449 )
2022-09-03 23:18:36 +08:00
LiLittleCat
f8d869ac87
mkdir: add Chinese translation ( #8448 )
2022-09-03 16:25:06 +08:00
Guillaume BOEHM
ebca46818c
wal-telegram: add page ( #8431 )
...
* wal-telegram: added page
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-09-02 10:32:54 -07:00
Cairn
1b09632650
mg: add page ( #8441 )
...
* mg: add page
* Fix description
* Fix example
* Compress description to one line
* Remove unnecessary comma
2022-09-02 19:19:05 +05:30
Cairn
dbfe297c23
MAINTAINERS: add @CairnThePerson to collaborators ( #8439 )
...
* MAINTAINERS: add @CairnThePerson to collaborators
* Fix issue number
2022-09-02 08:02:17 +05:30
Mia Combeau
77cc5263d4
tar: fix tense in French translation ( #8433 )
2022-09-02 02:28:50 +00:00
Cairn
f115f4124c
emacs: add `--script` example ( #8440 )
2022-09-02 07:52:16 +05:30
Mia Combeau
6c94f782da
ls: update French translation ( #8437 )
2022-09-02 02:05:00 +00:00
Adrien Thebo
d7a077eee6
task: refresh page ( #8328 )
2022-09-02 01:49:36 +00:00
Hugh
a158032e7e
adb-logcat: add page ( #8424 )
2022-09-01 18:16:29 -03:00
Alexandre Hassan
ec300f80fa
gnmic: add page and subpages ( #8367 )
...
* gnmic - add
* Change file extension
* Fix newlines
* update gnmic pages and add gnmic sub alias
* fix link
* add period
* fix missing punctuation
* fix ip:port formatting
* Implemented @adrienthebo suggestions
* missing period
* @EmilySeville7cfg suggestions
* remove --insecure and write out sub
2022-09-02 04:57:16 +10:00
Cairn
e6713a2ffb
pixterm: add page ( #8411 )
2022-09-01 18:35:59 +05:30
Guohan Li
b83f1ea910
command: update Chinese translation ( #8435 )
2022-09-01 08:43:15 +05:30
LiLittleCat
5290b20518
df: add Chinese translation ( #8428 )
...
* df: add Chinese translation
* Update pages.zh/common/df.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages.zh/common/df.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>
2022-09-01 10:46:01 +08:00
Cornelius Roemer
be742fa374
keep-header: add page ( #8401 )
2022-08-30 19:51:26 +00:00
Cairn
d360ef4418
gifsicle: update page ( #8403 )
2022-08-30 19:49:03 +00:00
Cornelius Roemer
8fa1e47ba3
zstdless: add page ( #8418 )
2022-08-30 07:57:34 +05:30
K.B.Dharun Krishna
3417af7246
anbox: add Tamil translation ( #8422 )
2022-08-29 12:36:03 +00:00
Cairn
5ab335d348
chafa: add page ( #8413 )
...
* chafa: add page
* Switch "path/to/input" with "path/to/file"
* Remove "and" from see also section
* Rework descriptions
* Simplify a description
* Change braille capitalization
* Remove GIF distinction
2022-08-29 12:09:41 +05:30
Cornelius Roemer
a79479c286
csv2tsv: add page ( #8407 )
...
* add page: csv2tsv
* Update pages/common/csv2tsv.md
2022-08-29 08:21:27 +05:30
Cairn
1cf75da830
mpv: use path/to/file placeholder ( #8421 )
2022-08-28 22:41:49 -03:00
Cornelius Roemer
b84ab620bf
zless: mention supported compression types ( #8419 )
2022-08-29 04:51:52 +05:30
Cairn
9d82ca5bb3
catimg: add page ( #8412 )
...
* catimg: add page
* Switch "path/to/input" with "path/to/file"
* Remove "and" from see also section
* Replace "custom" with a provided value
* Improve resolution description
* Remove trailing whitespace
* Improve width/height description
2022-08-29 04:48:01 +05:30
K.B.Dharun Krishna
8b86e57401
ascii, asciiart: add Tamil translation ( #8415 )
2022-08-28 17:38:51 -03:00
Cornelius Roemer
3648227344
contributing(doc): fix typo 'simpliest' -> 'simplest' ( #8420 )
2022-08-28 20:31:43 +00:00
Cairn
4a48841e0a
gifdiff: add page ( #8404 )
2022-08-28 19:02:39 +00:00
jxu
e70b607b7b
objdump: add intel syntax command ( #8402 )
2022-08-27 14:13:55 +00:00
Cornelius Roemer
be8233b8bb
nextclade: add page ( #8400 )
2022-08-26 20:25:21 +00:00
K.B.Dharun Krishna
ce1f5f01f5
distrobox-*: add Tamil translation ( #8377 )
2022-08-25 09:42:31 -03:00
Luis Saes
e2d9387965
pip, pip-install, pip-uninstall, touch: add pt_BR translation ( #8396 )
...
* touch: update pt_BR translation
* pip: update pt_BR translation
* pip-install: add pt_BR translation
* pip-uninstall: add pt_BR translation
* Update pages.pt_BR/common/pip.md
* Update pages.pt_BR/common/touch.md
* Update pages.pt_BR/common/touch.md
* Update pages.pt_BR/common/touch.md
* Update pages.pt_BR/common/touch.md
* Update pages.pt_BR/common/touch.md
2022-08-25 22:00:11 +10:00
Cornelius Roemer
35b015a0b4
fix: wrong hyphen instead of backtrack in style-guide ( #8397 )
2022-08-24 19:33:49 +00:00
CleanMachine1
d386b8bc7e
silicon: change the to and
2022-08-24 15:50:55 +00:00
André Santos
c84a1a7ecc
jmeter: add page ( #8391 )
...
* jmeter: add page
* Rename jmeter.md to pages/common/jmeter.md
* Replaced hyphens with "greater than" signs
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Removed trailing backspace
* Using long options and improving variables
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Providing concrete examples for proxyhost and port
* Update pages/common/jmeter.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Refactored commands description
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Refactored commands description
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-25 01:41:48 +10:00
hellojukay
9e0bcb0ced
silicon: add page ( #8392 )
...
* add new page silicon
* fixed ci #8392
* fixed #8392
* fixed #8392
* fixed #8392
* fixed #8392
2022-08-24 18:05:47 +05:30
Emily Grace Seville
5b1acd3a89
CONTRIBUTING: add notes about placeholders and some examples ( #8366 )
...
* Add notes about placeholders and some examples
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Use `tokens` instead of `things`
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-24 18:50:36 +10:00
CleanMachine1
01f68eb87f
daemon: add page ( #8390 )
...
* daemon: add page
* daemon: add delay example
* Update pages/linux/daemon.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/daemon.md
* Update pages/linux/daemon.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-24 13:27:11 +08:00
Guohan Li
136a6df302
uname: update Chinese translation ( #8393 )
2022-08-24 13:52:57 +10:00
Guohan Li
9838a35794
vue: update chinese translation ( #8394 )
2022-08-24 13:51:57 +10:00
Emily Grace Seville
38d904a408
assoc, attrib: update page ( #8349 )
2022-08-23 19:20:07 +00:00
jxu
17b6ad9943
gcc: use short -o option for output ( #8387 )
2022-08-23 13:02:42 -03:00
jxu
cecf8f2150
gcc: mention -c compiles into object file ( #8381 )
...
* gcc: mention -c compiles into object file
* gcc: clarify wording about compiling to object file
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-22 22:12:20 +10:00
Josh Delsman
09b5bb8c04
flarectl: add page ( #8345 )
...
* flarectl: add page
* Update pages/common/flarectl.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/common/flarectl.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update flarectl.md
Fixing errors
* Update pages/common/flarectl.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/flarectl.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/flarectl.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-22 11:31:23 +10:00
Emily Grace Seville
fc968a715d
choice: update page ( #8351 )
...
* Refresh choice.md
* Fix help example
* Fix syntax error
* Fix grammar error
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Fix grammar error
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Use `the current user`
* Remove .swp file
* Simplify --help example
* Fix grammar error
Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Jack Lin <46962923+blueskyson@users.noreply.github.com>
2022-08-21 12:33:37 +05:30
Muhammad Falak R Wani
f6685e6cb1
vgrep: add page ( #8383 )
...
* vgrep: add page
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* vgrep: fix token syntax
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* vgrep: appease the linter
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-20 22:34:38 +00:00
Alex Martens
25a2a44a01
unzstd: add page ( #8385 )
2022-08-20 22:33:05 +00:00
Leon Feng
f3c12cc75b
pnpm: update page ( #8384 )
2022-08-20 18:03:47 +05:30
CleanMachine1
dc513e7192
*: fix spelling error
2022-08-20 02:38:55 +02:00
Guohan Li
ce4578cade
cd: update Chinese translation ( #8375 )
2022-08-19 15:44:49 -03:00
Luis Braschi
0cf74cf39b
alien: add pt_BR translation ( #8376 )
2022-08-19 11:20:34 -03:00
Nicolas Hansse
028208fe7c
aws-kinesis, aws-lambda: add French translation ( #8374 )
2022-08-19 11:11:47 -03:00
K.B.Dharun Krishna
dfe8cd573c
fdisk, fwupdmgr: add Tamil translation ( #8371 )
2022-08-19 08:34:55 -03:00
Emily Grace Seville
b796a43b7f
Remove -L example: ( #8365 )
...
- according to: https://unixhealthcheck.com/blog?id=157
2022-08-19 08:14:41 +05:30
Sam Tay
278ac3f439
pbcopy: update page ( #8372 )
...
* pbcopy: fix stdin/stdout mixup in description
* Update pages/osx/pbcopy.md
Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io>
* Update pages/osx/pbcopy.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Conform pbcopy page to tldr standards
Co-authored-by: Adrien Thebo <adrien@lagrange-automation.io>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-08-19 12:21:09 +10:00
Guohan Li
93ed1e4838
brew: fix simplified Chinese translation ( #8368 )
...
Some words are written in traditional Chinese, which should be simplified Chinese.
2022-08-19 11:27:25 +10:00
Nicolas Hansse
3b4bf8b260
aws-help, aws-iam: add French translation ( #8369 )
2022-08-19 11:26:34 +10:00
Emily Grace Seville
e7eae6c772
bash: refresh page ( #7980 )
...
* Refresh a page:
- better grammar
- better token syntax
* Simplify `-s` example
2022-08-18 17:53:37 -07:00
K.B.Dharun Krishna
014427d75d
gedit:add Tamil translation ( #8363 )
2022-08-18 03:21:30 +00:00
K.B.Dharun Krishna
7c923743ce
MAINTAINERS: add @adrienthebo to collaborators ( #8362 )
2022-08-17 17:44:27 -03:00
LiLittleCat
bba7a6c7da
ls: add Chinese translation ( #8360 )
2022-08-18 05:31:03 +10:00
Nicolas Hansse
518a2fe777
aws-glue, aws-google-auth: add French translation ( #8361 )
2022-08-17 08:35:58 -03:00
千玄子
e045c22ad6
adduser: update Chinese translation ( #8356 )
2022-08-16 11:06:27 +05:30
LiLittleCat
58b46d5a28
find: add Chinese translation ( #8358 )
2022-08-16 11:00:54 +05:30
K.B.Dharun Krishna
42161e882c
aws-ec2: Reorder commands in page ( #8355 )
...
* aws-ec2: Update page
* aws-ec2: update page(de)
* aws-ec2:Update page(fr)
* aws-ec2:Update page(BR)
2022-08-16 13:14:21 +08:00
AriESQ
4bc6af6acc
git-config: add --show-origin example ( #8357 )
2022-08-16 07:34:51 +05:30
K.B.Dharun Krishna
94f53f368a
retroarch: add page ( #8352 )
...
* retroarch: add page
* Update retroarch.md
* Update pages/linux/retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update retroarch.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-08-15 07:31:06 +05:30
K.B.Dharun Krishna
18bc69730b
todo,todoist,todoman: add Tamil translation ( #8348 )
2022-08-15 11:46:05 +10:00
Nicolas Hansse
bf5dda0404
aws-cur, aws-ec2, aws-ecr: add French translation ( #8347 )
2022-08-15 01:27:34 +00:00
Nicolas Hansse
2cfae1bf2f
avrdude: edit French translation ( #8346 )
2022-08-15 01:20:38 +00:00
CleanMachine1
69f9775172
Update cd.md
2022-08-15 01:13:29 +00:00
Emily Grace Seville
e6fb17a014
ed: refresh/add pages ( #7933 )
...
* Update common/ed.md
* Create osx/ed.md
* Prefer `a specific`
* Fix quoting in common/ed
* Fix quoting in osx/ed
2022-08-15 10:53:12 +10:00
Emily Grace Seville
b31a2dc305
cd: update page ( #8350 )
...
* Refresh cd.md
* Refresh command description
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-15 09:12:35 +10:00
marchersimon
bb28b5eccd
inotifywait: refresh ( #8323 )
2022-08-14 08:31:42 +05:30
Alex
862646af3d
feh: add Spanish translation ( #8332 )
...
* feh: add Spanish translation
* Update pages.es/common/feh.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages.es/common/feh.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages.es/common/feh.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-08-14 00:20:37 +00:00
Reinhart Previano Koentjoro
b20ead2a5c
chmod: add Indonesian translation ( #8298 )
2022-08-13 17:36:41 -03:00
Nicolas Hansse
eb9c2d12fb
avrdude, axel: add French translation ( #8339 )
2022-08-13 17:36:00 -03:00
Luis Braschi
06b5cd6803
addr2line: add pt_BR translation ( #8341 )
2022-08-13 17:34:40 -03:00
K.B.Dharun Krishna
df71ead8eb
toolbox: Reorder commands in page ( #8343 )
...
* Update toolbox.md
* Update toolbox.md
2022-08-13 11:07:18 +10:00
izokina
a3d5656a8d
perl: fix -i option description ( #8340 )
2022-08-12 18:15:51 +05:30
K.B.Dharun Krishna
9eed966207
toolbox*: add Tamil translation ( #8338 )
2022-08-12 09:30:02 -03:00
K.B.Dharun Krishna
80f0129c7b
android/*: add Tamil translation ( #8337 )
2022-08-11 08:34:12 -03:00
K.B.Dharun Krishna
5937ca00e8
cargo: add Tamil translation ( #8336 )
2022-08-10 18:10:48 -03:00
K.B.Dharun Krishna
b1deb085de
rpm-ostree: add Tamil translation ( #8329 )
2022-08-10 09:18:22 -03:00
marchersimon
1f147d6b91
pacman: use short options only ( #8286 )
2022-08-10 09:13:57 -03:00
Nicolas Hansse
dfc53520da
autossh, avo: add French translation ( #8335 )
2022-08-10 09:07:14 -03:00
CleanMachine1
7540cacdc1
page-request.yml: reword and remove parts ( #8308 )
...
* page-request.yml: reword and remove parts
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
* Update page-request.yml
2022-08-10 21:43:05 +10:00
Muhammad Falak R Wani
86c27744b0
pyenv: add example to list all installable versions ( #8327 )
...
* pyenv: add example to list all installable versions
* pyenv: add italian translation
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Suggested-by: Marco Bonelli <mebeim@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-08-10 16:27:12 +05:30
K.B.Dharun Krishna
8ae63c14d5
sunos/*: add Tamil translations ( #8334 )
2022-08-09 18:59:13 -03:00
Gianni Young
c8f003027f
termusic: add pages ( #8324 )
...
* termusic: add pages
* Update termusic.md
* Rename pages/termusic.md to pages/linux/termusic.md
* Update pages/linux/termusic.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/termusic.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/termusic.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/termusic.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/termusic.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 23:32:22 +05:30
K.B.Dharun Krishna
30238d0a1a
prctl: refresh command description ( #8330 )
2022-08-09 14:46:30 -03:00
marchersimon
757bf8e0aa
MAINTAINERS: add organization owner: @marchersimon ( #8326 )
2022-08-09 15:43:32 +00:00
Adrien Thebo
e611295197
rpm-ostree: add page ( #8277 )
...
* rpm-ostree: add page
* rpm-ostree: amend example description wording
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* rpm-ostree: fix tldr variable syntax, drop install apply-live example
* Update pages/linux/rpm-ostree.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* Update pages/linux/rpm-ostree.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/linux/rpm-ostree.md
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-09 20:32:55 +05:30
Nicolas Hansse
4d73e2c45d
autoflake, autojump, autopep8: add French translation ( #8325 )
2022-08-09 08:52:25 +02:00
K.B.Dharun Krishna
49c215e6a9
archinstall: add Tamil translation ( #8322 )
2022-08-08 16:20:27 -03:00
CleanMachine1
6d4dc061c5
inotifywait: add --monitor command ( #8278 )
2022-08-08 19:12:39 +02:00
CleanMachine1
0b148c3071
gum: add page ( #8314 )
2022-08-08 15:12:22 +02:00
Luis Braschi
e79e510f8d
addpart: add pt_BR translation ( #8313 )
2022-08-08 10:47:44 +02:00
Minghao Liu
8c9559dca8
flameshot: fix Chinese translation ( #8312 )
2022-08-08 10:51:58 +08:00
K.B.Dharun Krishna
06665c0a59
ufw: add Tamil translation ( #8319 )
2022-08-07 21:40:12 -03:00
kai
a703584eec
grub-bios-setup: add page ( #8315 )
...
* grub-bios-setup: add page
* grub-bios-setup: use better wording for example descriptions
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* grub-bios-setup: use better placeholder in example
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/grub-bios-setup.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* grub-bios-setup: add --directory example
* grub-bios-setup: add --directory example
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-08 09:21:30 +10:00
K.B.Dharun Krishna
e2a742ca82
pages.ta/*: fix more information Tamil translation ( #8320 )
2022-08-07 17:44:30 -03:00
K.B.Dharun Krishna
ef1a2c557b
powershell: add Tamil translation ( #8317 )
2022-08-07 12:51:11 -03:00
Nicolas Hansse
404e05cf82
astyle, atoum: add French translation ( #8305 )
2022-08-07 12:47:42 -03:00
K.B.Dharun Krishna
dfe2322144
flatpak: add Tamil translation ( #8318 )
2022-08-07 12:46:08 -03:00
marchersimon
91099b4874
tlmgr-restore: add page ( #8288 )
2022-08-07 12:44:20 -03:00
Nicolas Hansse
a5b3b4ad5c
atq, atrm, auditd: add French translation ( #8316 )
2022-08-07 19:16:25 +05:30
Nicolas Kosinski
d77ba3e21f
sdk: generalize for any SDKs and enhance explanations ( #8232 )
...
* sdk: generalize for any SDKs and enhance explanations
1. There was a mix between 'gradle' and 'SDK'. We now only refer to 'SDK'.
Using the acronym for conciseness (the description explains the acronym).
2. Explanation for 'sdk use' was misleading. See https://sdkman.io/usage#use :
> It is important to realise that this will switch the candidate version for the current shell only.
3. Explanation for 'sdk current' has been enhanced, introducing the stable version concept aka 'candidate'.
See https://sdkman.io/usage#listcandidates :
> This will render a searchable alphabetic list with name, current stable default version (...)
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/common/sdk.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-07 13:46:16 +00:00
Nicolas Hansse
328292383b
ajson, alacritty, alex: add French translation ( #8208 )
2022-08-07 14:41:52 +05:30
Reinhart Previano Koentjoro
8c30a8650a
pkg: add Indonesian translation ( #8303 )
2022-08-07 14:19:27 +05:30
marchersimon
1e83ba1d7e
tlmgr-repository: add page ( #8289 )
2022-08-06 22:44:04 +05:30
Nicolas Hansse
cb0fe4c2c9
antibody, apg: add French translation ( #8225 )
2022-08-06 13:15:06 -03:00
K.B.Dharun Krishna
3d4954235c
uname: add Tamil translation ( #8282 )
2022-08-06 13:13:57 -03:00
K.B.Dharun Krishna
c22a36f5ef
MAINTAINERS: add @kbdharun to collaborators ( #8311 )
2022-08-06 13:06:14 -03:00
Nicolas Hansse
3182701c8c
asciidoctor, asciinema: add French translation ( #8279 )
2022-08-06 10:21:47 +05:30
Emily Grace Seville
4abe09f8b3
chmod: update placeholders in examples ( #8300 )
2022-08-06 08:41:59 +05:30
K.B.Dharun Krishna
3000422e60
common-arguments: update Tamil translation ( #8301 )
2022-08-05 08:50:06 -03:00
K.B.Dharun Krishna
6459d45c07
cc, g++, gcc: add Tamil translation ( #8292 )
2022-08-05 08:49:21 -03:00
hellojukay
5772fa2b18
grafana-cli: add page ( #8299 )
2022-08-05 10:36:25 +02:00
K.B.Dharun Krishna
822a07003b
toolbox: add pages ( #8280 )
2022-08-05 09:31:03 +02:00
Nicolas Hansse
aefb4ec4e3
assimp, astronomer: add French translation ( #8285 )
2022-08-05 09:13:34 +02:00
K.B.Dharun Krishna
812e191d27
apt: add Tamil translation ( #8294 )
2022-08-05 09:08:49 +02:00
K.B.Dharun Krishna
8af1180563
dnf: add Tamil translation ( #8293 )
2022-08-05 08:52:39 +02:00
marchersimon
a25714f556
hdparm: add read speed example ( #8302 )
2022-08-05 08:42:10 +05:30
K.B.Dharun Krishna
ac73ace14e
wine: add Tamil translation ( #8295 )
2022-08-04 10:29:05 -03:00
marchersimon
ef3797f12b
fc: remove subcommand mention ( #8291 )
2022-08-04 13:15:48 +08:00
Emily Grace Seville
289f1ad378
powershell: refresh page ( #7984 )
2022-08-03 23:41:30 +00:00
Ciubix8513
b66a8a728b
cc: add alias page ( #8283 )
...
* cc: add page
* Update pages/linux/cc.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 16:26:18 +08:00
Emily Grace Seville
c31eeb4cd5
wine: refresh page ( #8019 )
...
* Refresh page:
- add new examples of running usual windows programs
- make examples more general
* Better grammar: remove `a`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Apply suggestions from code review
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-08-03 13:55:23 +10:00
Jakob Miksch
36da1e723f
gdalwarp: add page ( #8274 )
2022-08-02 15:33:47 +02:00
Axel Navarro
7de80f9684
PULL_REQUEST_TEMPLATE: reduce interline spacing ( #8273 )
2022-08-02 08:53:46 -03:00
Nicolas Hansse
bff1487aa0
aria2, aria2c: add French translation & page edit ( #8253 )
2022-08-02 13:13:12 +02:00
martín
515e8473e8
fix(en/flameshot): delay should be milliseconds ( #8276 )
2022-08-01 23:55:21 +00:00
Andréia Bohner
97b386939a
osx/*: add pt_BR translations ( #8269 )
2022-08-01 15:25:25 -03:00
marchersimon
f1792178bd
tlmgr-conf: add page ( #8188 )
2022-08-01 10:32:44 -03:00
Jakob Miksch
6ab6eb95de
gdal_translate: add page ( #8272 )
2022-08-01 08:13:15 -03:00
Nicolas Hansse
21d32a1a00
arduino, arduino-builder: add French translation ( #8247 )
2022-07-31 17:40:31 -03:00
Peder Bergebakken Sundt
687415d81c
vgmstream_cli: add page ( #7956 )
2022-07-31 17:36:01 -03:00
Minghao Liu
b15ee904f7
go-*: add Chinese translation ( #8266 )
2022-07-31 17:25:57 -03:00
K.B.Dharun Krishna
79d47906f8
cal, calc, cd: add Tamil translation ( #8268 )
2022-07-31 00:53:44 -03:00
K.B.Dharun Krishna
5b674f5317
uname: add page ( #8248 )
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-30 22:15:36 +05:30
pixel
3e12416728
pkg-config: move to common ( #8267 )
2022-07-30 11:08:42 -03:00
marchersimon
236c68f8a8
nmcli-general, nmcli-networking: add page ( #8264 )
...
* nmcli-general: add page
* nmcli-networking: add page
2022-07-30 22:23:57 +10:00
git-em
1dc747127b
cmp: refresh page ( #7822 )
2022-07-30 12:05:02 +00:00
Nicolas Hansse
a443185d89
arping, asar: add French translation ( #8263 )
2022-07-30 18:49:09 +10:00
marchersimon
7484bb7311
ripgrep: add page ( #8265 )
2022-07-30 04:39:19 -03:00
marchersimon
1f610a952e
Sync more information links with all translations ( #8256 )
2022-07-29 08:13:36 +02:00
Nicolas Hansse
4b3b3002de
arp, arp-scan: add French translation ( #8261 )
2022-07-28 16:11:03 -03:00
Adrien Thebo
a81d36d37f
make: add variable override example ( #8249 )
2022-07-28 18:57:54 +00:00
marchersimon
367d020a44
rustup-init.sh: add page ( #8259 )
2022-07-28 16:34:26 +00:00
Luis
7fdfdc5d59
acpi: add pt_BR translation ( #8260 )
2022-07-28 10:09:06 -03:00
Muhammad Falak R Wani
b7c8b55849
docker-run: use long options for examples ( #8262 )
2022-07-28 10:03:27 -03:00
Adrien Thebo
4a9b06e3a9
security: add trusted cert add/remove examples ( #8250 )
2022-07-28 09:07:40 +02:00
leekuo
635fcfc9ae
ern: add page ( #8229 )
...
* ern: add page
* ern: fix end line colons
* ern: update based on review feedback
* ern: use infinite tense in desc over present
* ern: use infinitive tense in desc over present
* ern: update based on review part 2
2022-07-28 14:26:50 +10:00
Philipp Moers
b0c73a81b9
picom-trans: add page ( #8244 )
2022-07-27 23:44:50 +00:00
Philippe Massicotte
71a3b6921e
quarto: add page ( #8254 )
2022-07-27 23:38:16 +00:00
marchersimon
df1c9855a7
*: add/edit more information link ( #8255 )
2022-07-27 08:38:46 -03:00
adamoudad
9619e5379b
xdg-settings: add page ( #8215 )
2022-07-27 08:05:48 -03:00
Nicolas Hansse
051f58297a
apktool, apm: add French translation, update ( #8234 )
2022-07-27 08:02:09 -03:00
marchersimon
42e2ab19f5
cargo-add: add page ( #8246 )
2022-07-27 08:00:12 -03:00
Avery
ed1518e4ab
Fix broken link ( #8251 )
...
Add a link to the new helpdesk page
2022-07-26 00:40:22 +00:00
Jakob Miksch
5c490a50e8
gdal_contour: add page ( #8200 )
...
* gdal_contour: add page
* Apply suggestions from code review
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2022-07-25 13:30:54 +07:00
Nicolas Hansse
611e628e61
ansible-doc, ansible-galaxy, ansible-inventory: add French translation ( #8217 )
2022-07-24 12:13:13 -03:00
Minghao Liu
d4edd1c122
awk, chmod, chown: add Chinese translation ( #8243 )
2022-07-24 12:11:27 -03:00
smyds
b8c43c45ad
pdfxup: add page ( #8196 )
...
* pdfxup: add page
* pdfxup: change description to start with uppercase letter
* Update pages/linux/pdfxup.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/pdfxup.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/pdfxup.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/linux/pdfxup.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* pdfxup: add explaination of the meaning of N-up
* Update pages/linux/pdfxup.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-07-24 12:01:29 +10:00
Nicolas Hansse
09f51537dd
ar, arc, arch: add French translation ( #8240 )
2022-07-23 18:14:16 -03:00
Axel Navarro
ad38933fbb
helix: fix command name, hx: add page ( #8242 )
...
* helix: fix command name
* Update helix.md
* Create hx.md
2022-07-24 00:23:58 +08:00
CTome
2ff80e00a5
pyinfra: add page ( #8238 )
2022-07-22 07:57:13 -03:00
Youri Seichter
7600b42b82
psql: clarify default host behaviour ( #8239 )
2022-07-22 06:26:44 +05:30
Nicolas Hansse
4f9ac0bf0c
agate, airmon-ng, airpaste: add French translation ( #8202 )
2022-07-21 13:14:58 -03:00
Nicolas Hansse
11e8cacea6
ansible-playbook, ansible-pull, ansible-vault: add French translation ( #8222 )
...
* ansible-playbook, ansible-pull, ansible-vault: add French translation
* Update pages.fr/common/ansible-playbook.md
Co-authored-by: Nicolas Kosinski <nicokosi@users.noreply.github.com>
* Update pages.fr/common/ansible-pull.md
Co-authored-by: Nicolas Kosinski <nicokosi@users.noreply.github.com>
Co-authored-by: Nicolas Kosinski <nicokosi@users.noreply.github.com>
2022-07-22 02:09:00 +10:00
Ethan Kinnear
ee5e558613
cot: add page ( #8205 )
...
* cot: add page
* cot: fix name of command
* cot: change "done" to "finished"
* Update pages/osx/cot.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Update pages/osx/cot.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* cot: swap order of examples 2 and 3
* cot: specify that the window opens in the background
* cot: be more specific with the `--wait` example
* cot: remove "in the background"
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-07-22 02:07:20 +10:00
Luis
e74e17d1a6
ac: add pt_BR translation ( #8235 )
2022-07-21 08:08:08 -03:00
Adrien Thebo
d6bb1c78b1
cmctl: add page ( #8230 )
2022-07-20 23:34:30 +00:00
Adrien Thebo
50170420d8
dpkg-query: add --search option, use long form of short options ( #8228 )
...
* dpkg-query: add --search option, use long form of short options
* Update pages/linux/dpkg-query.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/dpkg-query.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/dpkg-query.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* dpkg-query: use concrete examples for user-provided values
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-07-21 03:50:21 +10:00
Ethan Kinnear
efd2a87d92
licensor: add page ( #8204 )
...
* licensor: add page
* licensor: use mnemonic for "placeholder"
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* licensor: place quotation marks outside of curly braces
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-21 01:27:18 +10:00
Nicolas Hansse
a7e8269783
ansiweather, ant: add French translation ( #8223 )
...
* ansiweather, ant: add French translation
* chore: code review
2022-07-21 01:21:18 +10:00
Luis
98dfcc76fa
abbr: add pt_BR translation ( #8211 )
2022-07-20 12:08:46 -03:00
Emily Grace Seville
b7c6980c8f
PULL_REQUEST_TEMPLATE: refresh ( #7979 )
2022-07-20 15:06:49 +02:00
walking-octopus
6710d757da
duf: add page ( #8171 )
2022-07-20 10:03:20 -03:00
Nicolas Hansse
2a01bb7b7c
acyclic: add French translation ( #8194 )
2022-07-20 09:55:54 -03:00
CleanMachine1
4ef9aa731f
rpi-eeprom-update: add page ( #8195 )
2022-07-20 14:41:16 +02:00
Nicolas Hansse
d61c70a633
androguard, ani-cli: add French translation ( #8212 )
2022-07-20 14:40:29 +02:00
Emily Grace Seville
11f4bd15b1
style-guide: refresh layout info ( #7951 )
...
* Add info about alias pages
* Refresh `Layout` chapter:
- add syntax highlighting
- better placeholders
* Better placeholders in `Aliases`
* Fix placeholders and formatting
* Use snake case
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Rewording in alias chapter
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Enhance placeholder syntax used in:
- layout
- aliases
* Format placeholder tip in `Layout`
* Generalize help page url and add note
* Mention tutorials and prefer docs
* Better placeholders: use `{{}}` everywhere
* Don't use {{ }}
* Add examples
* Fix second note in `Layout`
* Add blank line in quote to reduce linter warnings
* Don't trim trailing spaces
* Update contributing-guides/style-guide.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Removes spaces restored
* Reword 'it takes more attention to copywriting'
* Better grammar
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Use `command` instead of `code`
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Remove note from `Layout` chapter
* Simplify page template
* Rephrase sentences and update placeholders
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* style-guide: update page title in example page
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2022-07-20 01:08:47 +01:00
CleanMachine1
6f908d8392
smem: add page ( #8163 )
2022-07-19 11:16:27 -03:00
Ishaan Bhimwal
099ee26571
linux/*: fix typos ( #8227 )
2022-07-19 11:15:32 -03:00
Nicolas Hansse
0dfedb4e91
MAINTAINERS: add @Nico385412 to collaborators ( #8226 )
2022-07-19 10:02:34 -03:00
kai
31325d9bd8
man: use long options in examples ( #8216 )
...
* man: use long options in examples
* man: move long options to /linux/
2022-07-19 07:45:19 +05:30
Pierre Rudloff
7d6bd2e6cc
varnishlog: add page ( #8169 )
2022-07-18 21:51:20 +00:00
Julia Furst Morgado
521f2f7f6b
agate: add pt_BR translation ( #8198 )
2022-07-18 15:44:56 -03:00
Andreia Bohner
58216fe3e6
brightness: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
13d65a8e86
bnepd: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
43ecd0cd59
bless: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
80267c065d
bird: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
d5219cafb8
bc: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
1b798b0e38
base64: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
2f874af517
avbdeviced: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
7118bece41
automountd: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
27a589b62d
asr: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
b938852aaf
as: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
5c7646c459
archey: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
64e554157e
arch: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
825141031b
appsleepd: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
23a94b7fa7
applecamerad: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
c4ce1b716e
apachectl: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
ce8162ac0c
airportd: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
171f16ffe4
airport: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
e3d92d6188
afplay: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
572ad9a564
afinfo: add pt_BR translation
2022-07-18 06:11:44 -03:00
Andreia Bohner
d47e77d97f
aa: add pt_BR translation
2022-07-18 06:11:44 -03:00
marchersimon
30ec44ef43
zsh: add noglob example ( #8179 )
...
* zsh: add noglob example
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-07-18 11:50:16 +05:30
Onkar Ruikar
160b91ce95
dnf: add history example ( #8220 )
...
The history command shows well formatted installation log. Gives quick idea about what has happened so far.
Also, retrieve the list and repeat the same operations on the new system to get up and running quickly.
2022-07-17 22:33:59 +05:30
Minghao Liu
2d1c118ce1
mv, whoami, whois: add Chinese translation ( #8219 )
2022-07-17 11:36:18 -03:00
marchersimon
6938ffa426
pkg: add German translation ( #8189 )
2022-07-17 04:29:55 -03:00
marchersimon
f6d2fe18a9
brew-mas: remove (wrong) Chinese translation ( #8190 )
2022-07-17 04:28:57 -03:00
Nicolas Hansse
3ce8ac7de0
amass-intel, amass-track, amass-viz: add French translation ( #8210 )
2022-07-17 15:05:05 +08:00
Nicolas Hansse
97d47723bb
amass, amass-db, amass-enum: add French translation ( #8209 )
2022-07-17 15:00:31 +08:00
marchersimon
0039248eb4
calc: set help example as lastest example ( #8149 )
2022-07-16 17:52:27 -03:00
Muhammad Falak R Wani
91cd7a0be1
fuser: add example to kill processes bound to a specific socket ( #8175 )
2022-07-15 12:33:17 -03:00
Cobalt Canon
9650f7f3d5
lpr: fix -o sides example ( #8170 )
...
* lpr: updated
`lpr --help` yields:
`Usage: lpr [options] [file(s)]
Options:
-# num-copies Specify the number of copies to print
-E Encrypt the connection to the server
-H server[:port] Connect to the named server and port
-m Send an email notification when the job completes
-o option[=value] Specify a printer-specific option
-o job-sheets=standard Print a banner page with the job
-o media=size Specify the media size to use
-o number-up=N Specify that input pages should be printed N-up (1, 2, 4, 6, 9, and 16 are supported)
-o orientation-requested=N
Specify portrait (3) or landscape (4) orientation
-o print-quality=N Specify the print quality - draft (3), normal (4), or best (5)
-o sides=one-sided Specify 1-sided printing
-o sides=two-sided-long-edge
Specify 2-sided portrait printing
-o sides=two-sided-short-edge
Specify 2-sided landscape printing
-P destination Specify the destination
-q Specify the job should be held for printing
-r Remove the file(s) after submission
-T title Specify the job title
-U username Specify the username to use for authentication`
Here, it says that that in stead of underscores at two_sided_long_edge, it should have dashes, two-sided-long-edge. Without these, the command is essentially useless.
* Update lpr.md
* Update pages/common/lpr.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/lpr.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-07-16 01:05:51 +10:00
Peter Babič
7e47ce4669
swaks: add page ( #7767 )
...
* swaks: add page
* fix colons
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Apply suggestions from code review
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:47:36 +10:00
Nicolas Hansse
69d02dd1e2
adguardhome, adscript, ag: add French translation ( #8197 )
2022-07-16 00:43:43 +10:00
Maksim Verkhoturov
50f543866e
brightnessctl: fix typo in decrease example ( #8213 )
2022-07-15 11:11:14 -03:00
Jakob Miksch
6415af8d84
gdalinfo: add page ( #8162 )
...
* gdalinfo: add page
* Update pages/common/gdalinfo.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Apply suggestions from code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-07-16 00:10:21 +10:00
Ethan Kinnear
b8fecc0485
mate: add page ( #8206 )
2022-07-14 10:55:43 +05:30
Ethan Kinnear
3d8df897be
code: fix typo in --user-data-dir example ( #8207 )
2022-07-13 16:55:50 -03:00
Reinhart Previano Koentjoro
dc3ec35560
invoke-webrequest: add page ( #8177 )
...
* windows/get-*: Add PowerShell-only notice
* Update pages/windows/get-childitem.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* windows/get-*: Change PowerShell notice
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* invoke-item: Add command
* invoke-item: Remove quotations whenever possible
* invoke-item: Put all asterisk globs inside parameters
* invoke-item: More asterisk inside parameters
* Update pages/windows/invoke-item.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/windows/invoke-item.md
* invoke-webrequest: Add page with related aliases
* invoke-webrequest: Use LF instead of CRLF
* fix: Use -p parameter instead
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-07-13 00:41:24 +01:00
Julia Furst Morgado
fd05362763
alex: add pt_BR translation ( #8199 )
2022-07-12 14:16:55 -03:00
Nicolas Hansse
b0c4ede3e9
act: add French translation ( #8192 )
2022-07-11 07:42:42 -03:00
Pierre-Fournier83
2faf588055
ani-cli: add page ( #8097 )
2022-07-11 07:39:47 -03:00
Reinhart Previano Koentjoro
d57f612d99
open, osascript: add Indonesian translation ( #8178 )
2022-07-11 07:38:16 -03:00
kai
057f52541c
deluser: prefix examples with sudo ( #8174 )
2022-07-11 07:36:24 -03:00
marchersimon
88fd34d9f9
tlmgr-key: add page ( #8193 )
2022-07-11 07:35:03 -03:00
CleanMachine1
01b4aed752
nyxt: add page ( #8186 )
2022-07-11 07:31:20 -03:00
CleanMachine1
42bb014b2f
linux/*: fix spelling errors
2022-07-11 02:05:01 +02:00
CleanMachine1
e471999932
common/*: fix spelling errors
2022-07-11 02:04:06 +02:00
marchersimon
3c92e020ef
calc: move from `linux` to `common` #2 ( #8191 )
2022-07-10 23:40:13 +00:00
Bjørn Gustav Baklid
8f76214518
s3cmd: add page ( #8074 )
2022-07-10 02:19:35 -03:00
Muhammad Falak R Wani
6479bdea05
rpm: add --changelog example ( #8176 )
2022-07-10 02:15:34 -03:00
walking-octopus
5384a4f3a0
deb-get: add page ( #8172 )
2022-07-09 19:00:00 +02:00
CleanMachine1
59a15bf3a5
crontab: refresh ( #8182 )
2022-07-09 17:36:19 +02:00
Emily Grace Seville
5e2f4072bc
zip: add/refresh pages ( #7996 )
2022-07-06 22:47:47 +02:00
Bradley Wojcik
7c5c2a7ccd
docsify: add page ( #8185 )
2022-07-06 17:37:03 +02:00
cjc7373
6588dd7507
man: add -f example ( #8180 )
2022-07-05 13:36:45 +05:30
CleanMachine1
f3f405e9f6
htop: add change tab command ( #8164 )
2022-07-02 17:54:42 -03:00
千玄子
b3c24bd62a
abbr: add Chinese translation ( #8168 )
2022-07-01 09:06:11 -03:00
Emily Grace Seville
df0ad135f9
tcsh: refresh page ( #7985 )
2022-06-30 22:21:02 +00:00
CleanMachine1
c377b5b4f9
Merge branch 'main' of github.com:tldr-pages/tldr
2022-07-01 00:18:14 +02:00
CleanMachine1
fe3fa89cb5
*: fix spelling mistakes
2022-07-01 00:16:52 +02:00
xphade
ba5ce39323
dos2unix, mac2unix, unix2dos, unix2mac: fix error in descriptions ( #8082 )
2022-06-30 19:58:39 +00:00
CleanMachine1
a082829909
Fix spelling mistakes
2022-06-30 21:57:34 +02:00
CleanMachine1
9b1c80c556
README: add suggestion to contribute with requested pages ( #8165 )
2022-06-30 15:52:27 -03:00
Alyx Ferrari
47c174cc7a
betterdiscordctl: add page ( #8166 )
2022-06-30 15:18:36 +02:00
Muhammad Falak R Wani
371ad36a88
tailscale-ssh: add page ( #8151 )
...
* tailscale-ssh: add page
* tailscale-ssh: cosmetic fixes
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-06-30 06:09:19 +05:30
yanhuan
32ddd0d9a7
crictl: add page ( #8152 )
2022-06-29 18:00:21 +10:00
Fazle Arefin
f5348d25a4
nmap: update examples to be more practical and useful ( #8099 )
2022-06-28 22:56:49 +01:00
maniyar1
61763b2022
ld: add page ( #7922 )
2022-06-28 08:51:38 -03:00
Muhammad Falak R Wani
0dd0fcb430
pip: add install from requirements.txt example ( #8161 )
2022-06-28 03:35:03 -03:00
Axel Navarro
b5bc4bbf18
adb-install: add -s example ( #8159 )
2022-06-28 10:26:43 +08:00
Imran
ba01a1bfa4
hcloud: add page ( #8147 )
2022-06-28 09:28:05 +08:00
lakhininenina
abd26a7780
cgroups: explicitly declare non-existent man pages ( #8126 )
2022-06-28 02:17:12 +01:00
Jakob Miksch
c9654d05b7
gdal2tiles.py: add page ( #8156 )
2022-06-27 09:28:12 -03:00
Seth Falco
34fde6d16f
*: convert en-GB to en-US ( #8155 )
2022-06-27 07:23:12 -03:00
Ein Verne
a5933966dd
flyctl: add page ( #8144 )
2022-06-27 07:21:01 -03:00
kai
270dda182e
eopkg: add page ( #8158 )
2022-06-27 07:19:09 -03:00
kai
6ae6a1bad2
visudo: add example ( #8154 )
2022-06-27 07:17:40 -03:00
Emily Grace Seville
f9dd1e3c41
bash-it: add page ( #7752 )
2022-06-26 23:08:55 +01:00
Dr. Robert van Engelen
803e0814a6
ugrep: add page ( #7972 )
2022-06-26 15:48:35 -03:00
Emily Grace Seville
4b9caaea84
cut: refresh and add page ( #7930 )
2022-06-26 15:37:05 -03:00
Ethan Kinnear
337c1c06d0
rip: add page ( #8121 )
...
* rip: add page
* rip: change "arbitrary" to "specified"
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* rip: add "originally"
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* rip: change "undo" to "put back" and be clearer
* rip: change "all" to "every"
* rip: change "somewhere in" to "within"
* rip: change "files" to "files and directories"
* rip: use long version of `--decompose`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* rip: use long version of `--inspect`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* rip: use long version of `--seance`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* rip: use long version of `--unbury`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* rip: use long version of `--seance --unbury`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* rip: use long version of `rip --seance`
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-06-26 15:32:42 +08:00
kai
56d6c3f0bc
gnome-screenshot: fix link ( #8153 )
2022-06-26 00:03:35 -03:00
marchersimon
829a51b024
calc: move from `linux` to `common` ( #8148 )
2022-06-25 02:10:35 -03:00
CleanMachine1
875ee184da
README: refresh ( #7872 )
2022-06-24 13:58:53 +02:00
xBLACKICEx
70b1ad7e23
cp: add Chinese translation ( #8133 )
2022-06-24 08:48:56 -03:00
Kalaiarasan Somasundaram
944c6daeb7
chpasswd: add page ( #8145 )
2022-06-24 13:42:30 +02:00
Jeremy Heckt
731de9ea00
reboot: add French translation ( #7790 )
2022-06-22 09:00:44 -03:00
Afz
9b9f486575
vifm: add page ( #8140 )
2022-06-21 11:08:05 -03:00
CleanMachine1
4e0e4d8b6d
sftp: add example ( #8142 )
2022-06-21 21:59:48 +08:00
Fabio Serragnoli
85a9e8993e
watch: add pipeline example ( #8085 )
2022-06-21 09:04:26 -03:00
vlfldr
61231d3224
tmsu: add page ( #8132 )
2022-06-21 09:00:38 -03:00
CleanMachine1
1a57ff5df8
stale.yml: Change time for issues to be stale ( #8114 )
...
* stale.yml: Change time for issues to be stale
* match the suggestions
2022-06-20 02:53:03 +10:00
Carlo Mencarelli
d978571862
cloud-init: add page ( #8139 )
2022-06-19 12:03:52 -03:00
CleanMachine1
828c05919f
journalctl: add --vacuum-time example ( #8135 )
2022-06-18 17:55:44 -03:00
Emily
95871dc69a
isisdl: add page ( #8134 )
2022-06-18 09:55:50 +05:30
lakhininenina
87adc08d60
waitress-serve: add more information link ( #8128 )
2022-06-15 07:41:55 -03:00
lakhininenina
8990244aaf
pwgen: add more information link ( #8130 )
2022-06-14 19:42:38 +00:00
lakhininenina
955fc50041
popd: add more information link ( #8129 )
2022-06-14 16:41:52 -03:00
Ethan Kinnear
127e12d609
ptpython, ptpython3: add page ( #8125 )
2022-06-14 09:23:23 -03:00
Jeff Bailey
5117156d2c
sqlite-utils: add list tables example ( #8120 )
2022-06-12 18:34:55 -03:00
lakhininenina
e487a1b01b
cgroups: fix typo in command description ( #8124 )
2022-06-12 18:20:01 -03:00
Ethan Kinnear
75b303618b
eget: add page ( #8122 )
2022-06-13 00:07:56 +08:00
Bradley Wojcik
9a3bac6907
just: add page ( #8119 )
2022-06-08 09:48:55 -03:00
Emily Grace Seville
57aac78e0d
fish: refresh page ( #7987 )
...
* Refresh a page:
- better grammar
- better token syntax
* Add reading commands from stdin sample
2022-06-08 18:09:31 +10:00
Emily Grace Seville
9fad185656
csh: refresh page ( #7986 )
2022-06-05 02:15:56 -03:00
Michael Neeley
7e46b4a268
ffmpeg: replace with -vf and -r example ( #8113 )
2022-06-04 22:35:40 +08:00
Emily Grace Seville
a026ac37c1
xed: add page ( #8009 )
2022-06-03 06:01:40 -03:00
CleanMachine1
386687af1e
gpg: add notice that command is often symlinked ( #8110 )
2022-06-03 03:03:11 +08:00
nikostr
a7f4d79520
gpg: add signing and multiple recipients ( #8111 )
...
Update the `gpg` encryption example to indicate that multiple recipients and signing is possible. One use-case for multiple recipients is being able to send a file to someone while also retaining the option to decrypt it oneself.
2022-05-31 07:51:29 +05:30
Seth Falco
5d7574cb74
xdg-desktop-menu: fix incorrectly documented command ( #8112 )
2022-05-30 16:57:32 +00:00
Fazle Arefin
be03105a28
hydra: expand example description for HTTPS webform credentials ( #8104 )
2022-05-30 08:42:28 -03:00
Fazle Arefin
cf7215e832
msfvenom: add raw example ( #8095 )
...
* Use built in output option in msfvenom
* Add msfvenom example to generate bash reverse tcp handler
* Add newline to the end of msfvenom file
* Update pages/common/msfvenom.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-30 13:58:30 +08:00
Emily Grace Seville
4747947744
jq: refresh page ( #7995 )
...
* Prefer `a specific`
* Fix grammar errors
2022-05-29 08:32:22 +05:30
Seth Falco
73b6fd21fd
xev: fix typo ( #8107 )
2022-05-28 20:44:47 +05:30
Seth Falco
aa1f67d823
chore: move bropages to bottom ( #8108 )
2022-05-28 00:35:07 -03:00
Seth Falco
96b5eed73b
xmodmap: add page ( #8106 )
2022-05-27 08:31:47 +05:30
CleanMachine1
e09b810fb1
README: add deprecated notice to bropages ( #8100 )
2022-05-26 19:52:20 -03:00
Fazle Arefin
bd8c5082c7
xfreerdp: add examples ( #8096 )
2022-05-24 08:15:12 -03:00
Liu233w
b9919a01fb
bindkey: add page ( #8089 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-22 22:19:41 +05:30
Seth Falco
17886acec8
xdg-desktop-menu: add page ( #8102 )
2022-05-22 12:02:24 -03:00
Jorge Medrano
2b0026d4fe
wal: fix examples ( #8101 )
...
pywal expects a path after the -i argument
2022-05-22 17:31:50 +10:00
Choi Young-jin
08e7d20281
vm_stat: add page ( #8067 )
...
* vm_stat: add page
* Update pages/osx/vm_stat.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-05-22 17:27:06 +10:00
Jeff Bailey
57932bf64f
sqlite-utils: add page ( #8088 )
2022-05-21 16:00:02 -03:00
Fazle Arefin
56c5f84976
hashcat: fix more information link ( #8094 )
2022-05-19 20:33:46 +00:00
Choi Young-jin
715be54612
prettier: add --write example for js and ts files ( #8069 )
2022-05-19 07:43:33 -03:00
Adrien Thebo
59e789fc73
nsenter: add namespaces examples ( #8084 )
...
add examples for multiple namespaces, procfs specified namespace
2022-05-18 20:35:46 -03:00
Fazle Arefin
ab5154719a
hydra: replace telnet with brute force example ( #8090 )
2022-05-18 20:18:37 +05:30
Emily Grace Seville
e23451ed20
krita, gimp: refresh page ( #8011 )
2022-05-16 09:38:04 -03:00
Emily Grace Seville
cf51bfd7b8
flameshot: refresh page ( #8022 )
2022-05-16 09:35:38 -03:00
Martin Matous
fb4ab2c11e
btrbk: add page ( #7991 )
2022-05-16 09:32:21 -03:00
toydotgame
6e60a5fd2d
cpupower: add page ( #8073 )
2022-05-16 09:29:57 -03:00
gitmpr
9659a81dc3
vboxmanage: fix typo in example ( #8070 )
2022-05-16 09:16:38 +01:00
Adrien Thebo
bc8eae779f
conntrack: add page ( #8081 )
...
* conntrack: add page
* Update pages/linux/conntrack.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-05-14 17:06:22 +10:00
Adrien Thebo
74f72f6d82
lsns: add page ( #8078 )
2022-05-14 08:52:22 +05:30
Emily Grace Seville
e92c24d49d
tac: refresh page ( #8057 )
...
* More general descriptions and better title
* Don't use `print` word
* More specific verb in first sample description:
- `display` -> `concatenate`
* Add `-b`/`-r`/`-s` examples
* Duplicate `tac` to `linux/`
* Highlight first option chars
* Add `See also` reference
2022-05-13 20:29:53 +02:00
Abreto Fu
69434ed5e8
Add an example for grep with color output ( #8087 )
2022-05-13 20:26:00 +02:00
Martin Matous
791abd7b78
rpm: use long arguments format ( #8086 )
2022-05-12 12:32:12 -03:00
marchersimon
7c6206b74f
wipeclean: add page ( #8075 )
2022-05-11 15:22:06 +00:00
Raizo62
17f090ba91
reptyr: fix command name : reptyr instead of reptry ( #7978 )
2022-05-09 21:54:39 +00:00
Choi Young-jin
380047459f
grep, kill, lsof, pkill: add Korean translation ( #8061 )
2022-05-08 21:41:19 -03:00
Julia Evans
39afceec30
nsenter: add --all example and refresh ( #8003 )
2022-05-08 18:26:45 -03:00
CleanMachine1
7698f52edf
efibootmgr: add clarity ( #8079 )
2022-05-08 18:22:34 -03:00
pixel
c125fd3a96
aa: add page ( #8083 )
2022-05-08 18:19:48 +05:30
CleanMachine1
c2a5c86033
*: fix spelling mistakes ( #8072 )
2022-05-04 14:12:15 -03:00
marchersimon
2eefbce0c1
kdialog: add page ( #8071 )
2022-05-03 18:09:25 -03:00
Emily Grace Seville
991f974b9e
mate-calc: add page ( #8013 )
2022-05-02 08:00:37 -03:00
Reinhart Previano Koentjoro
6ed9681dbc
gh*, glab*: standardize documentation ( #7957 )
2022-05-02 07:55:38 -03:00
Axel Navarro
e897720058
ci.yml, stale.yml: update runtime to node16 ( #8068 )
...
* stale.yml: update runtime to node16
* ci.yml: update runtime to node16
2022-05-01 17:50:24 +10:00
Emily Grace Seville
b08a8f2e8c
ISSUE_TEMPLATE: add templates ( #7743 )
2022-04-30 15:11:52 -03:00
Shawn Allen
918891f311
perl: improve matching pattern example, arg consistency, etc. ( #8043 )
...
* perl: improve matching pattern examples
* perl: remove in-place find/replace sans -i'.old'
* perl: nix -0 from multiline find/replace example
* perl: update wording per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: update placeholders per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: update wording per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: update placeholders per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: update placeholders per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: update placeholders per code review
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: add more -e flag markers, tweak wording
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* perl: "print out" → "print"
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-30 12:39:53 +05:30
Erik Bartels
61805c1a25
jq: remove filename dangling quote ( #8063 )
2022-04-30 12:37:02 +05:30
Emily Grace Seville
07612ed011
MAINTAINERS: add @EmilySeville7cfg to org ( #8062 )
2022-04-28 21:54:56 -03:00
Alex Treichler
3c31514691
dumpcap: add page ( #8042 )
2022-04-26 22:23:37 +00:00
Niklas
46e065db13
rich: add page ( #8044 )
...
* Create rich
* Update and rename rich to rich.md
* Update rich.md
* Update rich.md
* Update rich.md
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/rich.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* PR feedback
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: lincc <46962923+blueskyson@users.noreply.github.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-04-27 03:49:45 +10:00
Emily Grace Seville
e759816928
pluma: add page ( #8010 )
2022-04-26 07:44:34 -03:00
Martin Matous
7abb9d313d
pw-cli: add page ( #8029 )
...
* pw-cli: add page
Signed-off-by: Martin Matous <m@matous.dev>
* Update pages/linux/pw-cli.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/linux/pw-cli.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-25 21:53:49 +05:30
Gavi Sobell
1f99d907dc
Fixed spelling error ( #8051 )
...
From 'in-pace' to 'in-place'
2022-04-25 21:51:44 +05:30
Emily Grace Seville
36d481fa58
elvish: refresh ( #7989 )
2022-04-24 18:07:47 -03:00
Emily Grace Seville
beff71015a
drawing: add page ( #8023 )
2022-04-24 17:52:45 -03:00
CleanMachine1
df45659cd5
rkhunter: add page ( #8047 )
2022-04-24 17:51:39 -03:00
CleanMachine1
381293d79f
git-show-unmerged-branches: add page ( #8049 )
2022-04-24 17:50:15 -03:00
CleanMachine1
47576728c8
git-show-merged-branches: add page ( #8048 )
2022-04-24 17:49:45 -03:00
Emily Grace Seville
f47c135e7e
mate-about: add page ( #8020 )
2022-04-24 17:48:55 -03:00
Mathis Chenuet
ffb0d53765
nix: fix deprecated optimise-store example ( #8050 )
2022-04-24 17:48:12 -03:00
Tom
80da0d8c96
backlight_control: add page ( #8041 )
...
* backlight_control: add page
* backlight_control: remove trailing whitespaces
* backlight_control: conjoin first two examples
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* backlight_control: improve syntax
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* backlight_control: improve syntax
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* backlight_control: remove repeated example
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-24 21:58:55 +10:00
Ilya Pantsyr
3ed1a673c0
wondershaper: add page ( #8034 )
2022-04-24 16:00:17 +08:00
Iksas
013c2fc194
pihole: update more information link ( #8045 )
2022-04-24 15:44:17 +08:00
Iksas
5515e8daac
vcgencmd: update more information link ( #8038 )
2022-04-22 08:06:49 -03:00
Choi Young-jin
263bc24e11
git, git-abort, git-add, git-alias, git-cherry-pick, git-clone: add Korean translation ( #8035 )
2022-04-20 15:40:24 +08:00
Ilya Pantsyr
87781641f6
dog, dokku: add Ukrainian translation ( #8036 )
2022-04-20 15:16:59 +08:00
Gatien
fad355136f
chromium, code, gimp, powershell : add French translation ( #8037 )
...
* translate code in French
* translate powershell in French
* switch to imperative
* translate gimp in French
* translate chromium in French
* Fix imperative error on powershell
* Fix imperative error on chromium
2022-04-20 09:41:19 +10:00
Emily Grace Seville
91d102652b
caja: add page ( #8007 )
2022-04-19 15:14:41 +08:00
Emily Grace Seville
d7c2be335c
mate-screenshot: add page ( #8021 )
2022-04-19 15:09:42 +08:00
Emily Grace Seville
4bdc065c92
Add `pinta` page ( #8024 )
2022-04-19 15:03:08 +08:00
Emily Grace Seville
22d115ffec
Add `mate-dictionary` page ( #8030 )
2022-04-19 14:45:27 +08:00
Choi Young-jin
5980dfdf29
.gitignore: add .idea to ignored files ( #8033 )
2022-04-18 08:56:35 -03:00
Ilya Pantsyr
e69ebee138
gist, git-abort, openssl: add Ukrainian translation ( #8032 )
2022-04-17 16:08:40 -03:00
Danesh Manoharan
8627e23964
ledctl: add page ( #7776 )
2022-04-16 23:14:57 +00:00
Ilya Pantsyr
fe3a6efb95
git-merge: add Ukrainian translation ( #8028 )
2022-04-16 21:34:00 +00:00
Emily Grace Seville
609ad26326
cut: add Russian translation ( #7940 )
...
* Add russian translations for cut
* Add pipes where stdin required
2022-04-16 22:22:36 +08:00
Ilya Pantsyr
dfd1ada45e
cp: add Ukrainian translation ( #8026 )
...
* cp: add Ukrainian translation
* cp: remove trailing whitespace
* cp: add one more example in order to mirror the existing pages
* cp: add a newline at the of file
2022-04-16 20:59:04 +10:00
CleanMachine1
a0d21d1c80
engrampa: add suggestion
2022-04-16 12:08:50 +02:00
Emily Grace Seville
30f95850c0
engrampa: add page ( #8015 )
...
* Add `engrampa` page
* Mention MATE desktop environment
* Use concrete name instead of `archive manager`
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-04-16 17:11:22 +10:00
Emily Grace Seville
a7de366916
mate-calc-cmd: add page ( #8014 )
2022-04-16 00:27:50 -03:00
Emily Grace Seville
b1e210a98f
mate-search-tool: add page ( #8016 )
2022-04-15 23:50:28 -03:00
Emily Grace Seville
a7724b7c2f
.editorconfig: set trim_trailing_whitespace to false ( #7958 )
2022-04-15 23:48:17 -03:00
Emily Grace Seville
34fa690979
code: refresh page ( #8017 )
...
* Refresh page:
- reorder examples
- better descriptions
- fix placeholder samples
* Replace `editor` with `Visual Studio Code`
* Enhance page title
* Simplify page title
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Enhance page title
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-04-16 12:42:11 +10:00
Julia Evans
d6513baeee
mtr: add --aslookup example ( #8001 )
2022-04-15 23:35:32 -03:00
Julia Evans
b1c9bce207
openssl s_client: add '-servername' ( #8002 )
2022-04-15 20:18:42 +08:00
Gabri Botha
870c730191
duc: add page ( #7869 )
...
* Create duc.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-15 17:48:20 +08:00
Emily Grace Seville
567b5a882a
nu: refresh page ( #8005 )
2022-04-15 00:44:09 -03:00
Victoria Kruczek
0b6c476d27
shortcuts: add page ( #7935 )
2022-04-15 03:11:42 +02:00
Xie Yang
9c115e834f
fix: Correct a translation error ( #8004 )
...
Previously, it means "It is better to use apt-get in Ubuntu versions 16.04 and later."
Now, it means "It is better to use apt in Ubuntu versions 16.04 and later."
2022-04-14 19:07:09 +10:00
Martin Matous
3ce3531cb0
faillock: add page ( #7971 )
...
Signed-off-by: Martin Matous <m@matous.dev>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-04-14 00:49:07 +00:00
Emily Grace Seville
f0dacdbd20
jq: update page ( #7945 )
...
* Fix manual url
* Replace all old examples with new ones:
- executing expression/script
- accessing keys/array items
- mutating objects
* Remove backslash, but:
- syntax highlighting is broken
* Add russian jq translation
* Fix placeholders in translation
* Specify multiple array items/keys in examples
* Describe --arg option
* Join two examples:
- first
- fourth
* Fix generic command placeholders:
- use `cat path/to/file.json`
2022-04-13 11:45:18 +10:00
Steve-V
3f7ce811f7
zoxide: add --interactive to remove example ( #7977 )
2022-04-12 08:10:35 -03:00
Choi Young-jin
14a5e6b020
2to3, 7za, 7zr, [, [[, aapt: add Korean translate ( #7970 )
2022-04-10 20:09:59 -03:00
Raizo62
119c84205e
ip-neighbour.md : title : the command is "ip" and not "ip-neighbour" ( #7973 )
...
the syntaxof title is now consistent with the others commands
2022-04-10 12:47:05 +00:00
Choi Young-jin
1a2846cf85
tmux: add Korean translation ( #7959 )
2022-04-07 13:31:29 -03:00
Seifer23
97c6028809
color, dir, nautilus, touch, wal: add Catalan translation ( #7965 )
2022-04-07 13:29:59 -03:00
Choi Young-jin
dc7bd73653
nc, telnet, vim: add Korean translation ( #7960 )
2022-04-07 08:49:13 -03:00
Dina Basumatary
95024e8451
bq: add page ( #7962 )
...
* gsutil: add page
* bq: add page
* Revert "gsutil: add page"
This reverts commit 141468243f .
* Update pages/common/bq.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/bq.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/bq.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* chore: applied PR recommendations
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-07 12:23:01 +02:00
Garrett Mills
b9fcf6a81c
alternatives: add alias page ( #7967 )
...
Create a page for `alternatives` documenting it as an alias of `update-alternatives`.
2022-04-07 12:20:33 +02:00
Nicolai Weitkemper
9c3619928b
tar: fix spelling in German translation ( #7964 )
2022-04-07 06:45:36 +10:00
Axel Navarro
7f30b7211e
mh_copyright: add page ( #7910 )
...
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
2022-04-06 12:35:16 +05:30
Emily Grace Seville
6c1370e1e9
`pwd` with long options ( #7955 )
2022-04-05 00:22:20 +10:00
Emily Grace Seville
213dab9463
Better grammar in pabcnetcclear ( #7934 )
2022-04-04 20:46:28 +08:00
hellojukay
2bf7c9a670
you-get: add page ( #7948 )
2022-04-03 12:25:08 -03:00
CleanMachine1
f2ce86befd
pwd: fix flags ( #7953 )
2022-04-03 12:21:35 -03:00
Chenfa Zheng
48c442da5d
debtap: add page ( #7947 )
2022-04-03 09:56:06 -03:00
CleanMachine1
78c684a6f6
speedcrunch: add page ( #7936 )
2022-04-02 19:24:53 -03:00
Seth Falco
487d901904
unshare: add page ( #7920 )
2022-04-02 19:19:56 -03:00
Axel Navarro
59f031bb0c
dotnet-tool: add page ( #7769 )
2022-04-02 19:16:27 -03:00
Seifer23
f3f11bd539
7z, cmatrix, ls, youtube-dl: add Catalan translation ( #7946 )
2022-04-02 19:14:05 -03:00
Paul Somers
a456da2822
gt: add page ( #7926 )
...
* gt: add page
graphite.dev
* gt: fix review suggestions
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* gt: fix commands to longhand, explain auth better
* gt: fix typos
* Update pages/common/gt.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-03-30 23:45:02 +10:00
CleanMachine1
8f25ac9cf5
fix CI issues ( #7937 )
2022-03-29 02:32:52 +01:00
dotnetCarpenter
b698969354
b2sum, md5sum, sha*sum: add --ignore-missing example ( #7929 )
2022-03-28 11:21:41 -03:00
pixel
0bc72f5496
sdef, xml2man: add page ( #7927 )
2022-03-27 23:49:38 +02:00
Matthew Peveler
9ac1ffd5ca
CLIENT-SPECIFICATION: Add entry to unreleased changelog ( #7806 )
2022-03-27 14:04:21 +08:00
Seth Falco
27ff55fc2e
*: normalize colons ( #7913 )
2022-03-27 02:25:15 -03:00
Emily Grace Seville
f63fedd585
gimp: add Russian translation ( #7907 )
2022-03-27 02:20:50 -03:00
Emily Grace Seville
df1531c488
krita: add Russian translation ( #7906 )
2022-03-27 02:19:16 -03:00
Emily Grace Seville
8d3613e0a0
mcs: add Russian translation ( #7908 )
2022-03-27 02:17:31 -03:00
dependabot[bot]
f8d78df90d
package-lock.json: bump minimist from 1.2.5 to 1.2.6 ( #7928 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-26 18:14:21 -03:00
Axel Navarro
cd107da48b
mh_metric: add page ( #7912 )
2022-03-25 17:27:18 -03:00
Kirill Lappo
2a9bf986cb
nordvpn: add autoconnect and update country connect examples ( #7924 )
2022-03-24 15:32:45 +08:00
Seth Falco
da24d7dbe0
gnome-screenshot: add page ( #7916 )
2022-03-23 10:14:10 -03:00
Seth Falco
fb62af84fc
ispell: add page ( #7918 )
2022-03-23 09:49:36 -03:00
Seth Falco
1a7fd6ec58
ivpn: add page ( #7914 )
2022-03-23 09:48:56 -03:00
Seth Falco
3184f70e6f
laptop-detect: add page ( #7919 )
2022-03-23 09:43:56 -03:00
Axel Navarro
b0918ad192
mh_lint: add page ( #7911 )
2022-03-22 08:51:38 -03:00
Emily Grace Seville
4659bcb243
linux/*: add more information link ( #7848 )
2022-03-21 14:07:48 -03:00
Seth Falco
cc3d4ff3aa
gnome-calculator: add page ( #7915 )
2022-03-21 13:40:51 -03:00
Seth Falco
d8327bb073
gnome-software: add page ( #7917 )
2022-03-21 08:48:01 -03:00
Muhammad Falak R Wani
f3b986941a
trace-cmd: add page ( #7820 )
2022-03-21 05:14:10 +01:00
Emily Grace Seville
e3318d87cf
applecamerad: add more information link ( #7853 )
2022-03-19 23:57:24 -03:00
Emily Grace Seville
3202852b03
wl-copy: page update ( #7901 )
2022-03-19 17:16:52 -03:00
xxchan
97e49ad1d4
comby: add page ( #7847 )
2022-03-19 15:38:56 -03:00
Emily Grace Seville
90c3807746
atool: update page ( #7900 )
2022-03-19 15:36:52 -03:00
rooty
fada0e54ce
rmmod: fix examples ( #7879 )
2022-03-19 15:28:29 -03:00
Jakob Miksch
00e01e07ac
ogrmerge.py: add page ( #7903 )
2022-03-19 15:26:56 -03:00
Jakob Miksch
c9cfd04065
ogr2ogr, ogrinfo: refresh ( #7904 )
2022-03-19 15:16:51 -03:00
Emily Grace Seville
3eb4ea459a
gacutil: add page ( #7898 )
...
* Add gacutil
* Add the abbreviation to description
Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>
* Simplify man page url
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Jakob Miksch <info@jakobmiksch.eu>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-03-19 21:31:38 +05:30
git-em
5e6357095b
banner: add pt_BR translation ( #7864 )
2022-03-19 18:04:32 +08:00
Emily Grace Seville
53cb52dbbb
mcs: add page ( #7897 )
...
* Create mcs page:
- closes #7418
* Use ellipsis
2022-03-19 17:56:56 +08:00
Emily Grace Seville
531769ac21
krita: add page ( #7895 )
2022-03-19 01:23:38 +01:00
Emily Grace Seville
0b9fb57b0d
gimp: refresh ( #7896 )
...
* Add link to `krita`
* Sync format with `krita` page:
- fix descriptions
- fix placeholders
* Fix description syntax and remove ".ext"
* Simplify placeholders
2022-03-19 09:46:25 +10:00
Nicolas Hansse
78d53b25f3
ack: add French Translation ( #7867 )
2022-03-18 23:29:28 +00:00
Krutonium
b209b606ce
install: add -D example ( #7803 )
...
* Add example for creating directories along the path
* Update pages/common/install.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/install.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update code samples
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-03-18 11:08:51 +10:00
Muhammad Falak R Wani
4a29b53671
zek: add page ( #7888 )
2022-03-17 08:43:00 -03:00
Ashish Shenoy
c29f0d16d5
pmap: add page ( #7890 )
2022-03-17 08:40:40 -03:00
Oğuz Ersen
e7a06bac28
atool, dnf, wl-copy, wl-paste: add Turkish translation ( #7837 )
...
* wl-copy, wl-paste: fix invalid command options
--paste-once is valid for wl-copy, not valid for wl-paste
--clear is not valid for wl-paste
* wl-copy, wl-paste: add Turkish translation
* atool: add Turkish translation
* dnf: add Turkish translation
2022-03-17 15:08:52 +10:00
Nicolas Hansse
114f9ec389
acme.sh: add French Translation ( #7868 )
2022-03-17 15:00:24 +10:00
Jesse Riggins
d2d57c7d38
dog: add page ( #7892 )
2022-03-16 18:20:55 -03:00
Emily Grace Seville
3f6f191892
mktemp: add page ( #7893 )
2022-03-16 14:02:09 -03:00
git-em
c23e529ad2
zlib-flate: add page ( #7839 )
2022-03-16 09:17:40 -03:00
git-em
82ae522868
asciidoctor: add pt_BR translation ( #7880 )
2022-03-16 08:50:08 +10:00
Nicolas Hansse
08c3048bbd
abduco: add French Translation ( #7865 )
2022-03-15 13:21:27 -03:00
Stijn-Bch
5ba1d5e59c
git-clone, sudo, type: add French translation ( #7725 )
2022-03-14 10:29:30 -03:00
nicolae-stroncea
dba098e925
ufw: use range in deny port example ( #7881 )
2022-03-14 18:15:33 +05:30
git-em
413c75950f
wpm: add page ( #7886 )
2022-03-14 08:26:11 +05:30
git-em
2b22010601
basename: add pt_BR translation ( #7885 )
2022-03-14 11:30:04 +10:00
Axel Navarro
c85155ec0b
svgr: add page ( #7882 )
2022-03-13 15:47:44 -03:00
Emily Grace Seville
24aa00d414
cd: page update ( #7875 )
...
* Refresh cd page:
- group examples
- add new example with ~user
- refresh grammar
* Fix syntax error
* Use "username" instead of "user_name"
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-03-13 20:11:17 +10:00
dwdh
bebfa4e965
kdig: add page ( #7784 )
...
* kdig: add page
* Update kdig.md
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/kdig.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-03-12 18:35:17 +10:00
git-em
452d56612f
nmcli, nmcli-monitor: update link ( #7862 )
2022-03-12 17:41:05 +10:00
Steve
fe79129aad
errno: add page ( #7873 )
2022-03-12 01:09:10 -03:00
Yorke Rhodes
fc874d901b
jq: add filter array example ( #7871 )
...
* Add filter array example
* Remove 8th example
2022-03-12 14:08:08 +10:00
CleanMachine1
25070ff4e7
mullvad: move to common ( #7876 )
2022-03-12 07:07:33 +10:00
Harish Kukreja
bb0e145843
createdb: add page ( #7851 )
2022-03-09 22:59:58 +00:00
git-em
cbfe325cb1
nmcli-agent, nmcli-radio: add page ( #7863 )
2022-03-09 19:48:13 -03:00
Oğuz Ersen
42831a9be8
ip-rule: add Turkish translation
2022-03-09 19:42:24 -03:00
Oğuz Ersen
34d72cabc8
ip-route: add Turkish translation
2022-03-09 19:42:24 -03:00
Oğuz Ersen
6332954fe3
ip-neighbour: add Turkish translation
2022-03-09 19:42:24 -03:00
Oğuz Ersen
f2a5f1f4e2
ip-link: add Turkish translation
2022-03-09 19:42:24 -03:00
Oğuz Ersen
2ce0394878
ip-address: add Turkish translation
2022-03-09 19:42:24 -03:00
Oğuz Ersen
bf61b04d00
ip: add Turkish translation
2022-03-09 19:42:24 -03:00
محمد الصوالحي
37ab478d79
fastmod: add page ( #7815 )
2022-03-09 07:58:38 -03:00
git-em
8628cba2eb
linux/*: replace man.archlinux.com link ( #7861 )
...
* linux/*: replace man.archlinux.com
Does not replace links of pages directly associated with archlinux (eg: pacman)
* nmcli-device, nmcli-connection: use author's link
2022-03-09 14:31:08 +10:00
git-em
a48819f190
common/*: replace man.archlinux.org ( #7860 )
2022-03-09 14:28:57 +10:00
git-em
c5309c0ab8
setsid: add page ( #7841 )
...
* setsid: add page
* Use "exit code" instead of "return value"
Co-authored-by: pixel <chrissx@chrissx.de>
Co-authored-by: pixel <chrissx@chrissx.de>
2022-03-09 14:18:59 +10:00
Tomasz Durda
609b7d1a52
fio: add page ( #7829 )
2022-03-08 09:15:03 -03:00
Gatien
e950f4a080
acpi: add French translation ( #7857 )
2022-03-08 07:29:53 -03:00
Muhammad Falak R Wani
c12a5c8433
tailscale-file: add page ( #7844 )
2022-03-08 00:33:31 +00:00
Gatien
b4e8cc64d7
ac: add French translation ( #7856 )
2022-03-07 16:38:05 -03:00
git-em
1164cabae7
style-guide: add information about links ( #7842 )
2022-03-07 09:45:12 -03:00
baiyutang
5892e647de
kitex: add page ( #7782 )
2022-03-07 09:06:37 -03:00
Nicolas Kosinski
fa9cbe265b
go-test: add -cover example ( #7858 )
2022-03-07 09:04:55 -03:00
Gatien
6c177bf48b
abbr: add French translation ( #7854 )
2022-03-06 15:57:52 -03:00
Emily Grace Seville
baf0f1ad15
windows/*: add more information link ( #7852 )
2022-03-05 12:00:17 -03:00
Oğuz Ersen
45fa5e1372
nmcli*, nmtui, wpa*: add Turkish translation ( #7850 )
...
* nmtui: add Turkish translation
* nmcli: add Turkish translation
* nmcli-connection: add Turkish translation
* nmcli-device: add Turkish translation
* nmcli-monitor: add Turkish translation
* wpa_cli: add Turkish translation
* wpa_passphrase: add Turkish translation
2022-03-06 00:36:08 +10:00
Oğuz Ersen
c92ffe05d0
translation-templates/*: add Turkish translation ( #7846 )
2022-03-04 05:12:33 +08:00
Senjaya
e684c95af0
bat, gdb: add Indonesian translation ( #7745 )
2022-03-02 20:44:29 +00:00
Emily Grace Seville
02c427a039
g++, gcc: page update ( #7821 )
...
* Update placeholders:
- use "path/to"
- join list of placeholders in gcc
* Suggest language standard in code example
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-03-02 21:36:03 +10:00
Mia
c4a72c36b4
batcat: add page ( #7838 )
2022-03-02 06:58:50 -03:00
Peder Bergebakken Sundt
d774bbea94
Add command to git ls-files ( #7833 )
...
Taken from https://fix.code-error.com/git-list-only-untracked-files-also-custom-commands/
2022-03-02 10:54:04 +08:00
Axel Navarro
f3cb84bc88
rubocop: add link in Chinese translation ( #7835 )
2022-03-01 11:40:29 -03:00
git-em
2ce63b334e
brightness, n, open, pbcopy, pbpaste, rename, route, rubocop, softwareupdate, timed, where, while, xed, xip: add link ( #7831 )
2022-03-01 10:21:17 -03:00
git-em
80ddce96fe
set, view, wait, write: add link ( #7828 )
2022-03-01 00:52:41 -03:00
git-em
a6f57760c2
alpine: add link, fix style on pt_BR translation ( #7830 )
2022-03-01 00:43:39 -03:00
git-em
f0b6509e07
subcommand-mention: fix formatting ( #7823 )
2022-02-28 09:08:05 +05:30
git-em
d213b0ec90
rga: add page ( #7818 )
2022-02-27 18:08:43 -03:00
Jakob Miksch
0f73f6aaad
ogr2ogr, ogrinfo: refresh ( #7807 )
2022-02-27 10:50:07 -03:00
Zein Haddad
50b1761258
gcc, g++: add Indonesian translation ( #7808 )
2022-02-26 09:04:31 -03:00
git-em
a5276a09e0
ncdu: move from linux to common ( #7814 )
2022-02-26 20:00:32 +10:00
git-em
3610cc8358
am: fix pt_BR translation ( #7817 )
2022-02-26 17:28:29 +08:00
git-em
689c37f0f0
pkg: add pt_BR translation ( #7816 )
...
* pkg: add page pt_BR
* Update pages.pt_BR/android/pkg.md
Translate placeholders for non-English speakers -- Thanks @navarroaxel
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update placeholders translation
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-02-26 17:19:27 +08:00
Axel Navarro
a1504c7afa
chrome: add page ( #7813 )
2022-02-25 18:51:51 +05:30
Michael Cale
afca7adc24
gow: add page ( #7805 )
2022-02-25 06:18:05 -03:00
Axel Navarro
8736b81243
google-chrome: refresh ( #7812 )
2022-02-25 16:43:28 +10:00
Axel Navarro
a8bcde4a28
chromium: refresh ( #7811 )
2022-02-24 16:28:04 -03:00
Martin Pool
326cc8a262
chsh: Fix `chsh -s SHELL` syntax ( #7801 )
...
* It's `ch -s SHELL` to change your own shell
Fixes #7800
* rephrase
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Use -s generically, --shell on Linux
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-02-24 22:42:34 +10:00
Axel Navarro
18642d59eb
git-rev-list: add -n example ( #7763 )
2022-02-24 22:38:17 +10:00
hellojukay
1d72e2f253
vagrant: add box list example ( #7810 )
2022-02-23 11:33:19 -03:00
Axel Navarro
139450a866
standard-version: add page ( #7753 )
2022-02-21 06:40:03 -03:00
nik
ac627da668
yt-dlp: add page ( #7628 )
...
* add yt-dlp page
* fix format
* remove file
* fix unprecise explanation
* Delete .gitpod.yml
2022-02-21 01:33:08 +01:00
Jake Vossen
1b9e38cb1b
rsync: fix remote_directory in -rauL example ( #7795 )
2022-02-20 17:44:04 -03:00
Nata Jam
c5bc16a465
go: add Chinese translation ( #7799 )
2022-02-20 15:18:49 -03:00
lincc
6b3ee74467
asciiart: update Chinese translation ( #7792 )
2022-02-20 10:03:50 -03:00
Axel Navarro
ae90383189
docker-volume: add page ( #7771 )
2022-02-20 18:37:06 +10:00
oshiteku
4cc80092f9
kubectl-delete: fix typo ( #7804 )
2022-02-20 09:29:28 +05:30
Jeremy Heckt
b645de29cd
createrepo: add page ( #7789 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-02-19 12:46:13 +05:30
lincc
adf4448df8
set-more-info-link.py: add Catalan translation ( #7797 )
2022-02-18 21:55:31 -03:00
Pysis
ac026647f4
xidel: add page ( #7678 )
2022-02-18 11:01:57 -03:00
Axel Navarro
c8a26c33e4
npx: add --no-install and --quiet examples ( #7747 )
2022-02-18 21:51:42 +10:00
Danilo Bargen
01cb9e50ca
CLIENT-SPECIFICATION: drop the special "all" platform ( #7561 )
2022-02-18 07:21:54 -03:00
Taymaz Esmaeli
3d4b1168a8
7z: add Persian translation ( #7765 )
2022-02-18 07:16:45 -03:00
pixel
a1dca9579c
systemsetup: fix more information link ( #7755 )
2022-02-18 07:05:27 +01:00
258204
c768a7c3be
doctl-auth: add page ( #7526 )
2022-02-17 22:10:46 +00:00
Seifer23
6b23c4556f
cd, cp: add Catalan translation ( #7796 )
2022-02-17 18:09:35 -03:00
Matthew Peveler
3c3649ebb7
CLIENT-SPECIFICATION: add macos recommendation ( #7514 )
2022-02-17 08:38:56 -05:00
valentin lauber
3ed8d563bc
puppet-agent: add --disable and --enable examples ( #7787 )
2022-02-17 18:53:25 +05:30
Nata Jam
8e149127b0
openvpn3: add Chinese translation ( #7788 )
2022-02-17 10:17:44 -03:00
pixel
60413b149c
mk: add page ( #7756 )
2022-02-17 07:47:43 -03:00
Lars Decker
b02d5dc9f1
http: add --follow example ( #7737 )
2022-02-17 07:46:07 -03:00
Axel Navarro
45f7d27512
checkupdates: add page ( #7774 )
2022-02-17 06:57:00 -03:00
Axel Navarro
c388bb1701
checkupdates-aur: add page ( #7775 )
2022-02-17 13:13:15 +08:00
Emily Grace Seville
72bdbb9021
chsh: page update ( #7550 )
2022-02-17 12:36:58 +08:00
Emily Grace Seville
50a9708250
for: refresh ( #7482 )
2022-02-15 06:58:56 -03:00
Zein Haddad
233b10de4f
composer, subl: add Indonesian translation ( #7780 )
2022-02-15 19:51:09 +10:00
Axel Navarro
6fe5cd71fd
package.json: update dependencies ( #7779 )
2022-02-14 12:00:28 -03:00
Waldir Pimenta
bf6256ca09
fnm: spell out the "list" subcommand ( #7777 )
2022-02-14 10:58:18 -03:00
Zein Haddad
2db3161979
dnf, youtube-dl: add Indonesian translation ( #7766 )
2022-02-14 08:44:40 -03:00
Emily Grace Seville
b14c67fd89
nm: update page ( #7758 )
2022-02-14 12:43:27 +01:00
Emily Grace Seville
692469016e
osx/*: update page ( #7665 )
2022-02-14 08:21:43 -03:00
Nicolas Hansse
b1326296cd
aapt, ab: add French translation ( #7723 )
...
* aapt, ab: add French translation
* Update pages.fr/common/aapt.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update aapt.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-02-14 21:12:26 +10:00
pixel
4e2c525e31
networksetup, port, xcode-select, xcodebuild: add more information links ( #7754 )
...
* port: more info
* xcodebuild: more info
* xcode-select: more info
* networksetup: more info
2022-02-14 09:13:29 +05:30
Axel Navarro
8ba9ec2b37
serve: add page ( #7741 )
2022-02-12 15:54:13 +08:00
Andrey Bienkowski
78b4e55964
adduser: remove invalid example ( #7761 )
2022-02-11 22:59:14 -03:00
Olga
b816d6d850
pdftoppm: add page ( #7764 )
2022-02-11 11:46:34 -03:00
Axel Navarro
dd2f86d67a
docker-compose, git-*, htop, ls, nano: sync Spanish translation ( #7757 )
2022-02-08 08:32:45 -03:00
Andrey Bienkowski
11e78ec50a
docker: use absolute paths in `-v` example ( #7762 )
...
Volume paths must be absolute instead of relative.
2022-02-08 14:26:31 +05:30
whitemuu
0c99df4a33
maestral: add page ( #7759 )
...
* Create maestral.md
new command
* Update pages/common/maestral.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/maestral.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/maestral.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/maestral.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
* Update pages/common/maestral.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-02-07 11:04:46 +10:00
pixel
ec1061acf1
nm-classic: add page ( #7748 )
2022-02-06 20:10:34 -03:00
Emily Grace Seville
c0b1520402
nu: update page ( #7485 )
2022-02-06 11:19:41 -03:00
Seifer23
12e4093604
translation-templates/*: add Catalan translation ( #7751 )
2022-02-06 11:18:22 -03:00
Seifer23
99db37b3af
*: add Catalan translation ( #7736 )
2022-02-06 00:25:41 -03:00
Axel Navarro
11ada9c938
turbo: add page ( #7734 )
2022-02-06 02:07:08 +00:00
Reinhart Previano Koentjoro
aac892abd0
glab-auth: add page ( #7612 )
2022-02-05 09:35:14 -03:00
Emily Grace Seville
4f57bb181e
tail: add page ( #7688 )
2022-02-05 09:33:15 -03:00
pixel
b58b87ff74
lerna: add page ( #7742 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-02-05 10:55:05 +05:30
pixel
ec75a9a749
bird: fix capitalization in command description ( #7746 )
2022-02-03 22:06:26 -03:00
Mastercuber
07c853b70a
alien, abbr: add German translation ( #7651 )
2022-02-03 11:09:52 +01:00
Axel Navarro
c2c16f61ac
*: use author link instead of npm package ( #7730 )
2022-02-02 15:43:21 -03:00
Jonathan Reyes
256e1c28c4
df, dig, du, ln, tree: add Spanish translation ( #7726 )
2022-02-02 12:50:49 -03:00
Azrael JD
4fae53713a
xfce4-terminal: add Indonesian translation ( #7701 )
2022-02-02 23:49:58 +08:00
Muhammad Falak R Wani
7b0f1fcd45
meson: add an example to run all tests in the project ( #7740 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-02-02 23:46:46 +10:00
Senjaya
9e13ea4571
source: add Indonesian translation ( #7738 )
2022-02-02 08:39:58 -03:00
godalming123
daf0125df6
dm-tool: add page ( #7710 )
2022-02-02 08:05:01 -03:00
Axel Navarro
8b9b6e98b5
gh-pr-merge: add --subject example ( #7732 )
2022-02-02 10:21:40 +05:30
Axel Navarro
da55f621eb
webstorm: add page ( #7727 )
2022-02-02 09:07:41 +08:00
pixel
a1aad5301e
airportd, automountd, coreautha, coreauthd, nfcd: add page ( #7608 )
2022-02-01 17:38:26 -03:00
pixel
2396c6d791
socat, sn, slimrb, swig: add more information link ( #7733 )
2022-02-01 17:06:33 +08:00
Kirill Stryaponov
3e8b075813
cwebp: add page ( #7722 )
...
* cwebp: add page
* cwebp: add russian translation
* cwebp: update descriptions
* cwebp: update Russian translation
* cwebp: add period to command description
* cwebp: add period to command description in Russian translation
* Update pages.ru/common/cwebp.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages.ru/common/cwebp.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages.ru/common/cwebp.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages.ru/common/cwebp.md
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
* Update pages/common/cwebp.md
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* Update pages/common/cwebp.md
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* Update pages/common/cwebp.md
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* Apply suggestions from code review
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* cwebp: update Russian translation
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-02-01 19:05:01 +10:00
CleanMachine1
02a843bea8
git-standup: add page ( #7584 )
...
* git-standup: add page
* Update pages/common/git-standup.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/git-standup.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Update pages/common/git-standup.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2022-01-31 15:25:17 -07:00
Managor
3c192db1c4
pw-link: add page ( #7703 )
2022-01-29 23:07:37 -03:00
Emily Grace Seville
c10199cd1a
Use variables instead of literal values: ( #7531 )
...
- there is no need to compare two string literals
2022-01-30 01:58:41 +00:00
Rodrigo Nemmen
9ad2a08a73
progress: add page ( #7510 )
2022-01-30 01:57:39 +00:00
Pierre Rudloff
09f8f802d3
ubuntu-security-status: add page ( #7728 )
2022-01-30 01:51:30 +00:00
lincc
b99f3da787
*: update links via set-more-info-link.py ( #7611 )
2022-01-29 17:17:39 -03:00
Emily Grace Seville
684f7bbc65
useradd, userdel, usedmod, users: refresh page ( #7661 )
2022-01-27 21:08:33 +00:00
Emily Grace Seville
3a104d8676
groupadd, groupdel, groupmod, groups: update page ( #7660 )
2022-01-27 21:06:40 +00:00
Jonathan Reyes
11bef8b72b
git: add Spanish translation ( #7713 )
2022-01-27 16:31:26 -03:00
Jonathan Reyes
cbd3214b25
dig: fix more information link ( #7724 )
2022-01-27 19:30:27 +00:00
Florian Bruhin
8a277402e8
code: add --new-window example ( #7717 )
2022-01-27 14:12:15 -03:00
Vic Segers
6e5d37cc24
diff-pdf: add page ( #7711 )
2022-01-27 11:33:10 -03:00
Azrael JD
aaada5f0e6
rc-service: add more information link ( #7714 )
2022-01-27 11:23:46 -03:00
Azrael JD
3feb67453d
xclock: add more information link ( #7719 )
2022-01-27 11:22:02 -03:00
Azrael JD
2353d5fd41
xinput: add more information link ( #7721 )
2022-01-27 11:20:50 -03:00
Azrael JD
3d4ee73979
xman: add more information link ( #7720 )
2022-01-27 11:11:54 -03:00
Azrael JD
c837506fd7
sysctl: add more information link ( #7718 )
2022-01-27 11:10:17 -03:00
Azrael JD
88f61f1d2e
rc-update: add more information link ( #7716 )
2022-01-27 09:29:12 -03:00
Azrael JD
735d1539d0
rc-status: add more information link ( #7715 )
2022-01-27 09:28:42 -03:00
Nicolas Hansse
e667f1d51e
7za, 7zr: add French translation ( #7712 )
2022-01-27 08:55:45 -03:00
Emily Grace Seville
545c425e18
mktemp: refresh page ( #7549 )
2022-01-26 23:22:54 +00:00
Azrael JD
6678cc9c04
xterm, st: add Indonesian translation ( #7698 )
2022-01-26 18:01:54 -03:00
Nicolas Hansse
46dacbc6ff
asdf: add French translation ( #7709 )
2022-01-25 13:37:37 -03:00
Joe Nichols
92343a1f94
yum: use manned for more information link ( #7708 )
2022-01-25 13:12:34 -03:00
Azrael JD
c1855c4cb5
urxvt: add more information link ( #7704 )
2022-01-25 13:10:55 -03:00
Azrael JD
5b28d44739
su: add more information link ( #7705 )
2022-01-25 12:50:37 -03:00
Azrael JD
ed74535c79
swapon: add more information link ( #7706 )
2022-01-25 12:49:47 -03:00
Azrael JD
64e0d783a9
swapoff: add more information link ( #7707 )
2022-01-25 12:47:56 -03:00
Joe Nichols
d6f12874e3
yum: add Spanish translation ( #7696 )
2022-01-25 09:43:49 -03:00
Axel Navarro
6b9e9fc683
trust: add page ( #7699 )
2022-01-24 20:33:33 +05:30
Azrael JD
40f59ab8e9
xterm: add more information link ( #7700 )
2022-01-23 14:35:09 -03:00
hellojukay
a2adaa1216
mpg123: add page ( #7689 )
...
* cmd: update page
* New Page mpg123
* fix file name
* fix lint and homepage
* change command usage description
* fix ci
* fix command line usage description
* Update mpg123.md
* Update mpg123.md
* Update mpg123.md
2022-01-24 02:39:07 +10:00
Emily Grace Seville
27033a5d95
tail: refresh page ( #7681 )
2022-01-22 23:06:48 -03:00
Mišo Barišić
26adab31c6
distrobox: add page ( #7638 )
2022-01-22 16:28:05 -03:00
Emily Grace Seville
47445dd786
bc, dc: refresh page ( #7670 )
2022-01-22 14:00:09 +08:00
WhispyDEV
3e05eed5b0
color: add allowed color values ( #7553 )
2022-01-19 21:04:53 +00:00
Emily Grace Seville
a3d30c0a0d
head: refresh page ( #7680 )
2022-01-19 12:21:30 -03:00
Vlad
e5a1aa1ec2
head: add Russian translation ( #7650 )
2022-01-19 12:04:37 -03:00
Emily Grace Seville
e5e3f0e1db
Add myself as a collaborator ( #7679 )
2022-01-19 07:01:52 -08:00
Azrael JD
6f7a1caf6c
debootstrap: add Indonesian translation ( #7671 )
2022-01-19 11:59:39 -03:00
Mateusz Konieczny
51bad90afa
vagrant: update init ubuntu example ( #7682 )
2022-01-19 11:08:03 -03:00
Reinhart Previano Koentjoro
3762d44bb2
glab-release: add page ( #7643 )
2022-01-19 10:08:58 +05:30
Axel Navarro
c12b829064
core-validate-commit: add page ( #7676 )
2022-01-19 10:00:33 +05:30
Axel Navarro
3b4aecafb8
avifenc: add page ( #7636 )
2022-01-18 18:55:35 +00:00
George Hafiz
f90a84145a
pg_dumpall: add page ( #7646 )
2022-01-18 13:59:57 -03:00
Axel Navarro
6a8920c341
ntl: add page ( #7652 )
2022-01-18 23:27:22 +08:00
Nicolas Hansse
cf250037d7
adb-install, adb-reverse, adb-shell: add French translation ( #7667 )
2022-01-18 22:46:49 +08:00
Reinhart Previano Koentjoro
0c8ed2af5c
glab-issue: add page ( #7615 )
2022-01-18 21:59:48 +08:00
Muhammad Falak R Wani
0316207aeb
xset: add enable/disable DPMS examples ( #7617 )
2022-01-18 10:55:05 -03:00
Vlad
7f40932188
grep: add Russian translation ( #7668 )
2022-01-18 21:52:08 +08:00
Vlad
e99d877d53
alias: add Russian translation ( #7674 )
2022-01-18 10:35:02 -03:00
Axel Navarro
6a248808bf
scan-build: add page ( #7672 )
2022-01-18 10:33:13 -03:00
Emily Grace Seville
d98e164b69
Use long options ( #7675 )
2022-01-18 21:28:40 +08:00
leo-arch
0e9bf6b396
clifm: add page ( #7645 )
2022-01-18 09:39:52 -03:00
endorama
dfbf2f5bce
prlimit: add page ( #7113 )
2022-01-17 09:40:17 -03:00
Lars Niesen
0230ee6b5b
termdown: add page ( #7669 )
2022-01-17 09:24:35 -03:00
Reinhart Previano Koentjoro
41711421a9
glab-pipeline: add page ( #7642 )
2022-01-16 13:58:46 -03:00
Emily Grace Seville
41394e7515
blender: use long arguments ( #7663 )
2022-01-16 13:47:31 -03:00
汪東陽
0c961545ed
ssh: fix typo ( #7666 )
2022-01-16 13:28:18 -03:00
Simao Ferreira
fef0e3a6b5
alacritty: add pt_PT translation ( #7656 )
2022-01-15 17:23:21 -03:00
Simao Ferreira
6cdab815b4
alias-pages: add pt_PT translation ( #7655 )
2022-01-15 17:18:25 -03:00
Frans Nylund
b0bef9daba
declare: fix -a example ( #7659 )
2022-01-15 17:15:45 -03:00
千玄子
3f172d37ee
pkg: add Chinese translation ( #7657 )
2022-01-15 17:12:49 -03:00
Nicolas Hansse
18015531b9
pkg: add French translation ( #7658 )
2022-01-15 17:12:09 -03:00
Simao Ferreira
5cc2a5ca08
xrdb: add pt_PT translation ( #7654 )
2022-01-15 17:11:26 -03:00
Axel Navarro
9b1bfc3a5a
package.json: update dependencies ( #7653 )
2022-01-15 16:39:36 -03:00
Reinhart Previano Koentjoro
bdbd53c5ee
glab-alias: add page ( #7641 )
2022-01-14 10:33:08 -03:00
meowmeowcat
e2f4d81f6b
textutil, top: add link ( #7629 )
2022-01-14 09:59:47 -03:00
Axel Navarro
d5cfac8d35
check-language-support, faketime, pi, powerstat, rig, xdg-user-dirs-update: update links ( #7644 )
2022-01-14 10:33:54 +07:00
cyqsimon
34f822e792
pdbedit, smbpassword: add page & improve comments ( #7545 )
2022-01-13 18:58:40 +05:30
Simao Ferreira
9e94d88d31
pacman: add pt_PT translation ( #7630 )
2022-01-12 10:21:03 -03:00
Simao Ferreira
2e42f54d06
archinstall: add pt_PT translation ( #7631 )
2022-01-12 20:58:06 +08:00
Nicolas Hansse
b33bff1585
2to3: add French translation ( #7633 )
2022-01-12 20:52:24 +08:00
Fanyjie
303e2ef2c6
bat: fix typo in Chinese translation ( #7640 )
2022-01-12 08:26:34 -03:00
Reinhart Previano Koentjoro
285609b239
glab-mr*: add pages ( #7635 )
2022-01-11 20:59:47 +05:30
gcagle3
a39a1fce8b
terragrunt: add page ( #7619 )
2022-01-10 08:42:01 -03:00
Azrael JD
5f24ccbc17
mkfs.btrfs: add Indonesian translation ( #7632 )
2022-01-10 13:18:25 +07:00
HazemBZ
a136aec126
xfreerdp: add sound example ( #7634 )
2022-01-10 10:55:40 +05:30
Azrael JD
318b5aae91
mkfs.ext4: add Indonesian translation ( #7623 )
2022-01-09 13:01:45 +07:00
cyqsimon
bc9f58e971
ncdu: add `--color` example and link ( #7625 )
2022-01-08 17:15:32 -03:00
Axel Navarro
84b6cabf6e
a2query, dpkg*, check-support-status, netselect-apt, reportbug: update Debian link ( #7622 )
...
* a2query: update link to Debian manpage
* check-support-status: update link to Debian manpage
* dpkg-deb: update link to Debian manpage
* dpkg: update link to Debian manpage
* netselect-apt: update link to Debian manpage
* reportbug: update link to Debian manpage
2022-01-08 20:39:40 +07:00
Reinhart Previano Koentjoro
e97d77689a
apt: add backticks to apt-get ( #7620 )
2022-01-08 09:15:33 +07:00
Azrael JD
6f727f338a
apt-moo: move to linux platform ( #7621 )
2022-01-08 09:15:04 +07:00
Inias Peeters
210dc2e186
file-rename: fix Debian package name ( #7618 )
2022-01-07 22:35:42 +05:30
Reinhart Previano Koentjoro
fce802ddb0
invoke-item: add page ( #7517 )
2022-01-07 06:15:16 -03:00
Reinhart Previano Koentjoro
6a483fda57
nvm.fish: add page ( #7512 )
2022-01-06 20:43:49 +00:00
Azrael JD
8013703e70
apt, dpkg: add Indonesian translation ( #7614 )
2022-01-06 10:03:52 -03:00
Bhargav Das Gupta
a156709d73
sherlock: add page ( #7609 )
2022-01-05 15:50:46 -03:00
258204
8c9021a3f9
doctl-account: add page ( #7525 )
2022-01-05 15:13:22 -03:00
melvinxeu
b8eb880db6
go: add French translation ( #7487 )
2022-01-04 16:14:03 +08:00
melvinxeu
e483985f08
topydo: add French translation ( #7490 )
2022-01-03 11:07:06 -03:00
Bhargav Das Gupta
f4252bd555
cat: fix typo ( #7610 )
2022-01-03 11:21:12 +00:00
Muhammad Falak R Wani
722304b216
wg: add example to show current configuration of an interface ( #7594 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2022-01-03 15:39:51 +05:30
Tan A
8a70c9b0d5
android/*: add Turkish translation ( #7595 )
2022-01-02 17:39:37 -03:00
Emily Grace Seville
58f6f4124e
pabcnetcclear: update page ( #7532 )
2022-01-02 17:30:53 -03:00
CleanMachine1
80e8b7b5f4
git-mr: add page ( #7585 )
2022-01-03 04:13:01 +08:00
CleanMachine1
128603e43a
git-delete-merged-branches: fix error ( #7601 )
2022-01-02 10:31:52 +05:30
Erfan
4394c4fa0c
pipwin: add page ( #7593 )
2022-01-02 01:34:27 -03:00
CleanMachine1
51eb6076d8
git-pr: add git-extras note in the command description ( #7600 )
2022-01-02 01:31:48 -03:00
CleanMachine1
c13a79e2d9
go-build: add clarity ( #7438 )
2022-01-02 01:30:56 -03:00
Muhammad Falak R Wani
ef8fb57839
ethtool: add example to show all features ( #7590 )
2022-01-01 00:29:32 +00:00
CleanMachine1
bdaada4681
git-delete-merged-branches: add page
2022-01-01 00:47:47 +01:00
CleanMachine1
0d12105852
git-delete-tag: add backticks to git-extras ( #7598 )
2022-01-01 04:17:42 +08:00
CleanMachine1
60db3c10c0
git-pr: fix grammar ( #7599 )
2022-01-01 04:17:08 +08:00
Ryan Delaney
2b3ce60c89
keychain: add page ( #7583 )
2021-12-31 09:36:19 -03:00
David Zhang
dc8f9639c0
sacctmgr: add Chinese translation ( #7588 )
2021-12-31 09:22:18 -03:00
Axel Navarro
5283cc7c42
github-label-sync: use repo as more information link ( #7591 )
2021-12-31 09:21:30 -03:00
Raizo62
f126048f03
docker: add docker images example ( #7567 )
2021-12-30 09:37:01 -03:00
Reinhart Previano Koentjoro
491f0fcefb
msiexec: add Indonesian translation ( #7537 )
2021-12-30 07:57:09 -03:00
Rahmanu Hermawan
6a5c49c324
minicom: add page ( #7564 )
2021-12-30 07:55:32 -03:00
Christoph Thiede
fb6c77ecfc
smalltalkci: add page ( #7580 )
2021-12-30 07:27:28 -03:00
elfehr
af648ee7af
mu: add page ( #7572 )
2021-12-30 14:39:49 +08:00
Tan A
a0ae1f61af
git*: add Turkish translation II ( #7589 )
2021-12-30 01:33:18 +00:00
Antoine Amara
5359517412
glab-repo: add page ( #7558 )
2021-12-29 14:50:26 -03:00
Tan A
f9b662115a
git*: add Turkish translation ( #7581 )
...
* translate git.md to tr
* translate git-add.md to tr
* translate git-am.md to tr
* translate git-annex.md to tr
* translate git-annotate.md to tr
* translate git-archive.md to tr
* translate git-bisect.md to tr
* translate git-blame.md to tr
* translate git-branch.md to tr
* translate git-bugreport.md to tr
* translate git-bundle.md to tr
* translate git-cat-file.md to tr
* translate git-check-attr.md to tr
* translate git-check-ignore.md to tr
* translate git-check-mailmap.md to tr
* translate (no I will not write the filename anymore as its goddamn tiring)
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* translate git-help
* translate git-ignore
* translate git-imerge
* translate git-init
* translate git-instaweb
* translate and fix git-instaweb
* translate and fix git-lfs
* translate and fix git-log
* translate
* translate
* translate
* fix bad translation
* git-merge
* git-mergetool
* gitmoji
* git-mv
* git-notes
* git-pr
* git-prune
* git-pull
* git-push
* git-rebase
* git-reflog
* git-remote
* git-repack
* git-replace
* git-request-pull
* git-reset
* git-restore
* git-rev-list
* git-rev-parse
* git-rm
* git-send-email
* git-shortlog.md
* git-show.md
* git-show-ref.md
* git-sizer.md
* gitsome.md
* git-stage.md
* edit git-add.md and git-stage.md
* git-stash
* git-status
* git-stripspace
* git-submodule
* git-subtree
* git-svn
* git-tag
* git-update-index
* git-update-ref
* git-var
* git-worktree
* fix errors
* git-apply
* edit git-check-ref-format
* git-revert
* git-show-branch
2021-12-29 15:28:58 +03:00
Peter Babič
d7375910c7
git-filter-repo: add page ( #7493 )
2021-12-27 13:55:08 -03:00
Reinhart Previano Koentjoro
59bff1c102
nvm: add page ( #7511 )
2021-12-27 13:32:26 +00:00
Tan A
8cf73fcf2b
print: add Turkish translation ( #7364 )
2021-12-27 09:15:04 -03:00
Bao
38d44d6c40
btrfs-property: add page ( #7454 )
2021-12-27 01:14:29 +00:00
CleanMachine1
1a6a1759bd
makepkg: fix command to match standard ( #7579 )
...
* makepkg: fix command to match standard
* add \n
2021-12-26 22:16:54 +00:00
Bao
e86b50be30
btrfs-balance: add page ( #7453 )
2021-12-26 19:04:06 -03:00
asas1asas200
0600ada30d
xbps: fix --sync and --update examples ( #7574 )
2021-12-26 18:46:43 -03:00
CleanMachine1
32ad431919
makepkg: add commands ( #7577 )
2021-12-26 21:28:12 +05:30
lincc
27cbb29209
set-more-info-link.py, translation-templates/*: add Uzbek language ( #7536 )
2021-12-26 12:57:58 -03:00
Joel Tony
4852113fc4
colorls: add page ( #7573 )
2021-12-26 15:43:10 +00:00
Gingka/Ginger Pepper
bcf7b5969a
dunstctl: add page ( #7547 )
2021-12-26 15:39:08 +00:00
CleanMachine1
c3c02d0369
updpkgsums: add page ( #7575 )
2021-12-26 12:18:19 -03:00
Emily Grace Seville
018d7f57fb
if: update page ( #7481 )
2021-12-26 12:30:57 +08:00
CleanMachine1
60333f871c
namcap: fix error ( #7576 )
2021-12-25 22:38:17 +00:00
Ashish Thapa
ed99482f96
exercism: add page ( #7571 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-12-25 09:10:16 +05:30
JohannesPertl
3d89af60cd
abbr: add page ( #7508 )
2021-12-24 23:09:46 +00:00
Bao
dc66d32ddf
btrfs-restore: add page ( #7455 )
2021-12-24 23:07:54 +00:00
Lukas
bd3cc8a005
virt-install: update page ( #7498 )
2021-12-24 23:06:41 +00:00
melvinxeu
c49d016a22
vegeta: add French translation ( #7488 )
2021-12-23 10:37:46 -03:00
Tim Phan
753142839f
spctl: add page ( #7565 )
2021-12-22 07:26:13 -03:00
Emily Grace Seville
8d8634bb19
[[, [: add/update pages ( #7530 )
2021-12-21 21:28:01 +00:00
258204
844a561415
doctl-balance: add page ( #7527 )
2021-12-21 21:23:59 +00:00
Emily Grace Seville
dede3e7041
for: refresh page ( #7535 )
2021-12-21 18:18:58 +05:30
Cobalt Canon
69431019c6
pridecat: add page ( #7555 )
2021-12-20 17:53:55 +05:30
Zlatan Vasović
6cc93f4302
MAINTAINERS: remove @zlatanvasovic from organization owners ( #7539 )
2021-12-18 16:53:43 -03:00
258204
0dd975ec3a
doctl-compute-droplet: add page ( #7524 )
2021-12-18 16:52:51 -03:00
Emily Grace Seville
dea25fb85a
declare, local, typeset: add pages ( #7529 )
2021-12-18 16:46:09 -03:00
Seth Falco
0ad3a36142
git-terminal: fix typos ( #7548 )
2021-12-16 14:13:20 -03:00
Seth Falco
6eb7f71907
docs: update instructions to update old email ( #7509 )
2021-12-16 15:26:13 +00:00
cyqsimon
df0117359b
chcon: move from common to linux platform ( #7544 )
2021-12-16 08:18:46 -03:00
Nicolas Kosinski
6cfa99a08f
volta: add page ( #7515 )
2021-12-16 08:08:03 -03:00
cpetrella-sketch
aa4932c7a8
doctl-apps: add page ( #7501 )
2021-12-16 08:06:29 -03:00
dathide
b205ef3b38
Fix syntax ( #7543 )
...
Fix the syntax for running on non-sequential CPUs, which is done with commas. Also fix the syntax for running on sequential CPUs, which uses a "-".
2021-12-15 19:45:58 -07:00
CleanMachine1
b286619266
MAINTAINERS: add organization owner: @CleanMachine1 ( #7542 )
2021-12-15 15:27:20 +00:00
Reinhart Previano Koentjoro
bb70cb4194
msiexec: add page ( #7513 )
2021-12-13 07:21:17 -03:00
melvinxeu
9b7facc32a
age: french translation ( #7489 )
2021-12-12 14:47:34 +00:00
Emily Grace Seville
aaaa69c651
ngs: add page ( #7435 )
2021-12-12 14:36:00 +00:00
Reinhart Previano Koentjoro
a0bb234f06
nvm: update versions in command description ( #7518 )
2021-12-12 14:34:54 +00:00
Emily Grace Seville
6920317eec
for: add page ( #7442 )
2021-12-12 11:29:08 -03:00
Emily Grace Seville
2f636d094e
if: add page ( #7443 )
2021-12-11 01:30:29 -03:00
258204
69047681ab
MAINTAINERS: add @258204 to collaborators ( #7523 )
2021-12-11 01:22:28 +00:00
Miha Frangež
480cdbbc80
ddcutil: add page ( #7275 )
2021-12-10 22:24:17 +01:00
Quang Tran
fde599b0ef
daps: add page ( #7299 )
2021-12-10 22:21:18 +01:00
Reinhart Previano Koentjoro
9eb2443ad4
nmtui: add link in Italian translation ( #7519 )
2021-12-10 07:08:52 -03:00
Amin Yahyaabadi
5e84bc97da
vswhere: remove invalid quotes in example ( #7520 )
2021-12-10 07:07:38 -03:00
Andrey Bienkowski
5bdbc8ff83
groff: add --RAW-CONTROL-CHARS to pager example ( #7516 )
2021-12-10 07:06:31 -03:00
marchersimon
ac76c79295
style-guide: mention tldr-lint instead of tldrl ( #7495 )
2021-12-10 07:01:34 -03:00
Ray Voice
4ff6bc0533
cgroups: add page ( #6766 )
2021-12-10 06:57:35 -03:00
Axel Navarro
01dba24512
jadx: add page ( #7491 )
2021-12-09 08:55:28 -03:00
Minmo
42d003d7e1
xset: add page ( #7452 )
2021-12-07 20:48:03 +00:00
Axel Navarro
3548b22322
typeorm: add page ( #7474 )
2021-12-07 20:45:20 +00:00
Reinhart Previano Koentjoro
19302554fb
windows/get-*: add PowerShell-only notice ( #7402 )
2021-12-07 08:20:03 -03:00
endorama
6a48a5a31a
go-install: add page ( #7111 )
2021-12-05 21:41:27 +00:00
CleanMachine1
a7c60a0e91
makepkg: refresh ( #7499 )
2021-12-05 21:31:22 +00:00
258204
6ced4b1e73
resolvectl: add page ( #7484 )
2021-12-05 17:30:39 -03:00
frhcheck24
1ff6ff6637
vim: add German translation ( #7114 )
2021-12-03 15:18:43 -03:00
marchersimon
96d26db465
ftp: add example to connect via IP ( #7502 )
2021-12-02 09:03:21 +05:30
ciph3rz
26ecfa4969
hping3: add page ( #7147 )
2021-12-02 01:56:30 +00:00
Amin Yahyaabadi
1025fec270
vcvarsall: add page ( #7439 )
2021-12-01 08:02:11 -03:00
CleanMachine1
6713d2f2fe
COMMUNITY-ROLES: fix link ( #7500 )
2021-12-01 07:45:05 -03:00
marchersimon
2d03e7f2b9
orca-c: add page ( #7494 )
2021-12-01 07:26:30 -03:00
Tiago Carrondo
db8b2353d5
a2disiste, a2ensite, a2query: add pt_PT translation ( #7424 )
2021-12-01 07:25:46 -03:00
Juwana Zerman
24a226db4e
az-appconfig: add page ( #7095 )
2021-11-30 21:26:54 +00:00
Dale-Muccignat
d7348d3e47
nitrogen: add page ( #7492 )
2021-11-30 21:26:16 +00:00
marchersimon
8e819a17d9
README: add navi project ( #7496 )
2021-11-30 15:48:39 -03:00
Silas Benson
9bc80d1d42
poetry: add `add --dev` example ( #7497 )
2021-11-30 19:42:11 +05:30
Silas Ruffner
42bc8da4c8
[: add German translation ( #7486 )
2021-11-29 09:21:58 -03:00
Axel Navarro
2927f73cc0
btrfs-version: add page ( #7456 )
2021-11-29 11:44:10 +05:30
CleanMachine1
43fc0843c6
apt-moo: add page ( #7483 )
2021-11-29 09:51:47 +05:30
kyteinsky
d3e2dc900c
ytfzf: add page ( #7458 )
2021-11-28 14:35:05 +00:00
marchersimon
cc61950686
i3-scrot: add page ( #7400 )
2021-11-28 14:33:22 +00:00
Emanuele Rocca
3d5e9fe475
autopkgtest: add page ( #7220 )
2021-11-28 13:57:09 +01:00
Juri Hahn
b6ba27a9ae
rails: add German translation ( #7236 )
2021-11-28 13:54:57 +01:00
Amin Yahyaabadi
5741d4dcf6
vswhere: add page ( #7436 )
2021-11-28 12:10:53 +00:00
CleanMachine1
32b262e7d5
p10k: add page ( #7461 )
2021-11-27 14:51:31 +08:00
indigane
9c8a7b6685
date: add set date ( #7019 )
2021-11-26 18:15:53 -03:00
marchersimon
372cc4144b
install-tl: add page ( #7434 )
2021-11-26 18:14:16 -03:00
Sailesh Shrestha
61c0ac06d8
sdcv, visudo: add link and --version example ( #7207 )
2021-11-25 21:32:48 +00:00
rozie
7fed8f6837
wajig: add page ( #7015 )
2021-11-25 21:01:57 +00:00
Emily Grace Seville
b3cd39d9b6
fish: update page ( #7415 )
...
* fish tldr clean-up:
- short options preferred over long ones
- page made more consistent with elvish page (check my PR)
- commands reordered: interactive commands, non-interactive commands
- set command example removed because it is example of Fish language but not of fish command
* Update md to be consistent with #7416 issue:
* Simplify version print command description
* Use long options
* --no-execute change: it is assumed that script is not executed by default after syntax check
* Return set -Ux example
* set builtin description fix
2021-11-25 20:46:27 +00:00
hellojukay
7c8d1d5aa2
ocaml: add example to run script with modules ( #7478 )
2021-11-25 16:50:05 +05:30
Axel Navarro
ebaecf2765
git-switch: fix container folder ( #7476 )
2021-11-24 14:23:23 -03:00
Axel Navarro
37d7bbe950
labeler.yml: use alias tag v0 ( #7472 )
2021-11-24 13:09:40 -03:00
Reinhart Previano Koentjoro
ab12095933
MAINTAINERS: add @reinhart1010 to collaborators ( #7477 )
2021-11-24 07:27:41 +01:00
Asurada
dcdc917d1e
git-log: add Chinese translation ( #7465 )
2021-11-23 20:07:19 +08:00
Asurada
099551735a
get-filehash: add Chinese translation ( #7463 )
2021-11-23 15:23:35 +08:00
Asurada
e8c41c1e42
git-config: add Chinese translation ( #7464 )
2021-11-23 15:15:03 +08:00
Asurada
bf4f57abb7
Update scoop.md ( #7466 )
2021-11-23 15:06:49 +08:00
Asurada
1bcbdd1fa4
Create git-switch.md ( #7467 )
2021-11-23 15:04:59 +08:00
funwaa
1c448d3056
mt: add page ( #7273 )
2021-11-22 23:54:37 -03:00
Managor
7a17f0cdcf
pw-loopback: refresh ( #7304 )
2021-11-23 02:48:50 +00:00
Giorgi Beriashvili
2a1106e964
viu: add page ( #7295 )
2021-11-22 22:34:06 -03:00
Emily Grace Seville
e33298ff75
cmd: update page ( #7417 )
2021-11-22 14:37:32 -03:00
Emily Grace Seville
a22424ffdd
getopt: use long argument for --options
2021-11-22 20:34:35 +05:30
endorama
b39cdcc602
wdctl: add page ( #7112 )
2021-11-22 09:50:44 -03:00
ciph3rz
da2545ca54
smbmap: add page ( #7053 )
2021-11-21 12:19:35 +01:00
Axel Navarro
0659e80101
tooling: add PR labeler ( #7460 )
...
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2021-11-20 23:02:52 -03:00
Asurada
6ccf43e391
git-remote: add Chinese translation ( #7459 )
2021-11-20 09:27:39 -03:00
Muhammad Falak R Wani
bee87ee2b5
networkquality: add page ( #7444 )
2021-11-20 09:26:17 -03:00
Mirinda
8565d3667f
diff3: add Chinese translation ( #7457 )
2021-11-19 21:33:21 +08:00
Pierre Rudloff
3d4465a5d6
sslscan: add page ( #7451 )
2021-11-18 10:45:32 -03:00
Mario Gordon
539d226996
systemctl: add Spanish translation ( #7312 )
2021-11-18 07:34:14 -03:00
Managor
e1c71fcfb8
locale: add page ( #7328 )
2021-11-17 18:49:19 -03:00
Muhammad Falak R Wani
0bbe0c1310
CONTRIBUTING: clarify guideline for new PRs ( #7450 )
2021-11-17 23:45:16 +05:30
Elkana Bardugo
0aa0fe55cd
masscan: correct typo in hypen ( #7446 )
2021-11-17 18:53:43 +01:00
CleanMachine1
1b49bcf20a
micro: add save command ( #7437 )
2021-11-17 20:16:04 +05:30
Saksham Mittal
b9cdffea93
ia: add page ( #7349 )
2021-11-16 07:42:12 -03:00
marchersimon
ef40c80fc6
i3status: add page ( #7398 )
2021-11-16 07:40:24 -03:00
Kolja Markwardt
3ae58b9d20
git-rebase: add German translation ( #7149 )
2021-11-16 07:17:10 -03:00
Michał Gąsior
7f0b233ea1
ykinfo, ykman: add page ( #6870 )
2021-11-16 07:15:45 -03:00
Emily Grace Seville
2cda6e81cb
swipl: add page ( #7433 )
2021-11-15 21:12:08 +01:00
Emily Grace Seville
bfb88a35e1
pkg: add page ( #7432 )
2021-11-15 21:10:34 +01:00
meowmeowcat
a36f8550d8
osx/s*: add link ( #7428 )
2021-11-14 20:45:59 +01:00
Emily Grace Seville
2fffd9d6a1
tcsh: add page ( #7421 )
2021-11-14 20:35:13 +01:00
Anthony Saldana Valle
6c600e3df5
wl-paste: add page, wl-copy: update link ( #7123 )
2021-11-14 20:21:15 +01:00
Emily Grace Seville
0dfceab76b
pabcnetcclear: add page ( #7412 )
2021-11-14 20:10:47 +01:00
MDecker-MobileComputing
6f17a1d087
dphys-swapfile: add page ( #7386 )
2021-11-14 01:32:00 +00:00
marchersimon
c5b52b9b8c
blurlock: add page, i3lock: refresh ( #7399 )
2021-11-14 01:28:51 +00:00
meowmeowcat
b8877dbc81
pyenv: add Chinese translation ( #7427 )
2021-11-13 15:13:21 -03:00
meowmeowcat
07aca8e564
babel: update Chinese translation ( #7426 )
2021-11-13 15:11:45 -03:00
meowmeowcat
1f1071c77c
shutdown: update Chinese translation ( #7430 )
2021-11-13 15:08:10 -03:00
meowmeowcat
455f529c1d
istats: add Chinese translation ( #7425 )
2021-11-13 15:07:00 -03:00
meowmeowcat
9aedf12340
mas: add Chinese translation ( #7429 )
2021-11-13 15:06:18 -03:00
psyashes
93a23576ca
terraform-plan: add page ( #7406 )
2021-11-13 14:58:34 -03:00
Emily Grace Seville
9fe3dbfe40
csh: add page ( #7420 )
2021-11-13 17:01:08 +01:00
Emily Grace Seville
c7aee51bd2
elvish: add page ( #7409 )
2021-11-13 16:35:01 +01:00
marchersimon
ec9b5d98c6
trash: refresh ( #7388 )
2021-11-12 19:37:45 +00:00
marchersimon
25274894de
i3exit: add page ( #7401 )
2021-11-11 21:57:18 +00:00
marchersimon
5c59ac9dfd
gh-issue-create: fix file name ( #7407 )
2021-11-11 19:47:00 +08:00
Arijit Basu
716baabf3b
xplr: add more options to open paths ( #7405 )
2021-11-11 09:40:30 +01:00
Axel Navarro
0b6d4b21bc
mozillavpn: add page ( #7394 )
2021-11-11 10:08:14 +05:30
marchersimon
a77ff935a4
bluetoothctl: add power and help examples ( #7387 )
2021-11-10 22:42:48 +00:00
Ziyan "Jerry" Chen
1eb7603197
lsof: edit -iTCP example with -i6TCP, -n and -P ( #7153 )
2021-11-10 21:45:45 +00:00
Ray Voice
7618fef666
git: add more subcommand examples ( #6763 )
2021-11-10 20:50:18 +01:00
Janek
d3420e2dd1
fsck: use partition instead of drive in examples ( #7397 )
2021-11-10 07:15:57 -03:00
Matteo Briani
42c9fb0eb7
strip: add page ( #7378 )
2021-11-10 05:57:28 -03:00
Reinhart Previano Koentjoro
87e3e877fa
install: use long arguments format ( #7403 )
2021-11-10 05:51:46 -03:00
Axel Navarro
1805d780f2
http-server-upload: add page ( #7201 )
2021-11-09 19:35:35 +01:00
Axel Navarro
1d0a5e9c0b
swc: add page ( #7396 )
2021-11-09 12:40:40 +00:00
Axel Navarro
9cdd92e3c3
http-server: add page ( #7200 )
2021-11-09 10:59:11 +01:00
Emanuele Rocca
6ec0551a52
gbp: add page ( #7216 )
2021-11-09 10:46:21 +01:00
Ein Verne
0ebe83735f
pveperf: add page ( #7212 )
2021-11-09 04:54:28 -03:00
Ray Voice
30e7368b30
cgcreate: add page ( #6768 )
2021-11-09 04:53:58 -03:00
marchersimon
69267420f7
wc: refresh ( #7391 )
2021-11-09 15:48:09 +08:00
Pratik Singh
8d3b6b40cc
README: remove list of clients ( #7381 )
2021-11-08 23:14:38 +01:00
Robson Cruz
9ffb83f4b4
git-sed: add page ( #7356 )
2021-11-08 21:59:14 +01:00
Ein Verne
49265db659
vzdump: add page ( #7125 )
2021-11-08 21:55:24 +01:00
Tiago Carrondo
aa43d9818b
a2dismod, a2enmod: add pt_PT translation ( #7177 )
2021-11-08 20:00:14 +00:00
Tiago Carrondo
d2412ea507
a2disconf, a2enconf: add pt_PT translation ( #7175 )
2021-11-08 19:58:27 +00:00
marchersimon
8793761d55
xrandr: remove duplicate example ( #7389 )
2021-11-08 22:18:32 +05:30
Robson Cruz
7030c61786
git-squash: add page ( #7361 )
2021-11-08 09:00:12 -03:00
lincc
d51f4893e9
*: sync alias pages in translations ( #6846 )
2021-11-08 08:55:15 -03:00
Axel Navarro
d57f3463ce
protonvpn-cli-connect: fix typo in example ( #7395 )
2021-11-08 11:03:59 +01:00
Arisa Snowbell
b25dda6d98
shiny-mirrors: add page ( #7393 )
2021-11-08 10:59:18 +01:00
Ein Verne
5ea1694723
pve-firewall: add page ( #7213 )
2021-11-08 09:46:58 +01:00
Managor
7a917bda00
pactree: add page ( #7326 )
2021-11-07 22:25:43 -03:00
Sherman Hui
b2d6839fd9
aws-ses: add page ( #7136 )
2021-11-07 18:06:37 -03:00
Managor
f00f1ac7b6
set: add -e example ( #7090 )
2021-11-07 18:04:05 -03:00
Andy Li
c308f2bca2
curl: add traditional Chinese translation ( #7289 )
2021-11-07 17:59:37 -03:00
Ein Verne
35065c3889
pvecm: add page ( #7214 )
2021-11-07 17:50:11 -03:00
Adam Matan
c10ebac537
pylint: add page ( #7385 )
2021-11-07 17:45:39 -03:00
marchersimon
34bc4af530
tail: fix wording ( #7390 )
2021-11-07 16:00:19 -03:00
dz-at-tc
6dd3ca7cd8
fossil-delete, fossil-forget, fossil-rm: add page ( #7115 )
2021-11-07 15:58:30 -03:00
Locour
9f8edc9891
nx: add page ( #7224 )
2021-11-07 15:48:43 -03:00
liv
81a0b019c9
notify-send: Add `--app-name` to example ( #7384 )
2021-11-07 18:25:35 +01:00
Darío Hereñú
fc4148f4f2
subcommand-mention: add pt_PT translation ( #7242 )
2021-11-07 18:04:20 +01:00
MDecker-MobileComputing
90be54b197
mp3info: add page ( #7235 )
2021-11-07 17:16:10 +01:00
Allen Guan
3601480230
style-guide.zh: refresh ( #7141 )
2021-11-07 15:06:48 +01:00
Noah
4042138a51
pip: synchronize long options, formatting and add --user example ( #6605 )
2021-11-07 14:25:16 +01:00
dz-at-tc
15f99db390
fossil-add: add page ( #7108 )
2021-11-07 13:43:15 +01:00
qontinuum-dev
0926e0fb59
pacman-*: add French translation ( #7054 )
2021-11-07 13:35:24 +01:00
Shadab Zafar
2860c80196
rsync: fix --delete doc ( #7379 )
2021-11-07 12:27:01 +00:00
Krzysztof Bociurko
78b19eebc3
[, test: add Polish translation ( #7354 )
2021-11-07 00:57:43 +00:00
Robson Cruz
e110428da7
git-sync: add page ( #7357 )
2021-11-07 00:31:12 +00:00
Christian Wenz
bf67702804
dolt-clone: add page ( #7237 )
2021-11-06 18:11:58 -03:00
Mat
a60f1f9fae
lxc-network, lxc-profile: add page ( #7280 )
2021-11-06 22:08:05 +01:00
Spicyyboi
3c3d11345a
head, tail: add German translation ( #7301 )
2021-11-06 18:07:16 -03:00
Pranav Mittal
f56c836fbe
time: add page ( #7140 )
2021-11-06 18:04:19 -03:00
Benedek Szilvasy
8287fc6677
wasm-objdump, wasm-opt, wasm2c, wasm2wat: add link ( #7269 )
2021-11-06 21:52:43 +01:00
Arun Isaac
86d6159b39
translation-templates: add Tamil translation ( #7367 )
2021-11-06 17:44:06 -03:00
Arun Isaac
029652c782
*sum: add Tamil translation ( #7350 )
2021-11-06 17:42:26 -03:00
Sailesh Shrestha
ce9834c29b
set-more-info-link.py, translation-templates/*: add Nepali translation ( #7228 )
2021-11-06 17:41:18 -03:00
Robson Cruz
a453e2675b
git-changelog: add page ( #7359 )
2021-11-06 17:39:09 -03:00
Michael Schwarz
b8dc065280
add-apt-repository: improve --enable-source example description ( #7203 )
2021-11-06 21:37:20 +01:00
Alejandro Bezdjian
60bc47a5fb
docker-run: add --entrypoint and --network examples ( #7208 )
2021-11-06 21:18:08 +01:00
Muhammad Falak R Wani
06cddcfcbe
rpmspec: add --querytags example ( #7209 )
2021-11-06 12:27:28 +01:00
qontinuum-dev
bfb791c43a
apk: add French translation ( #7047 )
2021-11-05 08:27:18 +01:00
Managor
2bb4916d83
localectl: add page ( #7272 )
2021-11-05 08:11:29 +01:00
Sumindar
f7f2a5be3f
README: fix grammar ( #7353 )
2021-11-05 08:09:28 +01:00
Axel Navarro
d0c13382a8
fprintd-verify: add page ( #7178 )
2021-11-05 00:04:19 +00:00
Richard Mörbitz
15c9047cb8
iptables, nft: add masquerade example ( #6979 )
2021-11-04 23:36:44 +00:00
Tomasz Janiszewski
a51f7f6ce1
curl: add --fail in example ( #6630 )
2021-11-04 23:35:40 +00:00
Noemi
b8fad939d5
zathura: add Italian translation ( #7222 )
2021-11-04 21:26:41 +01:00
Tan A
664ac4843b
am: add Turkish translation ( #7187 )
2021-11-04 17:10:03 -03:00
Aldrin Jenson
b018f1d7b7
thunar: add Malayalam translation ( #7138 )
2021-11-04 21:02:45 +01:00
Rúben Silva
835c489a19
scutil, screencapture, systemsetup, ..: add pt_PT translation ( #7088 )
2021-11-04 20:33:02 +01:00
Reinhart Previano Koentjoro
e92ec4e407
[: add Indonesian translation ( #7086 )
2021-11-04 20:32:08 +01:00
ciph3rz
86f9e45fc4
cryptcat: add page ( #7226 )
2021-11-04 16:51:13 +01:00
Axel Navarro
272bcfe708
fprintd-delete: add page ( #7182 )
2021-11-04 18:32:30 +05:30
Krzysztof Bociurko
8fa4693fba
w, wc: add Polish translation ( #7327 )
2021-11-04 11:06:14 +01:00
Tanishka Vaswani
3a10556f49
banner: add Hindi translation ( #7282 )
2021-11-04 10:26:30 +01:00
Neluji
7c4f886e14
cmake: add French translation ( #7286 )
2021-11-04 10:11:56 +01:00
André Viana
924846af6e
jupyter: add pt_BR translation ( #7285 )
2021-11-04 10:10:30 +01:00
Sarah Haïm-Lubczanski
dd56915581
stat: add more information link ( #7302 )
2021-11-04 16:33:31 +08:00
Giorgio Lasala
833872c8e9
az-pipelines: add page ( #7186 )
2021-11-04 08:19:26 +01:00
Sarah Haïm-Lubczanski
e4631681db
shc: add more information link ( #7372 )
2021-11-04 10:29:14 +05:30
CleanMachine1
703cdd1634
omz: add page ( #7374 )
2021-11-04 01:31:32 +00:00
Managor
9eec4a591a
steam: add console open command ( #7329 )
2021-11-03 20:32:04 +01:00
meowmeowcat
1e75baed72
osx/m*: add more information link ( #7371 )
2021-11-03 14:09:46 -03:00
Krzysztof Bociurko
a9bfab7dc2
windows/msg, windows/print, windows/ver: add Polish translation ( #7317 )
2021-11-03 17:47:35 +01:00
Triad
c5d01d70f5
pulseaudio: add Italian translation ( #7351 )
2021-11-03 17:15:53 +01:00
Krzysztof Bociurko
d9b3a026d9
tldr-lint, tldrl: add Polish translations ( #7355 )
2021-11-03 17:14:38 +01:00
Tan A
4f3bc34a94
cp: add Turkish translation ( #7362 )
2021-11-03 17:13:34 +01:00
Tan A
0294cc9ea7
trash: add Turkish translation ( #7363 )
2021-11-03 17:11:39 +01:00
Axel Navarro
d9157ae2cc
gh-codespace: add page ( #7239 )
2021-11-03 17:08:29 +01:00
Axel Navarro
e276e62adf
alias-pages: fix Polish translation ( #7370 )
2021-11-03 16:39:13 +01:00
Bartłomiej Małańczuk
5a6c1cdea4
common-argumens: add Polish translation ( #7377 )
2021-11-03 16:29:24 +01:00
S-Espinet
c75bb8d765
export: add German translation ( #7341 )
2021-11-03 10:38:09 -03:00
Bartłomiej Małańczuk
1aa676d6be
basename: add Polish translation ( #7344 )
2021-11-03 13:15:10 +00:00
Bartłomiej Małańczuk
7cb2a84777
chown: add Polish translation ( #7343 )
2021-11-03 13:14:32 +00:00
meowmeowcat
db9a54cf8a
pmset: update Chinese translation ( #7335 )
2021-11-03 13:14:02 +00:00
meowmeowcat
2c802b772e
sw_vers: update Chinese translation ( #7334 )
2021-11-03 13:13:47 +00:00
meowmeowcat
f1ad82543f
flatpak: Update Chinese translation ( #7332 )
2021-11-03 13:13:30 +00:00
Mario Gordon
5e22b5d56b
service: add Spanish translation ( #7311 )
2021-11-02 19:09:54 -03:00
Mario Gordon
7fb59ee672
ufw: add Spanish translation ( #7313 )
2021-11-02 21:21:42 +00:00
Sarah Haïm-Lubczanski
e11370e25e
phar: add more information link ( #7322 )
2021-11-02 21:11:28 +00:00
Saksham Mittal
58efc90e43
powertop: add more information link ( #7345 )
2021-11-02 17:17:21 +00:00
Quang Tran
77c184b388
zypper: add German translation ( #7352 )
2021-11-02 17:54:22 +01:00
Antoine Amara
c283122c24
python: update deprecated script/file path ( #7185 )
2021-11-02 17:45:07 +01:00
Sarah Haïm-Lubczanski
7df608099c
phpenmod: add more information link ( #7324 )
2021-11-02 17:42:54 +01:00
Sarah Haïm-Lubczanski
ee6cdaaadf
phpdismod: add more information link ( #7323 )
2021-11-02 17:42:31 +01:00
Sarah Haïm-Lubczanski
2044ad9bf2
shopt: add more information link ( #7373 )
2021-11-02 17:38:44 +01:00
Mario Gordon
90271cb5df
vmstat: add Spanish translation ( #7314 )
2021-11-02 17:37:00 +01:00
Mario Gordon
35a7d966a5
cpuid: add Spanish translation ( #7310 )
2021-11-02 17:33:09 +01:00
Enrique Matías Sánchez
ad35712eef
newgrp, pkgadd, tcpkill, xfreerdp: add Spanish translation ( #7278 )
2021-11-02 17:32:50 +01:00
Enrique Matías Sánchez
161ca36a9a
reset, sensible-browser, sensors, ...: add Spanish translation ( #7210 )
2021-11-02 17:32:15 +01:00
Michael Schwarz
381ba1d168
wsl: add German translation ( #7263 )
2021-11-02 12:40:33 -03:00
Sarah Haïm-Lubczanski
547f0a5c1e
shasum: add more information link ( #7321 )
2021-11-02 20:41:41 +05:30
meowmeowcat
b85bc433fb
osascript, xattr, pmset, say, screencapture: add link ( #7368 )
2021-11-02 10:02:04 -03:00
Quang Tran
048bcdd38a
kiwi-ng: add page ( #7264 )
2021-11-02 09:12:24 -03:00
jinsihou19
f300805391
zip: add Chinese translation ( #7277 )
2021-11-02 09:05:23 -03:00
meowmeowcat
7d9911ea6e
unalias: add Chinese translation ( #7369 )
2021-11-02 09:03:10 -03:00
3ncy
c45572ce73
google-chrome, ipcalc, nologin, ...: add German translation ( #7290 )
2021-11-02 10:57:07 +01:00
Bartłomiej Małańczuk
7ea8fd0383
cp: add Polish translation ( #7342 )
2021-11-02 13:12:51 +08:00
meowmeowcat
33d86df068
arch: add Chinese translation ( #7333 )
2021-11-02 13:08:24 +08:00
Tiago Carrondo
f867507440
apt: add pt_PT translation ( #7159 )
2021-11-01 23:48:45 +00:00
Muhammad Falak R Wani
a6008f8e8b
qemu-img: specify format flag ( #7204 )
2021-11-01 22:47:51 +00:00
Ryan Lahfa
4cda2b182c
nixos-option: add page ( #7166 )
2021-11-01 22:47:06 +00:00
Bartłomiej Tota
e4a8b992d1
rtl_sdr: add page ( #7029 )
2021-11-01 22:35:50 +00:00
Mat
54803a0023
handbrakecli: Add commands to rip DVD; update options to long form ( #7279 )
2021-11-01 22:35:21 +00:00
Anay Nayak
5c5042a6c4
textql: add page ( #7154 )
2021-11-01 22:32:54 +00:00
Axel Navarro
782e90e596
set-more-info-link: fix Turkish translation ( #7227 )
2021-11-01 22:31:50 +00:00
Axel Navarro
d3032663b1
fprintd-enroll: add page ( #7181 )
2021-11-01 22:24:44 +00:00
Axel Navarro
434fb08670
fprintd-list: add page ( #7179 )
2021-11-01 22:23:15 +00:00
Janek
ebbcb51de0
ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE: refresh ( #6556 )
2021-11-01 22:21:23 +00:00
Jan Hensel
678d79f577
clang-tidy: add page ( #7232 )
2021-11-01 21:00:55 +01:00
André Viana
f68899afa6
emacs: add pt_BR translation ( #7297 )
2021-11-01 20:56:57 +01:00
Sailesh Shrestha
f01194f8ba
bg: add Nepali translation ( #7309 )
2021-11-01 20:55:06 +01:00
Michael Schwarz
e25a05eaf7
color: add German translation ( #7298 )
2021-11-01 20:36:52 +01:00
Arun Isaac
c087c6e253
set-more-info-link.py: improve Tamil translation ( #7366 )
2021-11-01 16:29:28 -03:00
Erik Weibust
057a5c52fa
java: add classpath example and update link ( #7358 )
2021-11-01 14:25:32 -03:00
Saksham Mittal
3ae5dd0e39
nmtui: add more information link ( #7348 )
2021-11-01 16:09:20 +01:00
Michael Schwarz
f140aec06d
add-apt-repository: add German translation ( #7202 )
2021-11-01 15:30:41 +01:00
Spicyyboi
f56316e276
xrandr: add German translation ( #7254 )
2021-11-01 15:20:28 +01:00
S-Espinet
211bb41d86
brew-cask: add German translation ( #7331 )
2021-11-01 15:00:57 +01:00
Noemi
4f7794c7a2
todo: add Italian translation ( #7217 )
2021-11-01 18:44:50 +05:30
S-Espinet
8d742da3af
exit: add German translation ( #7340 )
2021-11-01 13:56:08 +01:00
Krzysztof Bociurko
8bfea73604
w, wc, yes: add Polish translation ( #7319 )
2021-11-01 13:42:53 +01:00
André Viana
5bb66ac85b
neofetch: add pt_BR translation ( #7316 )
2021-11-01 13:41:51 +01:00
Saksham Mittal
9a7ed7c6cf
powerprofilesctl: add page ( #7315 )
2021-11-01 13:39:50 +01:00
Triad
5fef26fc10
shutdown: add Italian translation ( #7320 )
2021-11-01 13:38:35 +01:00
Jimi W
0495a129cf
u3d: add page ( #7260 )
2021-11-01 09:07:13 -03:00
S-Espinet
5d3defc122
apropos: fix German translation ( #7339 )
2021-11-01 12:29:45 +01:00
Desc4rtes
afb1557712
diff: add Turkish translation ( #7271 )
...
* date: add Turkish translation
* Delete su.md
* su: add Turkish translation
* diff: add Turkish translation
* Delete date.md
* diff.md: fix typo
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-11-01 14:16:33 +03:00
Bárbara Aliverti
b93b305991
am, bugreport, bugreportz, cmd: add pt_BR translation ( #7058 )
2021-11-01 11:24:47 +01:00
lincc
02b3ecb9d2
common-arguments.md: add zh and zh_TW translation ( #7230 )
2021-11-01 11:23:16 +01:00
CleanMachine1
39d4e183b6
pass: add git command example ( #7300 )
2021-11-01 11:01:06 +05:30
Byju John
5cb227b0c9
zegrep: add page ( #7233 )
2021-11-01 10:59:44 +05:30
Iran Neto
7097110ca0
fc, pwd: add examples ( #7284 )
2021-11-01 10:58:43 +05:30
Saksham Mittal
0b1f5be91d
pkginfo: add more information link ( #7346 )
2021-11-01 10:39:43 +05:30
Lauri
30f46d703e
python: add http.server example ( #7305 )
2021-10-31 02:07:39 -03:00
CleanMachine1
75141f0fff
bluetooth: move to correct directory ( #7296 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-10-30 15:12:17 -10:00
Ryan Lahfa
188702ed68
keyctl: add page ( #7160 )
...
Thanks for your contribution.
2021-10-30 23:45:18 +01:00
Muhammad Falak R Wani
11f811cc99
git-log: clarify date format with example ( #7150 )
2021-10-30 19:02:47 -03:00
JoeStone13
f012ea3e56
ab: add Norwegian translation ( #7291 )
2021-10-30 11:18:39 -03:00
JoeStone13
7407712a52
abduco: add Norwegian translation ( #7292 )
2021-10-30 11:17:28 -03:00
JoeStone13
55e8e61a6f
ack: add Norwegian translation ( #7293 )
2021-10-30 11:16:09 -03:00
JoeStone13
7883ca079c
anbox: add Norwegian translation ( #7294 )
2021-10-30 11:14:42 -03:00
Ein Verne
17c1e31309
qm, qmrestore: add page ( #7157 )
2021-10-30 10:23:13 -03:00
dz-at-tc
c39d4cb29f
plenv: add page ( #7118 )
2021-10-30 10:20:59 -03:00
Raffaele Mignone
1611c5f0a2
bspc, bspwm: add page ( #7215 )
2021-10-30 10:13:44 -03:00
Sailesh Shrestha
cac4d69538
source: add alternative syntax example ( #7283 )
2021-10-30 00:59:48 -03:00
Triad
ce423ade00
iptables: add Italian translation ( #7281 )
2021-10-30 00:39:32 +01:00
ciph3rz
cb559cbad8
chntpw: add page ( #7248 )
2021-10-29 22:30:21 +01:00
Alex Day
4f922202b0
touch: add -d example ( #7274 )
2021-10-29 14:43:29 -03:00
Simon B
510e695f9f
git-symbolic-ref: add page ( #6938 )
2021-10-29 11:01:05 -03:00
Sailesh Shrestha
1c0222ee73
alias, at: add Nepali translation ( #7221 )
2021-10-29 10:57:49 -03:00
Constantine
444e39bfb4
vi, vim: add Ukrainian translation ( #7251 )
2021-10-29 17:36:09 +08:00
Paradact
953ef0ad4b
ln: add Dutch translation ( #7252 )
2021-10-29 17:34:28 +08:00
Desc4rtes
963c940bfd
date: add Turkish translation ( #7266 )
2021-10-29 17:32:32 +08:00
Desc4rtes
99daa782c5
su: add Turkish translation ( #7268 )
2021-10-29 17:31:39 +08:00
Andy Li
847dd74e9b
haxelib: add "install", "uninstall", and "list" examples ( #7288 )
2021-10-29 13:00:16 +05:30
Benedek Szilvasy
a014befa5a
lli: add page ( #7256 )
2021-10-28 23:34:48 -03:00
Simon Dahlbacka
331cfea5fa
helm-install: add page ( #6995 )
2021-10-28 23:32:25 -03:00
kevlu8
f4c9616601
diskpart: add page ( #7091 )
2021-10-28 23:30:50 -03:00
itsAftabAlam
2ffb803871
README.md: add hyperlink to banner ( #7040 )
2021-10-29 01:13:05 +01:00
Paradact
995c5aed06
atom: add Dutch translation ( #7259 )
2021-10-29 00:54:19 +01:00
Paradact
56b2781988
vi, vim: add Dutch translation ( #7255 )
2021-10-29 00:51:11 +01:00
Paradact
1da96c46af
nano: add Dutch translation ( #7257 )
2021-10-29 00:50:13 +01:00
Paradact
52649df0b3
echo: add Dutch translation ( #7258 )
2021-10-29 00:49:57 +01:00
Managor
39c87b0358
ffplay: add page ( #7270 )
...
* ffplay: add page
* backtick
* Update pages/common/ffplay.md
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-10-29 00:49:35 +01:00
Michael Schwarz
d3bb0312a2
ant: add German translation ( #7262 )
2021-10-29 00:47:54 +01:00
kupasout
1c7a8ead84
airmon-ng: add Turkish translation ( #7261 )
2021-10-29 00:47:33 +01:00
Paradact
f28ae01181
musescore, mscore: add Dutch translation ( #7253 )
...
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2021-10-29 00:42:22 +01:00
Michael Schwarz
b6352928ec
wsl: improve --set-version example description ( #7265 )
2021-10-28 09:17:35 -03:00
Poy Chang
57e2f62851
cls, find: add traditional Chinese translation ( #7244 )
2021-10-28 14:31:18 +08:00
Poy Chang
f4c718e2b6
tree: add traditional Chinese translation ( #7245 )
2021-10-28 14:30:26 +08:00
Vinh Quang Tran
25e5500195
v4l2-ctl: add page ( #7099 )
2021-10-28 00:56:10 -03:00
Desc4rtes
46f2396f37
apt: add Turkish translation ( #7250 )
2021-10-28 00:15:27 -03:00
Axel Navarro
524a86836c
fprintd: add page ( #7180 )
2021-10-28 00:15:01 -03:00
Ryan Lahfa
e13b299134
nixos-container: add page ( #7163 )
2021-10-28 00:09:03 -03:00
Quang Tran
771978fa47
xsltproc: add missing documentation link ( #7267 )
2021-10-28 00:52:22 +01:00
Noemi
a178733e8e
task: add Italian translation ( #7219 )
2021-10-27 20:04:03 +01:00
Enrique Matías Sánchez
1fe678a8cd
fossil-ci, ifdown, megadl, mklost+found, raspinfo: add Spanish translation ( #7238 )
2021-10-27 20:03:20 +01:00
Darío Hereñú
53b7f107a7
archey/es: Fixed name > Homebrew ( #7241 )
2021-10-27 20:01:49 +01:00
S. Espinet
5d7bf07594
apropos: add German translation
2021-10-27 20:01:20 +01:00
Neluji
bb2a86359e
Change to imperative voice
2021-10-27 20:00:12 +01:00
Neluji
65264bc826
shells (bash, dash, fish, ksh, sh, zsh & histexpand): add French translation
2021-10-27 20:00:12 +01:00
uh-zz
eb0a1aebd4
asdf, bat: fixed placeholder to Japanese
2021-10-27 19:58:20 +01:00
uh-zz
9cb56ad348
bat: add Japanese translation
2021-10-27 19:58:20 +01:00
uh-zz
315c66879b
asdf: add Japanese translation
2021-10-27 19:58:20 +01:00
Levi Rizki Saputra
4d7c4499bf
explorer, scoop, scoop-bucket: add Indonesian translation ( #7103 )
2021-10-27 15:55:04 -03:00
larissa maruyama
3b51e3be21
Update pages.pt_BR/common/wget.md
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-10-27 19:54:36 +01:00
larissa maruyama
befb0b82ab
Update wget.md
2021-10-27 19:54:36 +01:00
snorlara
b371972d69
wget: add pt_BR translation
2021-10-27 19:54:36 +01:00
tof4
59fa8a8228
dotnet-build, dotnet-restore, dotnet-publish, dotnet-ef: fixed commands arguments translation
2021-10-27 19:53:52 +01:00
tof4
b487c3e217
dotnet-restore: polish translation
2021-10-27 19:53:52 +01:00
tof4
0bd4b57ea3
dotnet-publish: polish translation
2021-10-27 19:53:52 +01:00
tof4
9203d55301
dotnet-ef: polish translation
2021-10-27 19:53:52 +01:00
tof4
60ea275f18
dotnet-build: polish translation
2021-10-27 19:53:52 +01:00
Francesco Franchina
e1ef02a1fd
black: making the description more consistent with other commands
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-10-27 19:53:22 +01:00
Francesco Franchina
20035f807a
black, flake8, poetry: add Italian translation
2021-10-27 19:53:22 +01:00
Francesco Franchina
c9ed598532
python, python3: add Italian translation
2021-10-27 19:53:22 +01:00
Francesco Franchina
5fed7f9bc7
black, python: improved clarity of some statements
2021-10-27 19:53:22 +01:00
Javlon
90d0ec0491
am, bugreport, bugreportz, cmd, dalvikvm, dumpsys: add Uzbek language ( #7041 )
2021-10-27 19:51:55 +01:00
qontinuum-dev
9aeda55ed8
translation-templates/common-arguments: add french translations ( #7046 )
2021-10-27 19:49:55 +01:00
Gustavo Cavalieri Fernandes
7e54b2b165
a2dissite, a2enconf, a2enmod, a2ensite, a2query: add pt_BR translation ( #7052 )
2021-10-27 19:48:56 +01:00
ferrvic
6d2199a928
coredumpctl: add Spanish translation ( #7129 )
2021-10-27 19:45:41 +01:00
Aldrin Jenson
2bd76bee28
sleep: add Malayalam translation ( #7139 )
2021-10-27 19:45:19 +01:00
Ketil Moland Olsen
5278333486
bg: add Norwegian translation ( #7142 )
2021-10-27 19:44:37 +01:00
Enrique Matías Sánchez
24a1648ff5
ncal: Add Spanish translation ( #7155 )
2021-10-27 19:44:14 +01:00
Enrique Matías Sánchez
9ca90c3b9a
i7z: add Spanish translation ( #7156 )
2021-10-27 19:43:43 +01:00
alexsantee
6be184cfe2
chown: add pt_BR translation ( #7162 )
2021-10-27 19:42:10 +01:00
Alireza
876462ed9b
where: add Persian translation ( #7165 )
2021-10-27 19:41:49 +01:00
alexsantee
37494e6177
chromium: add pt_BR translation ( #7167 )
2021-10-27 19:40:58 +01:00
alexsantee
ddb5e2155c
base32: add pt_BR translation ( #7168 )
2021-10-27 19:40:41 +01:00
alexsantee
7093cf6676
awk: add pt_BR translation ( #7169 )
2021-10-27 19:39:12 +01:00
Thiago Daniel Cagnoni de Pauli
5ee4383343
calendar: add pt_BR translation ( #7170 )
2021-10-27 19:38:45 +01:00
erlendmoland
d974303e2e
cat: add Norwegian translation ( #7172 )
2021-10-27 19:38:18 +01:00
Ketil Moland Olsen
cfb339a2d5
env: add Norwegian translation ( #7173 )
2021-10-27 19:38:07 +01:00
Thiago Daniel Cagnoni de Pauli
c5c7a9ec9e
date, diff, pip, pip3: add pt_BR translation ( #7176 )
2021-10-27 19:37:10 +01:00
ferrvic
fcf390d106
dmidecode: add Spanish translation ( #7195 )
2021-10-27 19:35:38 +01:00
Tan A
70f44e1101
add input.md to tr ( #7188 )
2021-10-27 19:34:29 +01:00
aurum77
cd38b90e3b
xrandr: add Turkish translation ( #7191 )
2021-10-27 19:34:09 +01:00
Reinhart Previano Koentjoro
fefc34e5d4
warp-cli, warp-diag: add Indonesian translation ( #7192 )
2021-10-27 19:33:36 +01:00
Sherman Hui
8b531c09bb
CONTRIBUTING, git-terminal: explain common contrib issues ( #7107 )
2021-10-27 14:51:53 -03:00
Richard Mörbitz
dfa9eebe1c
todo: merge page with examples from #7105 ( #7231 )
2021-10-27 18:47:29 +01:00
Howard Yun
aab0a794ac
wsl-open: add page ( #7007 )
2021-10-27 08:51:30 -03:00
Poy Chang
fc43ff3542
exit: add traditional Chinese translation ( #7246 )
2021-10-27 18:33:47 +08:00
Poy Chang
e1707b84b0
mkdir: add traditional Chinese translation ( #7247 )
2021-10-27 18:33:14 +08:00
Emanuele Rocca
5890df3641
perf: add link and -p example ( #7229 )
2021-10-26 08:19:43 -03:00
4n7hem
ae3c1b294e
python: add pt_BR translation ( #7143 )
2021-10-26 16:17:56 +08:00
qontinuum-dev
69ff2f254c
cmus: add French translation ( #7048 )
2021-10-26 15:55:03 +08:00
Lauri
41bcf9610f
php: add --rf example ( #7104 )
2021-10-26 15:45:10 +08:00
Poy Chang
1c2dc4bbc8
cmd: add traditional Chinese translation ( #7081 )
2021-10-26 15:42:13 +08:00
jinsihou19
807a6d07c5
ab: update Chinese translation ( #7148 )
2021-10-26 15:41:07 +08:00
Jonta
4bae21a35b
alien: fix typo in command description ( #7110 )
2021-10-26 00:34:45 -03:00
Pedro Zaroni
c522e9574a
git-tag: add pt_BR translation ( #7197 )
2021-10-26 00:10:33 -03:00
Niklas
bf5c13a00d
yank, yaourt: add more information link ( #7049 )
2021-10-25 23:26:19 -03:00
Raffaele Mignone
d27c18c592
gocryptfs: add Italian translation ( #6993 )
2021-10-26 00:31:03 +01:00
newtant
5ee7f8e16b
megadl: add page ( #6600 )
2021-10-26 00:27:52 +01:00
larissa maruyama
312608d95a
dig: add pt_BR translation ( #7025 )
2021-10-25 23:35:39 +02:00
Francesco Franchina
61b7666a76
direnv: clarification in the examples and Italian translation ( #7001 )
2021-10-25 23:18:28 +02:00
Henrique Tsuyoshi Yara
41cebf70a0
xwinwrap: add pt_BR translation ( #7008 )
2021-10-25 23:16:32 +02:00
Copolycube
3166ca68a5
login: add French translation ( #7002 )
2021-10-25 23:15:27 +02:00
kyteinsky
9dc2d0cd86
btrfs-rescue: add page ( #6963 )
2021-10-25 23:14:30 +02:00
Axel Navarro
287e7fefb4
todoman: add page
2021-10-25 22:53:08 +02:00
Axel Navarro
b956948b6f
todo: fix page name
2021-10-25 22:53:08 +02:00
Abd El-Twab M. Fakhry
ac6515451b
newsboat: add Arabic translation ( #7117 )
2021-10-25 20:03:23 +02:00
Abd El-Twab M. Fakhry
5a57e41044
newsboat: add -x example ( #7116 )
2021-10-25 20:02:58 +02:00
Emanuele Rocca
1e44908607
debootstrap: add --variant example ( #7223 )
2021-10-25 13:41:00 -03:00
Byju John
1aac1576f9
bzfgrep: add page ( #7211 )
2021-10-25 20:51:44 +05:30
MDecker-MobileComputing
5fec820783
joe: add page ( #7198 )
2021-10-25 09:00:45 -03:00
Byju John
26f7a9ca44
bzegrep: add page ( #7199 )
2021-10-25 11:00:50 +05:30
marchersimon
c9b5344150
pacman: add sudo and use long options ( #7132 )
2021-10-24 23:10:33 -03:00
Lahfa Samy
13684a83be
xfreerdp: add page ( #7190 )
2021-10-24 20:16:19 -03:00
Enrique Matías Sánchez
854bcfbcf9
snake4scores, ubuntu-bug, vipw: add Spanish translation ( #7183 )
2021-10-24 20:16:01 -03:00
Andrew Mildahl
f0947a54b6
bzgrep: add page ( #7145 )
2021-10-24 23:08:51 +02:00
Raffaele Mignone
a15cf720e9
todoman: add page ( #6994 )
2021-10-24 21:05:11 +02:00
Raynaldo Sutisna
8f3b2e9f45
date: add Indonesian translation ( #7121 )
2021-10-24 09:35:03 -03:00
Raynaldo Sutisna
6216b64bf0
cal: add Indonesian translation ( #7122 )
2021-10-24 13:30:47 +01:00
Raynaldo Sutisna
c75b8d6b0e
pbpaste: add Indonesian translation ( #7120 )
2021-10-24 13:29:12 +01:00
Enrique Matías Sánchez
e1ebbf3753
ncal: translate boilerplate variables to Spanish ( #7184 )
2021-10-24 13:25:45 +01:00
Byju John
f02fbf07ef
ptargrep: add page ( #7050 )
2021-10-24 09:16:35 -03:00
Nelson Figueroa
be8f21e02f
kubectl-delete: add page ( #7042 )
2021-10-24 13:15:36 +01:00
Antoine Amara
8e56c88b57
pypy: add page ( #7164 )
2021-10-24 13:14:06 +01:00
NoPreserveRoot
9b4ded37e8
get-history: add page ( #7126 )
2021-10-23 23:25:21 -03:00
Nelson Figueroa
c99cc4e254
kubectl-get: add get all example ( #7043 )
2021-10-23 23:20:43 -03:00
Francesco Franchina
f9c01797e7
pyenv, pyenv-virtualenv: add Italian translation ( #6980 )
2021-10-23 16:36:39 -03:00
EgonMarmol
ab32209de8
lb: add Norwegian translation ( #7171 )
2021-10-23 16:32:01 -03:00
Ivo Augusto Wanderley de Paiva
81efe1a8cf
node, cd: add pt_BR translation ( #6992 )
2021-10-23 16:28:29 -03:00
Siddharth Johri
e42670fd52
scp, ssh: add Hindi translation ( #7062 )
2021-10-23 16:27:17 -03:00
Rúben Silva
6c55ab971d
route: add pt_PT translation ( #7065 )
2021-10-23 16:27:08 -03:00
Chanho Lee
6da5089d9d
echo: add Korean translation ( #7045 )
2021-10-23 16:26:57 -03:00
Ryan Lahfa
0106a44195
systemd-analyze: add security example, generalize scope of the tool, add link to manual page ( #7161 )
2021-10-23 20:16:31 +01:00
Noemi
7906944e89
jrnl: add Italian translation ( #7016 )
2021-10-23 16:09:03 -03:00
4n7hem
d834503743
firefox: add pt_BR translation ( #7144 )
2021-10-23 16:08:41 -03:00
CleanMachine1
3c36cfe48d
git-unlock: add page ( #7035 )
2021-10-23 15:58:00 -03:00
Muhammad Falak R Wani
d83441812f
bpftool: add page ( #7152 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-10-23 19:56:36 +01:00
Sadeed
81dc4a1e80
task, telnet, tldrl, tput, traceroute, transcode, type: add link ( #7038 )
2021-10-23 15:45:06 -03:00
Janek
e9045f60a5
getopt: add page ( #6990 )
2021-10-23 15:36:21 -03:00
Reinhart Previano Koentjoro
ae019ca6fe
warp-cli, warp-diag: add page ( #7087 )
2021-10-23 15:28:58 -03:00
Vinh Quang Tran
0ce559932b
btrfs-inspect-internal: add page ( #6975 )
2021-10-23 15:24:55 -03:00
NoPreserveRoot
e9b5ce3961
get-filehash: add page ( #7127 )
2021-10-23 10:44:35 +05:30
Raynaldo Sutisna
7e1b16edd4
pbcopy: add Indonesian translation ( #7119 )
2021-10-22 22:44:51 +02:00
Daniel
afe2deb899
pages.de/*: fix spelling and grammar ( #7135 )
2021-10-22 12:03:00 -03:00
Taran Vohra
f7734c08a2
mongodump: add --uri example ( #7014 )
2021-10-22 16:59:04 +02:00
Pedro Zaroni
c6e33e93cb
flutter: add pt_BR translation ( #7033 )
2021-10-22 10:56:01 -03:00
lincc
13cd278e3f
dir: add traditional Chinese translation ( #7130 )
2021-10-22 08:10:55 +02:00
marchersimon
bb7bfe571b
line: fix more information link ( #7134 )
2021-10-21 23:46:18 +01:00
marchersimon
254a2f9ae7
lastlog: refresh ( #7133 )
2021-10-21 17:43:38 -03:00
marchersimon
0ddea62ffb
du: fix wrong byte units ( #7131 )
2021-10-21 17:34:54 -03:00
Margu
b37b6755b8
logwatch, lastlog, line, logsave, lsmod, lastb, lastcomm, ldconfig, ldd: add German translation ( #6996 )
2021-10-21 19:31:32 +02:00
Bartłomiej Małańczuk
f91465c49a
ack: update polish translation ( #6997 )
2021-10-21 15:55:47 +08:00
dz-at-tc
aa3bb7b0e8
fossil-commit: add page ( #7051 )
2021-10-21 09:38:26 +02:00
Red Headphone
07d3869a83
nodemon: change python example to general example ( #6956 )
2021-10-21 15:28:19 +08:00
Adrian Pop
ddf49b9dce
git-diff-files: add page ( #6896 )
2021-10-21 15:24:00 +08:00
Gil Moskowitz
318ca787e1
eqn, grap, groff, pic, tbl, troff: add page ( #6868 )
2021-10-21 15:17:15 +08:00
CleanMachine1
99afbe2cf3
maintainers-guide: refresh ( #6397 )
2021-10-21 09:16:17 +02:00
jiwooshim
1822def651
alias-pages: add Korean translation ( #7096 )
2021-10-21 09:10:23 +02:00
Axel Navarro
6fddf10ed9
rmmod: add page ( #7106 )
2021-10-20 23:32:47 -03:00
CleanMachine1
7ae3256e55
git-locked: add page ( #7034 )
2021-10-20 23:09:43 +01:00
Juri
e26d7c6659
ipsumdump, ipaggcreate, ipaggmanip: add page ( #6966 )
2021-10-20 18:21:51 -03:00
Brian Choromanski
356e95ce79
pkill: enhance -9 argument explanation ( #7036 )
2021-10-20 22:06:52 +01:00
Furkan
6bd6781609
trivy: add page
2021-10-20 16:05:28 -03:00
Furkan
6a293453e2
rekor-cli: add page
2021-10-20 16:05:28 -03:00
Furkan
fdf906e609
in-toto-sign: add page
2021-10-20 16:05:28 -03:00
Furkan
cf48eaba7f
in-toto-run: add page
2021-10-20 16:05:28 -03:00
Furkan
7a728b395f
in-toto-record: add page
2021-10-20 16:05:28 -03:00
Furkan
e61d22674d
cosign: add page
2021-10-20 16:05:28 -03:00
Sanosuke Kato
c6a07d3ae2
alias: add Japanese translation ( #7056 )
2021-10-21 01:32:50 +08:00
Sanosuke Kato
ddf810f509
unalias: add Japanese translation ( #7057 )
2021-10-21 01:32:13 +08:00
qontinuum-dev
4ea95b2892
find: add French translation ( #7059 )
2021-10-21 01:25:27 +08:00
lincc
0920259600
set-more-info-link.py, translation-templates/*: add bn, sr, uk translation tags ( #7101 )
2021-10-20 14:25:03 -03:00
Govind V Shenoy
39d33cae10
bluetoothctl: add Malayalam translation ( #7060 )
2021-10-21 01:23:49 +08:00
Rafael Julio
c3b2c27dd9
dalvikvm, dumpsys, getprop, input: add pt_BR translation ( #7063 )
2021-10-21 01:16:19 +08:00
Rafael Julio
fb1e0c8558
logcat, pm, settings, wm: add pt_BR translation ( #7064 )
2021-10-21 01:14:36 +08:00
Rúben Silva
c49bae7d83
spotify: added pt_PT translation. ( #7068 )
2021-10-21 01:13:48 +08:00
Richard Mörbitz
5f28be7244
zathura: add German translation ( #7071 )
2021-10-21 01:13:05 +08:00
Rúben Silva
90e8f1d60d
xed, xip: add pt_PT translation ( #7075 )
2021-10-21 01:11:42 +08:00
Richard Mörbitz
8587c5caa6
watch: add German translation ( #7073 )
2021-10-21 01:10:58 +08:00
Reinhart Previano Koentjoro
2062de8bea
common-arguments: add Indonesian translation ( #7089 )
2021-10-20 08:52:26 -03:00
Rafael Julio
e48d44f376
bugreport, bugreportz, fastboot: use links to code search ( #7074 )
2021-10-20 08:50:30 -03:00
Neluji
051d085b7b
tldr: add French translation ( #7020 )
2021-10-20 14:17:41 +08:00
Mario Gordon
8099467cb4
cp: add Spanish translation ( #7082 )
2021-10-20 14:15:18 +08:00
Pierre Rudloff
9a2cfc9e7d
deborphan: add page ( #6921 )
2021-10-19 22:41:28 +01:00
clanec15
dd9e99ed8f
alien: add page ( #7080 )
2021-10-19 17:41:02 -03:00
Sadeed
02441ef2ba
ufraw-batch, ulimit, umask, umount, unalias, unar, unclutter, unrar, unzip: add link ( #7092 )
2021-10-19 17:20:43 -03:00
Brian Choromanski
7f29e1695f
auditd, sftp, time, umount, unzip, w, which, wpa_supplicant: add link ( #7037 )
2021-10-19 17:11:22 -03:00
Reinhart Previano Koentjoro
79591fecf6
cups-config, cupsd, lpinfo: add page ( #6623 )
2021-10-19 13:54:59 -03:00
Neluji
7d92295ce7
ssh-*: add French translation ( #6970 )
2021-10-19 13:33:56 -03:00
Jake Vossen
1ea4484867
cargo-test: add --nocapture example ( #7098 )
2021-10-19 11:47:52 -03:00
Rafael Julio
70a1e161de
adb, adb-install, fastboot: add pt_BR translation ( #7066 )
2021-10-19 08:07:23 -03:00
Antoine Amara
af038c76b2
nohup: add background and output to file examples ( #7085 )
2021-10-19 08:06:42 -03:00
Mario Gordon
32ab0c3c13
cpulimit: add Spanish translation ( #7083 )
2021-10-19 12:52:27 +02:00
Antoine Amara
c4ae77ff68
egrep: add French translation ( #6958 )
2021-10-19 18:00:32 +08:00
Ennio Mara
67dd1fab50
rm: add Swedish translation ( #6981 )
2021-10-19 17:58:44 +08:00
Vitor Cairolli
bbb0fad5d7
sl: add pt_BR translation ( #6985 )
2021-10-19 17:57:33 +08:00
Appledora
421da6253b
snap: add Bengali translation ( #6988 )
2021-10-19 17:56:04 +08:00
Appledora
529589f9f0
apt, cd, cmd, ditto, git-cherry-pick, snoop: add Bengali translation ( #6989 )
2021-10-19 16:25:35 +08:00
larissa maruyama
8d2a262934
chmod: add pt_BR translation ( #7024 )
2021-10-19 16:22:59 +08:00
larissa maruyama
08f4ccad6a
id: add pt_BR translation ( #7026 )
2021-10-19 16:22:27 +08:00
Rúben Silva
07dcece3a4
rename, route: add pt_PT translation ( #7067 )
2021-10-19 16:20:24 +08:00
Rúben Silva
5b5eed1917
arch: add pt_PT translation ( #7069 )
2021-10-19 16:19:29 +08:00
trolzen
1c07b17a6c
7z, 7za, 7zr: update list of archive formats ( #7079 )
2021-10-18 18:10:17 -03:00
trolzen
49161f3379
7z*: sync German and Indonesian translation ( #7093 )
2021-10-18 17:46:16 -03:00
krishchopra02
36f62ebbe0
nft: add link ( #7027 )
2021-10-18 09:06:10 -03:00
Anthony Saldana Valle
24670dd69c
wl-copy: add page ( #6753 )
2021-10-18 01:36:11 -03:00
dz-at-tc
60db1b4840
fossil-ci: add page ( #7055 )
2021-10-18 00:22:08 -03:00
Joseph Bane
30ea44a60a
go-tool: add page ( #6998 )
2021-10-17 18:23:03 -03:00
Richard Mörbitz
16046eebe3
zathura: use serial comma in command description ( #7072 )
2021-10-17 17:58:00 -03:00
Howard Yun
2f00e0732e
kotlinc: add page ( #7006 )
2021-10-17 17:01:52 -03:00
pixel
e2e34c5bd1
applecamerad, sntpd: add page ( #7005 )
2021-10-17 17:00:28 -03:00
dz-at-tc
0487555a60
rgrep: add page ( #7021 )
2021-10-17 16:35:05 -03:00
marchersimon
4d8a5b4dab
tlmgr-option: add page ( #6576 )
2021-10-17 13:09:37 -03:00
Felipe-noob
712f84746a
vlc, ffmpeg, cp: add pt_BR translation ( #6608 )
2021-10-17 13:06:25 -03:00
CleanMachine1
9730f4ba6a
git-delta: fix error ( #7044 )
2021-10-17 16:32:39 +01:00
ciph3rz
7c85dd0c7e
masscan: add page ( #6986 )
2021-10-17 11:36:55 -03:00
Steve Robillard
36648e1031
grip: add page ( #6946 )
2021-10-17 10:39:44 -03:00
Chanho Lee
48d9f27176
false: add Korean translation ( #7011 )
2021-10-17 11:49:06 +02:00
Pierre Hoffmeister
7820a52d58
unclutter: add German translation ( #6962 )
2021-10-17 11:19:29 +02:00
Joachim Schwarm
32580f24e6
docker-*: add German translation ( #6833 )
2021-10-17 01:36:30 -03:00
Juri
977d4212d5
meshlabserver, nkf, obs, pax, pdfimages, pinky, pssh, s, sd, sendmail, sftp: add link ( #6971 )
2021-10-17 01:23:56 -03:00
nzdjb
872d359bbd
hexdump: add --no-squeezing example ( #6894 )
2021-10-17 01:21:49 -03:00
Mark Fischer, Jr
0f57987da0
xcowsay: add page ( #6974 )
2021-10-17 00:54:57 -03:00
dz-at-tc
f03a13fa5d
fossil: add page ( #7031 )
2021-10-17 00:52:38 -03:00
Austin
54b16becc0
yay: add German translation ( #7018 )
2021-10-17 03:52:31 +02:00
Juri
bcf9a4ad8e
dirb: add page ( #6960 )
2021-10-17 01:12:21 +01:00
nath1as
b436cd4474
neomutt: add page ( #6905 )
2021-10-17 00:05:28 +01:00
elia migliore
96970ddbef
scalafmt: add page ( #6808 )
2021-10-17 00:01:30 +01:00
Kevin O'Neal
442d31e535
zipinfo: add page ( #6918 )
2021-10-16 23:31:22 +02:00
flyxyz123
d8efc478c7
pidof: fix bug in kill example ( #6953 )
2021-10-16 23:04:47 +02:00
San Baby Francis
c6c382cf67
aspell, kwrite: add Malayalam translation ( #6957 )
2021-10-16 23:03:04 +02:00
ruben-tura
c276911c4d
hello, a2*: add Italian translation ( #6867 )
2021-10-16 22:56:41 +02:00
Axel Navarro
950f166f70
maza: fix command description ( #6873 )
2021-10-15 19:46:03 +02:00
Jeroen Knoops
ed5059dcc0
[: add Dutch translation
2021-10-15 20:52:26 +05:30
Jeroen Knoops
d69a4a2ef7
alias: add Dutch translation
2021-10-15 20:52:26 +05:30
Jeroen Knoops
f5ad666ba8
asciinema: add Dutch translation
2021-10-15 20:52:26 +05:30
Francisco José Moreno Vílchez
c3c7a3b67d
zipgrep: add page ( #7004 )
2021-10-15 10:22:12 -03:00
shreyasm-dev
037a9d3085
xcrun: add page ( #6618 )
2021-10-15 00:08:34 -03:00
Dhruva Kashyap
748db13803
pip-install, pip-uninstall: add page and refresh ( #7003 )
2021-10-15 00:00:38 -03:00
Pierre Hoffmeister
5df7195d37
sleep: add German translation ( #6964 )
2021-10-15 00:00:03 -03:00
San Baby Francis
5f5826f8e9
snap: add Malayalam translation ( #6967 )
2021-10-14 23:09:33 -03:00
nath1as
dd08814141
cbonsai: add page ( #6898 )
2021-10-14 23:37:56 +01:00
Frieder Bluemle
0e6984d78b
mongo, node, nrm: fix typos
2021-10-14 09:28:22 -03:00
Frieder Bluemle
4939d80350
Update tldr-lint to 0.0.13
2021-10-14 09:28:22 -03:00
Ray Voice
677c1af93e
bundler: add page ( #6764 )
2021-10-14 09:26:41 -03:00
Axel Navarro
65b5648f4b
husky: add page ( #6999 )
2021-10-14 12:13:41 +02:00
Anja Elzinger
b87928f6e5
calc, cuyo: add German translation ( #6941 )
2021-10-14 12:11:37 +02:00
Michael Schwarz
23978a3f42
winget: add German translation ( #6943 )
2021-10-14 12:09:58 +02:00
Vinh Quang Tran
af68b27c9c
btrfs-check: add page ( #6959 )
2021-10-14 12:08:24 +02:00
Axel Navarro
513a4f3e82
git-terminal: fix typo ( #6984 )
2021-10-14 12:06:21 +02:00
Anja Elzinger
6c5fe76925
beep: add German translation ( #6939 )
2021-10-14 10:48:22 +02:00
João C Fukuda
992898b2a5
searchsploit: add page ( #6826 )
2021-10-14 00:33:11 -03:00
Daniel
e5f8cd4537
ttyplot: add page ( #6679 )
2021-10-14 00:31:36 -03:00
João C Fukuda
453ca6d4b4
hashid: add page ( #6829 )
2021-10-14 00:27:02 -03:00
marcan2020
50fad57fd1
wg: refresh and add French translation ( #6687 )
2021-10-14 00:24:01 -03:00
marcan2020
afc5e4e55d
identify: add 2 examples ( #6684 )
2021-10-14 00:22:36 -03:00
Nelson Figueroa
96a3bb8dc8
kubectl-rollout: add page ( #6671 )
2021-10-14 00:20:57 -03:00
Nelson Figueroa
726f064705
kubectl-logs: add page ( #6665 )
2021-10-14 00:19:45 -03:00
nav1s
89c1c27ff0
git-lock: add page ( #6756 )
2021-10-14 00:17:49 -03:00
nav1s
93aaa02059
git-coauthor: add page ( #6878 )
2021-10-14 00:14:33 -03:00
meowmeowcat
9f37017d0a
git-rename-branch: add Chinese translation ( #6987 )
2021-10-14 00:13:14 -03:00
Abel
ba2a835251
wc: split osx and common platform ( #6834 )
2021-10-13 14:32:18 -03:00
Locour
9e781d59be
docker-compose: add German translation ( #6978 )
2021-10-13 14:23:45 -03:00
Margu
8b489dff7c
locate: add German translation ( #6991 )
2021-10-13 18:37:44 +02:00
marchersimon
e2611ddd6b
translation-templates/common-arguments: add page ( #6844 )
2021-10-13 13:19:12 -03:00
Axel Navarro
4bee9674ea
docker-commit: add page ( #6976 )
2021-10-13 16:57:11 +01:00
marchersimon
812ebcca53
style-guide: add imperative mood rule ( #6816 )
2021-10-13 17:53:19 +02:00
stefanyramos
ad5757ca68
base64: add pt_BR translation ( #6890 )
2021-10-13 17:49:50 +02:00
Saikat Sengupta
7c3d6a03e8
az-tag: add page ( #6969 )
2021-10-13 11:52:39 -03:00
Ricardo H H Kojo
b3e4eea89c
yay: add pt_BR translation
...
Signed-off-by: Ricardo H H Kojo <ricardo.kojo.dev@gmail.com>
2021-10-13 09:01:46 -03:00
Ricardo H H Kojo
894f68eaf5
yaourt: add pt_BR translation
...
Signed-off-by: Ricardo H H Kojo <ricardo.kojo.dev@gmail.com>
2021-10-13 09:01:46 -03:00
Ricardo H H Kojo
6350b36800
pacman: add pt_BR translation
...
Signed-off-by: Ricardo H H Kojo <ricardo.kojo.dev@gmail.com>
2021-10-13 09:01:46 -03:00
meowmeowcat
84f5ccf90e
dark-mode: add Chinese translation ( #6973 )
2021-10-13 08:54:04 -03:00
nav1s
0a51a8c86c
git-reauthor: add page ( #6651 )
2021-10-13 19:15:53 +08:00
Juri
a8d6782f83
pdf-parser: add page ( #6961 )
2021-10-13 19:14:01 +08:00
Irina
639b2e4e10
*: refresh Russian translation ( #6850 )
2021-10-13 14:26:17 +08:00
Sadeed
6583ef2421
rar, read, renice, rev, roll, route, rsync: add link ( #6929 )
2021-10-13 14:22:50 +08:00
Anirudh Haritas Murali
b47a14a8c4
jmtpfs: add page ( #6935 )
2021-10-13 14:21:20 +08:00
Henrique Tsuyoshi Yara
c0fdcc1586
nth: add pt_BR translation ( #6948 )
2021-10-13 14:19:37 +08:00
Henrique Tsuyoshi Yara
096605b441
binwalk: add pt_BR translation ( #6949 )
2021-10-13 14:18:54 +08:00
xBLACKICEx
5d6b2367aa
wc: add Chinese translation ( #6950 )
2021-10-13 14:16:54 +08:00
meowmeowcat
3d7c73e07e
espanso: add Chinese translation ( #6968 )
2021-10-13 14:16:06 +08:00
Ray Voice
a8615b3e0b
cgexec: add page ( #6767 )
2021-10-12 21:28:17 +01:00
Muhammad Falak R Wani
a0a0d6c3fb
zellij: add page ( #6857 )
2021-10-12 21:25:37 +01:00
Pierre Rudloff
a25d38a97a
semver: add page ( #6936 )
2021-10-12 17:34:18 +01:00
Benedek Szilvasy
aaed3c64af
raco: add page ( #6955 )
2021-10-12 17:32:47 +01:00
Winston (Winny) Weinert
d89c97f0e1
racket: add page ( #6880 )
2021-10-12 09:17:26 -03:00
Anja Elzinger
43be7fdf98
cal: add German translation ( #6942 )
2021-10-12 09:15:28 -03:00
Ein Verne
8ea6aab9ef
duplicacy: add page ( #6598 )
2021-10-12 09:03:19 -03:00
MeerBiene
fb5e4b8305
linux/a*, cp: add German translation ( #6777 )
2021-10-12 09:01:48 -03:00
Joshua Shanks
92558e2eb0
go-run: add package example and fix link ( #6827 )
2021-10-12 11:25:38 +02:00
Syafa Adena
a0fea7e1cb
tree: add Indonesian translation ( #6855 )
2021-10-12 11:24:00 +02:00
Gabriel Rodrigues
62be7935aa
dust, rustc: add pt_BR translation ( #6848 )
2021-10-12 08:54:27 +02:00
Sebastian Staudt
9cec233eb7
query: add page ( #6719 )
2021-10-12 08:32:22 +02:00
NoPreserveRoot
e599b2e73e
get-childitem: add page ( #6818 )
2021-10-12 08:18:02 +02:00
Pierre Hoffmeister
be1e7b9d5c
dirs: add German translation ( #6860 )
2021-10-12 08:10:57 +02:00
Juri
d5f1796f7e
pdfgrep: add more information link ( #6965 )
2021-10-12 10:50:30 +05:30
marchersimon
38975cccb6
gpg-tui: add page ( #6588 )
2021-10-12 00:33:16 -03:00
Morgan Howard
b5aa93b291
go-vet: add page ( #6832 )
2021-10-12 00:31:24 -03:00
Morgan Howard
bb83c2b705
osx/*: add page for macOS interal daemons ( #6705 )
...
appsleepd
auditd
avbdevided
bird
bnepd
cfprefsd
cloudphotod
coreaudiod
distnoted
emond
filecoordinationd
launchd
notifyd
ocspd
photoanalysisd
pppd
secd
securityd
timed
universalaccessd
usernoted
vpnd
2021-10-12 00:13:54 -03:00
Morgan Howard
1042090391
go-fmt: add page ( #6703 )
2021-10-12 00:07:26 -03:00
Daniel
376a838eab
puppet, puppet-agent, puppet-apply: add page ( #6794 )
2021-10-12 00:05:25 -03:00
Pierre Rudloff
d050330c07
check-language-support: add page ( #6919 )
2021-10-12 00:00:57 -03:00
Abd El-Twab M. Fakhry
c3cf706923
gpasswd: add Arabic translation ( #6819 )
2021-10-11 23:26:23 -03:00
João C Fukuda
d8604de17a
alacritty: add pt_BR translation ( #6888 )
2021-10-11 23:20:07 -03:00
Gabriel Rodrigues
334940487d
gdu: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
06310c240a
gcalcli: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
f9be3e49f1
gcal: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
71200c274d
gatsby: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
1e0df0adf9
ftp: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
e82cd7fbe0
fnm: add pt_BR translation
2021-10-11 23:17:08 -03:00
Gabriel Rodrigues
0dfdf46de5
fmt: add pt_BR translation
2021-10-11 23:17:08 -03:00
Amit Sharma
7e29a9a718
lnav: add page ( #6613 )
2021-10-11 22:57:43 -03:00
Raffaele Mignone
8fa90243c8
ledger: add page ( #6730 )
2021-10-11 22:54:59 -03:00
nath1as
091b7c10e8
agate: add page ( #6904 )
2021-10-11 22:53:39 -03:00
Wafelack
90c2c95156
perl: add French translation ( #6700 )
2021-10-11 22:53:05 -03:00
Anja Elzinger
4cb1095936
sl: add German translation ( #6940 )
2021-10-11 22:51:40 -03:00
Henrique Tsuyoshi Yara
8d8f371561
xwinwrap: add page ( #6852 )
2021-10-11 22:44:33 +02:00
lincc
9912d26258
scripts/set-alias-page.py: add ( #6845 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2021-10-11 10:40:03 -10:00
Axel Navarro
fe26d7e18c
du: fix token syntax in example ( #6851 )
2021-10-11 22:39:51 +02:00
Alberto Mario Ceballos-Arroyo
2365635c15
module: fix bug in examples ( #6954 )
2021-10-11 15:04:43 -03:00
Gear J
fcc03f1e6f
launchctl, lldb, locate, look: add more information link ( #6893 )
2021-10-11 13:08:25 +08:00
Abd El-Twab M. Fakhry
cc97dde1f2
xclip: add Arabic translation ( #6934 )
2021-10-11 02:06:17 -03:00
San Baby Francis
342483856a
gedit, nemo: add Malayalam translation ( #6952 )
2021-10-11 02:05:34 -03:00
xBLACKICEx
33c48b812c
wc: update pages.fr (translate) ( #6951 )
2021-10-11 12:57:12 +08:00
Morgan Howard
70c2ce05df
vimtutor: add more information link ( #6932 )
2021-10-11 10:17:02 +05:30
IACS CSU 2020
786b59a496
python3, runlim: add page ( #6937 )
2021-10-11 01:18:37 -03:00
Benedek Szilvasy
148c5fe947
llc: add page ( #6711 )
2021-10-11 00:22:39 -03:00
Henrique Tsuyoshi Yara
36977a69c8
nth: add page ( #6853 )
2021-10-10 21:58:55 +02:00
Muhammad Falak R Wani
7f84e46f42
az-network: add page ( #6761 )
2021-10-10 15:42:04 -03:00
Saikat Sengupta
501731db5f
az-lock: add page ( #6871 )
2021-10-10 21:49:02 +05:30
Steve Robillard
db163c6b78
checkinstall: add page ( #6916 )
2021-10-10 12:31:12 -03:00
burlakvo
e717d057ab
git-commit*: add Ukrainian translation ( #6847 )
2021-10-10 23:26:22 +08:00
pixel
b2f4d835ed
rcat: add page ( #6862 )
2021-10-10 23:23:31 +08:00
9tykeshav
4e3390476f
clear: add Hindi translation ( #6872 )
2021-10-10 23:13:08 +08:00
Vitor Cairolli
50679d4779
dolphin: add pt_BR translation ( #6883 )
2021-10-10 23:07:03 +08:00
stefanyramos
1e1f4421f3
docker-compose: add pt_BR translation ( #6886 )
2021-10-10 23:05:48 +08:00
4n7hem
dad226752c
java: add pt_BR translation ( #6884 )
2021-10-10 23:04:23 +08:00
4n7hem
30efb6ee46
javac: add pt_BR translation ( #6889 )
2021-10-10 23:02:59 +08:00
João C Fukuda
ab8834bb8c
ag: add pt_BR translation ( #6887 )
2021-10-10 23:01:46 +08:00
Gabriel Rodrigues
859aabf919
next: add pt_BR translation
2021-10-10 11:49:13 -03:00
Gabriel Rodrigues
39fac93c4d
join: add pt_BR translation
2021-10-10 11:49:13 -03:00
Gabriel Rodrigues
e8182af081
history: add pt_BR translation
2021-10-10 11:49:13 -03:00
Gabriel Rodrigues
58ed173618
fast: add pt_BR translation
2021-10-10 11:49:13 -03:00
Henrique Tsuyoshi Yara
0b9b6f4496
asciiart: add pt_BR translation ( #6917 )
2021-10-10 11:45:52 -03:00
Daniil Baturin
af8db122b7
timidity: add page ( #6908 )
2021-10-10 11:44:10 -03:00
caduvieira
c5f66ba9b9
where, which, while, whoami: add pt_BR translation ( #6902 )
2021-10-10 22:43:49 +08:00
Thamaraiselvam
edb302fa71
npm-name: add page ( #6924 )
2021-10-10 22:25:31 +08:00
Adinda Praditya
8dbfe98373
rails*: add Indonesian translation ( #6927 )
2021-10-10 11:25:00 -03:00
San Baby Francis
90932cfdc8
cmus: add Malayalam translation ( #6930 )
2021-10-10 11:21:52 -03:00
Sebastian Staudt
b808834269
fsutil: add page ( #6717 )
2021-10-10 16:18:34 +02:00
Pierre Rudloff
21ab1681c2
ubuntu-bug: add page ( #6931 )
2021-10-10 11:15:25 -03:00
San Baby Francis
36c2a0a2fb
calc, gnome-terminal: add Malayalam translation ( #6933 )
2021-10-10 11:15:04 -03:00
Mercurio
b310f9e385
at: add Chinese translation ( #6903 )
2021-10-10 11:14:46 -03:00
Pierre Hoffmeister
ac1c49ec15
id: add German translation ( #6895 )
2021-10-10 11:06:46 -03:00
Muhammad Falak R Wani
b87bbaf229
tmux: add see also pages ( #6859 )
2021-10-10 18:51:41 +05:30
Bernd Stellwag
90295737e8
tig: add German translation ( #6875 )
2021-10-10 14:35:08 +02:00
Thamaraiselvam
43c9164d69
loadtest: add page ( #6923 )
2021-10-10 10:09:20 +01:00
EduardBaer
bc872a5965
ntpdate: add page ( #6856 )
2021-10-09 23:10:26 -03:00
Giorgio Lasala
30d336163d
dotnet-ef: add page ( #6799 )
2021-10-09 23:03:58 -03:00
Gil Moskowitz
41f8fc70a2
script: add more information link ( #6911 )
2021-10-09 23:00:25 -03:00
Felipe Furquim
3491495460
cd, echo, grep, nano: add pt_BR translation ( #6885 )
2021-10-09 22:58:58 -03:00
Thamaraiselvam
cdf3fbdf14
npm-home: add page ( #6926 )
2021-10-09 22:56:39 -03:00
nzdjb
e01f0ccd4a
zmore: add page ( #6922 )
2021-10-09 22:55:51 -03:00
EduardBaer
5cf2031520
clamdscan: add page ( #6877 )
2021-10-09 19:00:25 -03:00
nav1s
760db1427d
xrandr: add more information url ( #6920 )
2021-10-09 22:56:21 +02:00
Andros Fenollosa
296719efc1
espanso: add Spanish translation ( #6879 )
2021-10-10 01:10:20 +08:00
Gil Moskowitz
bb9694c971
sdiff: add more information link ( #6912 )
2021-10-09 22:26:19 +08:00
Gil Moskowitz
e70f7b5d9d
source: add more information link ( #6913 )
2021-10-09 22:19:43 +08:00
Gil Moskowitz
5e1fe48e39
strings: add more information link ( #6914 )
2021-10-09 22:18:46 +08:00
Starbeamrainbowlabs
eabcc4847b
README: add cheat.sh to similar projects ( #6928 )
2021-10-09 10:42:38 -03:00
Muhammad Falak R Wani
c80f4c3ccb
screen: add more information link ( #6858 )
2021-10-09 10:38:45 -03:00
Bernd Stellwag
add0b1ac27
mplayer: add page ( #6874 )
2021-10-09 10:31:38 -03:00
Sebastian Staudt
0a2fed1813
gpupdate: fix target syntax ( #6727 )
2021-10-09 13:47:43 +01:00
Thamaraiselvam
2a5185701b
timetrap: add page ( #6925 )
2021-10-09 13:43:56 +01:00
Mike Smith
47e42c6a41
reptyr: add page ( #6787 )
2021-10-09 13:14:06 +01:00
nath1as
59b377a6e8
antibody: add page ( #6900 )
2021-10-09 02:38:42 -03:00
Anirudh Haritas Murali
92a69cad6e
atool: add page ( #6901 )
2021-10-09 02:36:35 -03:00
Thomas Christlieb
88029b67db
ac: add German translation ( #6854 )
2021-10-08 23:10:16 -03:00
Franz
51f68b0fb6
ansible-galaxy: sync Italian translation ( #6781 )
2021-10-08 23:10:03 -03:00
Matt C
0eb3f55447
systemctl: add global status example ( #6849 )
2021-10-08 23:00:29 -03:00
caduvieira
37b005c362
docker-cp, docker-rmi, docker-stats: add pt_BR translation ( #6783 )
2021-10-08 10:16:24 -03:00
Thomas Christlieb
1bb3949a2e
a2dismod, a2dissite, a2enmod, a2ensite, a2query: add German translation ( #6866 )
2021-10-08 09:41:38 -03:00
pixel
afe5e0c386
hello: move to `common` ( #6876 )
2021-10-08 16:34:52 +05:30
Thomas Christlieb
c7b138c8ed
a2disconf: add German translation ( #6864 )
2021-10-07 23:24:52 -03:00
Thomas Christlieb
0cc5b3c393
a2enconf: add German translation ( #6865 )
2021-10-07 23:20:42 -03:00
Andros Fenollosa
fc24d788d8
maza: add Spanish translation ( #6861 )
2021-10-07 19:56:41 +02:00
Alwin Lohrie
9373a1ab23
lsd: add page ( #6654 )
2021-10-07 19:39:46 +02:00
Austin
e0aa976dbe
pacman-*: add German translation ( #6773 )
2021-10-07 19:34:28 +02:00
pixel
6e9db161e8
tbl: add page ( #6594 )
2021-10-07 19:33:23 +02:00
Nicolas Hansse
75bb521bee
alias: add French translation ( #6681 )
2021-10-07 19:31:33 +02:00
Elijah Shackelford
f0cf3e3a92
sbt: add test example ( #6739 )
2021-10-07 19:28:53 +02:00
9tykeshav
90b9dc96f7
git-status: add Hindi translation ( #6677 )
2021-10-07 19:16:38 +02:00
marchersimon
4340c9a64b
tlmgr-remove: add page ( #6560 )
2021-10-07 19:00:44 +02:00
ollo-der-echte
64135424ae
gobuster: add German translation ( #6786 )
2021-10-07 10:28:07 -03:00
caduvieira
f469dbcffa
sh, zsh: add pt_BR translation ( #6837 )
2021-10-07 09:57:33 -03:00
Joshua Shanks
e36515eb02
rc: add page ( #6831 )
2021-10-07 13:50:30 +02:00
Nicolas Hansse
d23184b464
subcommand-mention: add French translation ( #6820 )
2021-10-07 09:49:53 +02:00
Alwin Lohrie
99f4a7f106
helix: add page ( #6653 )
2021-10-07 09:41:05 +02:00
marchersimon
d63065b882
Replace non-breaking space with regular space in French pages ( #6842 )
2021-10-07 09:37:39 +02:00
Giorgio Lasala
8c5596b720
tye: add page ( #6750 )
2021-10-06 23:56:45 -03:00
258204
5826e30a7a
aws-rds: add page ( #6547 )
2021-10-06 23:53:49 -03:00
Jeroen Knoops
ea046b717d
du: add Dutch translation ( #6843 )
2021-10-06 23:39:39 -03:00
Gabriel Rodrigues
60f804c060
age: add pt_BR translation ( #6841 )
2021-10-06 23:33:56 -03:00
Joshua Shanks
d91120d92e
nslookup, objdump, pactl, passwd, patch: add link ( #6828 )
2021-10-07 00:34:03 +01:00
Joshua Shanks
52b9aaf74c
ps, pv, pygmentize, quota, rabin2: add link ( #6830 )
2021-10-06 18:51:52 -03:00
Saikat Sengupta
5c431cf3e7
namcap: add page ( #6722 )
2021-10-06 18:33:17 -03:00
Nicolas Hansse
575792203c
fluxctl: add page ( #6814 )
2021-10-06 23:24:11 +02:00
Franz
bba32d2fa4
subcommand-mention: add Italian translation ( #6805 )
2021-10-06 21:48:24 +01:00
Nicolas Hansse
b0e0a6e58c
*: mention subcommands in FR translations ( #6823 )
2021-10-06 21:45:59 +01:00
Irina
fa2d454c55
subcommand-mention: add Russian translation
2021-10-06 21:45:17 +01:00
Irina
61c54c2718
add reference to sub-commands in base pages in Russian
2021-10-06 21:45:17 +01:00
Raul Piraces Alastuey
c5f3b333ad
az-term: add page ( #6720 )
2021-10-06 21:31:08 +01:00
CleanMachine1
672e36f588
git-clear-soft: add page ( #6616 )
2021-10-06 20:57:27 +01:00
Leandro Meleti
a589fd38e0
dpgk: add German translation ( #6796 )
2021-10-06 20:30:22 +02:00
Jeroen Knoops
a26099ea5f
subcommand-mention: add Dutch translation ( #6840 )
2021-10-06 20:28:28 +02:00
Abd El-Twab M. Fakhry
0733094b4a
alias-pages, subcommand-mention: add Arabic translation ( #6821 )
2021-10-06 20:26:54 +02:00
Andros Fenollosa
29cc4f0851
maza: add page ( #6704 )
2021-10-06 19:11:22 +01:00
Daniil Baturin
c2f4066105
dune: add page ( #6674 )
2021-10-06 16:37:40 +01:00
Daniel
da5e72604b
kitty: add page ( #6676 )
2021-10-06 16:24:59 +01:00
krishchopra02
461fb4ac02
pstree: add link ( #6838 )
2021-10-06 20:27:29 +05:30
Daniil Baturin
21b88f9323
highlight: add page ( #6723 )
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-10-06 20:23:26 +05:30
Snehit Sah
8395d44776
mpd: add page ( #6801 )
2021-10-06 20:00:11 +05:30
Abd El-Twab M. Fakhry
178e1a1513
dockerd: add Arabic translation ( #6822 )
2021-10-06 11:24:16 -03:00
evaleries
59eacfaa43
whoami: add Indonesia translation ( #6810 )
2021-10-06 15:52:10 +02:00
fanatiicx
d08564637d
dlv: add page ( #6697 )
2021-10-06 15:50:34 +02:00
Muhammad Falak R Wani
371d2c8997
rpmspec: add page ( #6779 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: pixel <chrissx@chrissx.de>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-10-06 19:00:00 +05:30
Daniil Baturin
1b9e420e24
py-spy: add page ( #6728 )
2021-10-06 15:28:40 +02:00
Abhishek Keshri
5d05b603de
bg: add Hindi translation ( #6744 )
2021-10-06 08:58:43 -03:00
Mayank Jha
c4dcf3ad7f
git-init: sync Hindi translation ( #6765 )
2021-10-06 08:58:11 -03:00
Amarjeet Sinha
cd7a06ae80
dir: add page ( #6817 )
2021-10-06 08:56:50 -03:00
caduvieira
02bb89332e
aws-cur, aws-secretsmanager: add pt_BR translation ( #6782 )
2021-10-06 13:09:26 +02:00
Theodorus Clarence
f54330861a
brightness: add Indonesian translation ( #6667 )
2021-10-06 08:05:48 -03:00
syleung
4efa36e763
ping, ping6: add more information link ( #6658 )
2021-10-06 12:59:27 +02:00
Elijah Shackelford
99f0783564
sdk: add command to list version for specific sdk ( #6760 )
2021-10-06 12:58:50 +02:00
Nemanja
68c22b8396
cd, echo, git, link, mkdir: add Serbian translation ( #6692 )
2021-10-06 12:53:25 +02:00
Theodorus Clarence
627ae71aed
gh: add Indonesian translation ( #6670 )
2021-10-06 12:29:01 +02:00
Daniel
18a94611b4
goaccess: add page ( #6666 )
2021-10-06 12:20:40 +02:00
Abhishek Keshri
f0fdbd7edd
mv: add Hindi translation ( #6736 )
2021-10-06 12:14:16 +02:00
Abhishek Keshri
c62c7d857f
exit: add Hindi translation ( #6742 )
2021-10-06 12:13:02 +02:00
Snehit Sah
c4bdc2bb5a
cvs: add page ( #6625 )
2021-10-06 08:36:13 +02:00
Raul Piraces Alastuey
2e14d3046e
az-config: add page ( #6701 )
2021-10-06 08:25:30 +02:00
marchersimon
088f340e55
set-more-info-link.py: add Arabic translation ( #6813 )
2021-10-05 18:03:46 -03:00
Owen Voke
51238e5abe
hardhat: add page ( #6627 )
2021-10-05 21:37:52 +01:00
Aakash Sharma
c66e7634e1
repo-add: add page ( #6622 )
2021-10-05 21:13:18 +01:00
marchersimon
1a98d09a48
*: fix period in Japanese translation ( #6812 )
2021-10-05 21:10:14 +01:00
Alexandre ZANNI
e168a701ec
sysctl: add French translation ( #6678 )
2021-10-05 21:52:09 +02:00
Alexandre ZANNI
0cdc5354ab
systemctl: add French translation ( #6675 )
2021-10-05 21:32:27 +02:00
Nicolas Hansse
609b1ce284
adb: add French translation ( #6680 )
2021-10-05 21:25:31 +02:00
Alexandre ZANNI
ab21c0dfed
xsel: add French translation ( #6672 )
2021-10-05 21:21:30 +02:00
ezr
247481bf72
fscrypt: add page ( #6694 )
2021-10-05 21:20:04 +02:00
Raul Piraces Alastuey
542eb50065
az-feedback: add page ( #6699 )
2021-10-05 21:17:20 +02:00
Nicolas Hansse
6bc0820258
shutdown: add French translation ( #6682 )
2021-10-05 21:03:12 +02:00
Keita Morisaki
d431a9cde0
tldr: fix command description in Japanese translation ( #6543 )
2021-10-05 15:11:50 -03:00
Gustavo Cavalieri Fernandes
ed5274772b
*: mention subcommands in pt_BR translation ( #6798 )
2021-10-05 20:03:43 +02:00
Austin
be89607986
pacman: add German translation ( #6757 )
2021-10-05 19:40:41 +02:00
WhileLoop
c5c18b51c4
az-storage-blob: add page ( #6644 )
2021-10-05 18:51:12 +02:00
WhileLoop
78788e9e02
az-storage-entity: add page ( #6648 )
2021-10-05 18:49:36 +02:00
Gustavo Cavalieri Fernandes
48d6a1efbd
flatpak: add pt_BR translation ( #6751 )
2021-10-05 18:31:03 +02:00
Jimmy
96bb5fde41
mount: add more information link ( #6788 )
2021-10-05 18:20:42 +02:00
Sanosuke Kato
5b085d4be2
choco: fix subcommand mention in Japanese translation ( #6807 )
2021-10-05 16:15:24 +02:00
Franz
e13e67b171
*: mention subcommands in Italian translation ( #6804 )
2021-10-05 10:01:09 -03:00
Sadeed
696b11611f
mail, mailx, mesg, mmv, monop, most, mscore: add link ( #6795 )
2021-10-05 09:50:45 -03:00
derNiklaas
e0442c6f98
wall, watch, whereis, whiptail, wipefs, wmctrl, wodim: add link ( #6784 )
2021-10-05 00:35:50 -03:00
burlakvo
811a36a012
alias-pages, subcommand-mention: add Ukrainian translation ( #6785 )
2021-10-05 00:12:20 -03:00
Elijah Shackelford
46e9678b3b
sbt: add compile example ( #6738 )
2021-10-05 00:10:22 -03:00
Mehmet Mallı
b5818ae469
yes: add Turkish translation ( #6775 )
2021-10-04 17:20:05 -03:00
Mehmet Mallı
b50bfe513e
docker: add Turkish translation for subcommand text ( #6792 )
2021-10-04 21:13:01 +01:00
Leandro Meleti
13d0ef4cf4
arch-chroot: add German translation ( #6789 )
2021-10-04 17:10:08 -03:00
Sebastian Staudt
88d446edc9
setx: add page ( #6734 )
2021-10-04 16:46:26 -03:00
Elijah Shackelford
0387d6143c
sbt: add clean example ( #6639 )
2021-10-04 16:41:27 -03:00
Kevin Lee
20dd08635d
babel: fix Korean translation ( #6791 )
2021-10-04 16:34:17 -03:00
Mercurio
56060e6f82
amass: add Chinese translation ( #6685 )
2021-10-05 02:39:51 +08:00
Adinda Praditya
0835fbae21
rbenv: add Indonesian translation ( #6707 )
2021-10-05 02:38:19 +08:00
Adinda Praditya
85c32aed8e
ruby: add Indonesian translation ( #6714 )
2021-10-05 02:37:16 +08:00
Nicolas Hansse
1a1fc29b50
android/*: add French translation ( #6716 )
2021-10-05 02:36:35 +08:00
Sanosuke Kato
e969983b88
[: add Japanese translation ( #6724 )
2021-10-04 18:10:00 +02:00
franzqat
a813813fe3
ansible: sync Italian translation ( #6780 )
2021-10-04 18:08:26 +02:00
sooohka
99eab917c6
ls: add Korean translation ( #6726 )
2021-10-04 18:07:07 +02:00
Nicolas Hansse
bfb392f0c2
node: add French translation ( #6688 )
2021-10-04 18:05:40 +02:00
Mehmet Mallı
341e1875c5
nginx: add Turkish translation ( #6772 )
2021-10-04 18:03:12 +02:00
marchersimon
2d26897c71
tlmgr-check: add page ( #6586 )
2021-10-04 17:44:11 +02:00
WhileLoop
c4e73acbcd
jhsdb: add page ( #6643 )
2021-10-04 11:48:16 -03:00
Fabio Kleis
0b5aa33736
pacstall: add page ( #6732 )
2021-10-04 11:46:49 -03:00
M B
da5d38acdd
security: add more examples ( #6645 )
2021-10-04 15:37:47 +01:00
Nicolas Hansse
90666387c7
mongo: add French translation ( #6652 )
2021-10-04 16:08:01 +02:00
Antoine Amara
4ddf91c372
egrep: add page ( #6737 )
2021-10-04 16:03:50 +02:00
Leandro Meleti
d3b4517498
apk: add German translation ( #6771 )
2021-10-04 16:01:38 +02:00
derNiklaas
6e2251af4b
rpm: add more information link ( #6754 )
2021-10-04 16:00:16 +02:00
syleung
dfc8ce9542
aws-help: fix more information link ( #6759 )
2021-10-04 09:57:28 -03:00
syleung
a092be52d7
common/ssh*: add more information link ( #6659 )
2021-10-04 09:39:50 -03:00
Kasjan Chilarski
527993580e
mount: add German translation ( #6698 )
2021-10-04 09:34:59 -03:00
syleung
99a72c556f
common/x*: add more information link ( #6664 )
2021-10-04 09:32:27 -03:00
Mehmet Mallı
63c211a813
ng: add Turkish translation ( #6774 )
2021-10-04 09:19:26 -03:00
Mehmet Mallı
0a12712baf
docker, docker-run: fix Turkish translation ( #6776 )
2021-10-04 09:16:26 -03:00
Nguyễn Đức Chiến
8facf8e18a
sshd: add page ( #6610 )
2021-10-04 09:00:53 -03:00
Red Headphone
3af8bebd95
kwrite: add page ( #6733 )
2021-10-04 08:56:33 -03:00
Anton Paulsson
f886e4eec8
cd: fix link and add Swedish translation ( #6755 )
2021-10-04 08:55:59 -03:00
CleanMachine1
c4f7f5a763
raw: add page ( #6557 )
2021-10-04 10:30:41 +02:00
sooohka
d8ddf742df
rm: add Korean translation ( #6729 )
2021-10-04 10:27:34 +02:00
Axel Navarro
ff7516b063
nvram: add page ( #6617 )
2021-10-04 10:22:43 +02:00
Daniel
cde6462e4d
pip: add German translation ( #6689 )
2021-10-04 10:00:44 +02:00
marchersimon
64ffb2dd96
alias-template: replace `alijas` with `pseudonim` ( #6743 )
2021-10-04 09:47:27 +02:00
Leandro Meleti
3f3d5e73d2
adduser: add German translation ( #6690 )
2021-10-04 09:47:01 +02:00
derNiklaas
c05f245fd5
zenity, zgrep, zramctl: add more information link ( #6758 )
2021-10-04 01:00:39 -03:00
Abhishek Keshri
89895fb49b
ln: add Hindi translation ( #6735 )
2021-10-04 00:09:40 -03:00
Abhishek Keshri
13ea54871a
fg: add Hindi translation ( #6746 )
2021-10-04 00:06:44 -03:00
Theodorus Clarence
6c8eff66b7
caffeinate: add Indonesian translation ( #6668 )
2021-10-04 00:05:41 -03:00
Mayank Jha
ecf7372eae
pwd: fix typo in Hindi translation ( #6747 )
2021-10-04 00:02:32 -03:00
Sanosuke Kato
3e9b86ae4e
test: add Japanese translation ( #6725 )
2021-10-03 23:26:19 -03:00
Fabio Kleis
dad3274aba
free, lsblk: add pt_BR translation ( #6619 )
2021-10-03 23:13:04 -03:00
pixel
ceb6654610
*: removed .1 at the end of manned.org links where it was unnecessary ( #6752 )
2021-10-03 23:31:41 +01:00
Abhishek Keshri
6cc363d8c3
alias: add Hindi translation ( #6741 )
2021-10-03 18:21:02 -03:00
burlakvo
dcb79e9c1b
git, git-add, git-status: add Ukrainian translation ( #6745 )
2021-10-03 18:12:17 -03:00
Abhishek Keshri
91125e08eb
cp: add Hindi translation ( #6740 )
2021-10-03 18:10:23 -03:00
Kasjan Chilarski
7adcfdadeb
sysctl: add German translation ( #6683 )
2021-10-03 18:08:21 -03:00
Adinda Praditya
4053621587
rsync: add Indonesian translation ( #6731 )
2021-10-03 18:07:04 -03:00
Daniel
a21d8ebe6e
pip-install: add German translation ( #6691 )
2021-10-03 17:35:01 -03:00
Alexandre ZANNI
67f5281019
tr: add French translation ( #6673 )
2021-10-03 22:27:48 +02:00
Joachim Schwarm
c3e6980895
nodemon: make --inspect a generic example ( #6629 )
2021-10-03 17:23:26 -03:00
CleanMachine1
7116e0ea3e
go-run: add page ( #6650 )
2021-10-03 21:10:22 +02:00
Tsvetomir Bonev
ea63269e85
ego: add page ( #6646 )
2021-10-03 20:48:02 +02:00
Theodorus Clarence
30d7986595
shuf: add Indonesian translation ( #6669 )
2021-10-03 20:31:07 +02:00
marchersimon
cc25275e96
set-more-info-link.py, pages.hi/*: fix punctuation in Hindi translation ( #6570 )
2021-10-03 15:22:06 -03:00
Raul Piraces Alastuey
e9c0157f5b
az-bicep: fix incorrect more information URL ( #6721 )
2021-10-04 01:32:21 +08:00
Axel Navarro
41310d3449
csrutil: add page ( #6615 )
2021-10-03 18:27:04 +01:00
Joachim Schwarm
a7453abc59
npm-why: add German translation ( #6633 )
2021-10-03 17:51:18 +02:00
Kasjan Chilarski
b62bbde416
du: add German translation ( #6693 )
2021-10-03 16:56:14 +02:00
derNiklaas
2cb02f6f90
dir: add German translation ( #6620 )
2021-10-03 16:51:44 +02:00
Joachim Schwarm
d87b73f12b
npx: add German translation ( #6632 )
2021-10-03 16:41:25 +02:00
Axel Navarro
3656eb90e7
ssh: add -t in example description ( #6604 )
2021-10-03 16:39:34 +02:00
Josh Cook
6b5364ce2f
rscript: add page ( #6686 )
2021-10-03 10:51:02 -03:00
RyotaK
6d4248f1f1
7z, 7za, 7zr: fix Japanese translation ( #6661 )
2021-10-03 10:48:52 -03:00
RyotaK
3c2424232a
apktool: add Japanese translation ( #6660 )
2021-10-03 10:47:11 -03:00
RyotaK
53805ce0d2
7za: fix Japanese translation ( #6663 )
2021-10-03 10:35:03 -03:00
RyotaK
6111a33c1c
7zr: fix Japanese translation ( #6662 )
2021-10-03 10:33:47 -03:00
Kasjan Chilarski
4a7e804464
df: add German translation ( #6696 )
2021-10-03 10:19:02 -03:00
Adinda Praditya
4427cbcab8
ps: add Indonesian translation ( #6702 )
2021-10-03 10:17:56 -03:00
Raul Piraces Alastuey
033dbac254
az-bicep: add page ( #6718 )
2021-10-03 10:17:39 -03:00
Axel Navarro
43335905fc
PULL_REQUEST_TEMPLATE: fix interline space ( #6695 )
2021-10-03 21:02:29 +08:00
Nicolas Hansse
19fcd38928
base64: fix French translation ( #6706 )
2021-10-03 09:59:14 -03:00
Daniel
200f2e0e14
tldr: add German translation ( #6709 )
2021-10-03 09:48:20 -03:00
Tony
9257aed119
tar: add Chinese translation ( #6715 )
2021-10-03 09:46:15 -03:00
Adinda Praditya
fcc2f36547
rvm: add Indonesian translation ( #6710 )
2021-10-03 09:42:13 -03:00
Merjem Bajramovic
53dadf1dad
*: add Bosnian translation for aliases ( #6655 )
2021-10-02 12:46:12 -03:00
CleanMachine1
8fa08fe936
shutdown: add more information link ( #6657 )
2021-10-02 16:32:03 +01:00
Merjem Bajramovic
ba8ab0fcf0
unalias: replace alijas with pseudonim ( #6656 )
2021-10-02 00:16:57 +01:00
Joachim Schwarm
bfd9633530
nvm: add German translation ( #6631 )
2021-10-01 21:27:07 +01:00
Joachim Schwarm
57bc3e171e
node: add German translation ( #6637 )
2021-10-01 17:18:28 -03:00
Joachim Schwarm
0e63317f8f
nodemon: add German translation ( #6636 )
2021-10-01 17:18:15 -03:00
Owen Voke
136b935155
solcjs: add page ( #6628 )
2021-10-01 17:17:59 -03:00
Joachim Schwarm
ef336038c3
nodenv: add German translation ( #6634 )
2021-10-01 21:03:28 +01:00
Joachim Schwarm
5b540740fc
npm-check: add German translation ( #6635 )
2021-10-01 21:02:07 +01:00
WhileLoop
bc44dfbfbe
az-storage: add page ( #6647 )
2021-10-01 20:58:55 +01:00
marchersimon
65a8e2006e
PULL_REQUEST_TEMPLATE: ask for command version number ( #6571 )
2021-10-01 20:47:36 +01:00
marchersimon
c0109fa46e
COMMUNITY-ROLES: fix typo ( #5976 )
2021-10-01 20:34:43 +01:00
Manan-Rathi
a90b2245ae
Fix minor typos ( #6641 )
2021-10-01 20:22:50 +01:00
Flodur871
15128f7988
git-clear: add page ( #6614 )
2021-10-01 20:16:36 +01:00
Andrew McIntosh
55ec5b50d3
git-revert: use HEAD in example ( #6649 )
2021-10-01 15:47:08 -03:00
syleung
0503024ae3
aws-s3: fix more information link ( #6642 )
2021-10-01 15:40:44 -03:00
9tykeshav
7fcc57d205
CONTRIBUTING: fix link to alias-pages ( #6626 )
2021-10-01 15:37:02 -03:00
Mayank Jha
f14aabbb48
pwd: add Hindi translation ( #6638 )
2021-10-01 15:36:07 -03:00
marchersimon
642dbf2e97
*: sync more information links in translations ( #6537 )
2021-10-01 15:28:01 -03:00
burlakvo
342456add9
tldr: add Ukrainian translation ( #6640 )
2021-10-01 19:14:54 +01:00
marchersimon
f767eaee8b
add install istructions to C++ client ( #6611 )
2021-09-30 14:51:19 +08:00
pixel
d22ca9676f
*: normalize readthedocs.io more information links ( #6593 )
2021-09-29 20:56:15 +02:00
Axel Navarro
43f7696ba3
gh-extension: add list and remove examples ( #6579 )
2021-09-29 17:01:24 +02:00
Tan A
2ef0f6f73c
images: add medium font ( #5329 )
2021-09-29 08:23:35 +02:00
pixel
c37ef173f5
ex: add page ( #6595 )
2021-09-28 19:33:50 +01:00
Seth Falco
64d6a8ebfb
xrdb: move to linux directory ( #6606 )
2021-09-28 09:23:29 -03:00
Managor
b36a446e0c
fwupdmgr: add page ( #6601 )
2021-09-28 20:07:39 +08:00
Fisher Sun
e8e1fa3c48
Update vlc link ( fixes #6569 ) ( #6603 )
2021-09-28 19:56:46 +08:00
Managor
682544fc1a
pw-cat, pw-play, pw-record: add page ( #6602 )
2021-09-28 19:53:19 +08:00
Tsvetomir Bonev
ac20da70b3
git-secret: add page ( #6589 )
2021-09-26 16:56:58 +01:00
Vinfall
dceaee6b1a
debsecan: add page ( #6567 )
2021-09-25 14:04:40 +08:00
Nicolas Kosinski
ede6cb72f6
sdk: ( #6580 )
2021-09-25 14:03:05 +08:00
Axel Navarro
c020dab2c2
docker-slim: add page ( #6590 )
2021-09-25 13:53:50 +08:00
marchersimon
bca63b5064
git-blame-someone-else: add page ( #6592 )
2021-09-24 16:38:54 +01:00
marchersimon
a98d065388
tlmgr-update: add page ( #6587 )
2021-09-24 08:51:21 -03:00
Noy
ff29c52c2f
zig: add page ( #6585 )
2021-09-24 07:04:28 +02:00
Axel Navarro
68125f7c60
gh-screensaver: add page ( #6578 )
2021-09-23 23:42:36 -03:00
marchersimon
871643a677
tlmgr-candidates: add page ( #6582 )
2021-09-24 00:34:32 +01:00
marchersimon
96bef1951c
tlmgr-backup: add page ( #6581 )
2021-09-24 00:34:07 +01:00
Flodur871
260458b6ea
ipython: update more information link ( #6591 )
2021-09-23 16:57:27 -03:00
lincc
35d3601e38
common/l*: add more information link ( #6577 )
2021-09-23 15:34:23 -03:00
Axel Navarro
778a7a14c3
starship: mention subcommand page ( #6583 )
...
* Update starship.md
* starship-init: fix typo
2021-09-22 19:15:45 +01:00
pixel
e071b25bc1
d8: add page ( #6568 )
2021-09-22 08:58:11 -03:00
Axel Navarro
05ff190f23
fakeroot: add page ( #6562 )
2021-09-22 08:38:16 -03:00
marchersimon
555faac0d2
tlmgr-platform, tlmgr-arch: add page ( #6561 )
2021-09-22 11:54:40 +08:00
marchersimon
bea9893786
tlmgr-path: add page ( #6574 )
2021-09-22 00:28:33 +01:00
marchersimon
30a11ed2df
tlmgr-shell: add page ( #6572 )
2021-09-21 21:28:14 +01:00
Janek
c78e90ad76
chsh: add interactive and --list-shells examples ( #6555 )
2021-09-21 19:01:49 +02:00
marchersimon
27822976ef
tlmgr-install: add page ( #6559 )
2021-09-21 23:53:30 +08:00
pixel
c5e894b788
llvm-cat: add page ( #6564 )
2021-09-20 16:00:32 +02:00
Axel Navarro
61da0633de
chage: fix examples and use long arguments ( #6541 )
2021-09-20 13:59:21 +01:00
pixel
e999732780
llvm-objdump: add page ( #6563 )
2021-09-20 09:17:54 -03:00
Felipe-noob
b0a03e46c5
img2pdf: add pt_BR translation ( #6546 )
2021-09-20 08:58:17 -03:00
pixel
bc8707f290
llvm-ar, llvm-nm, llvm-strings: add page ( #6566 )
2021-09-20 16:03:14 +05:30
Mehrad Mahmoudian
96100f42d3
diff: add -Naur create patch file example ( #6484 )
2021-09-20 12:09:41 +02:00
pixel
9040e5a171
llvm-bcanalyzer: add page ( #6558 )
2021-09-19 16:26:22 +02:00
marchersimon
6474a32842
pwgen, sshuttle, trap, tree: move to common ( #6551 )
2021-09-19 22:13:40 +08:00
marchersimon
e94e6af882
whereis, xar, yank: move to common ( #6552 )
2021-09-19 02:59:20 +02:00
lincc
0e7393b78f
jobs, jstack, kill, killall: add more information link ( #6545 )
2021-09-18 20:10:50 -03:00
marchersimon
442a013cb8
hexdump, logger, netstat, n, nm, pdfgrep: move to common ( #6549 )
2021-09-18 18:05:08 -03:00
千玄子
f79d8e56e3
aura, brightnessctl: add Chinese translation ( #6554 )
2021-09-18 18:31:04 +02:00
Aakash Sharma
2dd1546512
xev: add page ( #6548 )
2021-09-18 16:16:04 +02:00
Axel Navarro
1e46d18b9d
truffle: add page ( #6534 )
2021-09-18 13:01:35 +02:00
pixel
42030c2c9f
llvm-as: add page ( #6496 )
2021-09-18 12:53:12 +02:00
Ein Verne
7d02084cb7
po4a: add page ( #6493 )
2021-09-18 01:34:15 -03:00
marchersimon
30d7e09e07
transfersh: add page ( #6506 )
2021-09-18 11:54:01 +08:00
pixel
34634ad155
xprop: add page ( #6429 )
2021-09-17 23:19:50 +01:00
Noy
153c6d13bc
black: add --skip-string-normalization example ( #6517 )
2021-09-17 21:07:20 +01:00
Felipe-noob
39fcb516e4
img2pdf: add page ( #6519 )
2021-09-17 21:05:56 +01:00
pixel
75c820d231
sup: add page ( #6531 )
2021-09-17 17:03:10 -03:00
DaxGoon
cae0dc5de2
xrdb: add page ( #6495 )
2021-09-17 19:10:19 +01:00
pixel
bfb31ffa0d
clang-cpp, llvm-g++: add page ( #6542 )
2021-09-17 18:18:30 +02:00
Aakash Sharma
8fa913a32b
aura: add page ( #6533 )
2021-09-17 18:16:59 +02:00
Axel Navarro
2cd29191e4
ganache-cli: add page ( #6535 )
2021-09-17 18:13:05 +02:00
Managor
9899a25197
makepkg: add clean option ( #6540 )
2021-09-16 16:27:17 -03:00
lincc
53bb082889
exec, javac: add more information link ( #6536 )
2021-09-16 20:50:00 +02:00
DaxGoon
500f963619
brightnessctl: add page ( #6516 )
2021-09-16 14:49:58 -03:00
pixel
b09b43f976
ybacklight: add page ( #6520 )
2021-09-16 06:59:40 +02:00
a1346054
5c62e303b5
*: shellcheck and fix typos ( #6526 )
...
* test.sh: quote a variable
* contributing-guides/*: fix typos
* pages/*: fix typos
* scripts/*: fix typos
* MAINTAINERS.md: trim trailing whitespace
Co-authored-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-16 00:32:13 -03:00
lincc
9c6d2865dc
set-more-information.py: add sync option ( #6405 )
2021-09-15 13:14:00 -10:00
Axel Navarro
6d318892f8
script/test: ignore python checks if not available ( #6530 )
2021-09-15 13:10:16 -10:00
Nguyễn Đức Chiến
3447744e09
ip-rule: add page ( #6504 )
2021-09-16 00:02:53 +01:00
anderly011
6e19670c2f
cal, chage: add Chinese translation ( #6529 )
2021-09-15 09:14:54 -03:00
Axel Navarro
60e1eda7e2
tailscale-up: add page ( #6513 )
2021-09-14 21:42:17 +01:00
marchersimon
2a3b737c65
subcommand-mention: sync Spanish translation ( #6514 )
2021-09-14 14:31:35 -03:00
diver
82d63f39bf
go-get: add page ( #6491 )
2021-09-14 15:45:13 +02:00
pixel
ac306cf148
llvm-config: add page ( #6498 )
2021-09-14 11:28:59 +02:00
marchersimon
7786008d9e
fc*: move to common ( #6510 )
2021-09-13 10:25:39 -03:00
marchersimon
ac46610ce6
compgen, eval, export, file: move to common ( #6508 )
2021-09-13 10:24:42 -03:00
Noy
efeee14594
man: correct syntax ( #6505 )
2021-09-13 14:42:11 +02:00
marchersimon
e347e43cb9
tlmgr-info: add page ( #6511 )
2021-09-13 12:45:49 +02:00
marchersimon
bd677b8b48
mention subcommands in every base page ( #6383 )
2021-09-13 10:21:21 +02:00
marchersimon
4fbb601f63
brew*: move to common ( #6507 )
2021-09-13 09:06:52 +02:00
Nicolas Kosinski
8af1bb1145
cargo-clippy: use long arguments ( #6503 )
2021-09-12 16:07:08 -03:00
Axel Navarro
972c942508
corepack: add page ( #6485 )
2021-09-12 15:56:06 +01:00
pixel
882781e410
pages/common/*.md: REPL Normalization ( #6471 )
2021-09-12 16:03:27 +02:00
Janek
ec4a9a4ee6
style-guide: put token guidelines into sections & add varargs ( #6200 )
2021-09-12 16:01:45 +02:00
pixel
d729cff839
clang++: add page ( #6501 )
2021-09-11 10:32:32 +02:00
Nicolas Kosinski
d3460ef8f1
cargo: use long options everywhere ( #6502 )
2021-09-11 15:53:04 +08:00
aos
b126962580
udevadm: add page ( #6478 )
2021-09-10 23:03:05 +01:00
dwdh
0e0dc204b2
find: add -daystart option ( #6499 )
2021-09-10 20:46:33 +01:00
pixel
222f3e6130
clang: add -c example ( #6494 )
2021-09-09 21:55:54 +02:00
pixel
2dee424da0
llvm-gcc: add page ( #6497 )
2021-09-09 15:29:54 -03:00
lincc
cd0da6c113
android/*: add traditional Chinese translations ( #6418 )
2021-09-09 03:07:41 +08:00
lincc
d30ee43e7d
brew: sync traditional Chinese translation ( #6492 )
2021-09-08 11:51:00 -03:00
Axel Navarro
8940063e55
avo: add page ( #6483 )
2021-09-08 15:42:01 +01:00
Axel Navarro
50144e4a30
brew: sync Spanish translation ( #6490 )
2021-09-08 11:33:47 -03:00
444B
220ba99915
pinout: add page ( #6477 )
2021-09-08 14:15:54 +01:00
gkah
ef69c60c84
arp-scan: move to common platform ( #6395 )
2021-09-08 09:32:06 -03:00
Ein Verne
ca6d87cd30
gdu: add page ( #6447 )
2021-09-08 09:04:21 -03:00
pixel
82bb3a0560
lb: add page ( #6354 )
2021-09-08 17:00:42 +08:00
Axel Navarro
a9ab617ca1
needrestart: add page ( #6417 )
2021-09-08 16:58:55 +08:00
marchersimon
4ef097c358
feh, hostname, fc, ssh-add: move to common ( #6487 )
2021-09-08 08:55:55 +02:00
James Childers
cac13976b0
log: add page ( #6316 )
2021-09-07 17:35:14 -03:00
Axel Navarro
705759e617
tailscale: add page ( #6480 )
2021-09-07 18:35:27 +02:00
pixel
eb6a083efb
clojure: add page ( #6473 )
2021-09-07 07:52:27 -03:00
Axel Navarro
50941975ec
alias-pages: add pt_BR translation ( #6479 )
2021-09-07 16:45:26 +08:00
artemgur
675a644404
tldr: fix typo in Russian translation ( #6482 )
2021-09-06 20:37:30 +02:00
Axel Navarro
998e548ea5
pacman-key: add page ( #6474 )
2021-09-06 14:43:08 +01:00
pixel
50fe1f61c4
style-guide: add German translation ( #6344 )
2021-09-06 12:37:45 +02:00
Miles Glapa-Grossklag
2cd43d3038
st: add page ( #6475 )
2021-09-06 17:00:08 +08:00
marchersimon
89b1df198f
Reorganize translation templates ( #6462 )
2021-09-06 15:52:30 +08:00
marchersimon
bbefc77582
tlmgr-gui: add page ( #6467 )
2021-09-05 18:58:58 +01:00
pixel
cd221656a3
cola: add page ( #6472 )
2021-09-05 14:28:00 -03:00
Managor
05e131c718
pw-loopback: add page ( #6421 )
2021-09-05 11:44:42 -03:00
iSnackyCracky
70093834fd
wp: add download and config examples ( #6461 )
2021-09-05 14:12:04 +02:00
pixel
eb3975485d
carp: add page ( #6456 )
2021-09-05 14:11:45 +02:00
Fabian Muscariello
2444892984
resize2fs: remove false statement ( #6392 )
2021-09-05 14:10:10 +02:00
Alex
1e526037da
ldapdomaindump: add page ( #6409 )
2021-09-05 14:04:32 +02:00
marchersimon
06861b8aa9
tlmgr-paper: add page ( #6463 )
2021-09-05 02:18:06 -03:00
Miles Glapa-Grossklag
887203b0c4
cksum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
222b5a1344
sha512sum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
ac84907f18
sha384sum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
fbaf51b98a
sha1sum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
c92873f0b6
sha224sum: file file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
df745b0cdc
shasum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
7cffccc950
sha256sum: fix file names
2021-09-04 22:19:57 -03:00
Miles Glapa-Grossklag
1939709fa8
b2sum: fix file names
2021-09-04 22:19:57 -03:00
lydianeU
41b497b4e1
aws-help: add page ( #6446 )
2021-09-04 11:26:47 +02:00
JaiJoshi123
ac40409bbe
git-bug, git-cola, gitlint: add page ( #6444 )
2021-09-04 00:41:14 +02:00
Brian Blaylock
96306c0c94
chmod: add a+rX example ( #6457 )
2021-09-03 22:43:28 +02:00
CleanMachine1
b7337112d0
requirements.txt: add requests dependency ( #6469 )
2021-09-03 17:13:07 -03:00
Miles Glapa-Grossklag
f8f6ab6e4f
asciidoctor: add page ( #6455 )
2021-09-03 22:09:11 +02:00
CleanMachine1
a5693133f9
raspi-config: add page ( #6419 )
2021-09-03 21:38:24 +02:00
Axel Navarro
4887b989c6
md5sum: replace filename by path/to/file ( #6465 )
2021-09-03 21:36:19 +02:00
CleanMachine1
ecd8679008
raspinfo: add page ( #6420 )
2021-09-03 16:16:24 -03:00
marchersimon
585954e9d0
git rev-list: add --count example ( #6459 )
2021-09-03 20:12:35 +01:00
Reinhart Previano Koentjoro
e397df7543
print: add Indonesian translation ( #6450 )
2021-09-03 18:36:12 +02:00
Matthew Peveler
3fa29ea1c2
tooling: add black and flake8 for python formatting/linting ( #6454 )
2021-09-03 12:17:51 -03:00
Stig124
f4390b1637
send-to-bot.py: use requests instead of urllib ( #6184 )
2021-09-03 09:10:24 -03:00
Lucas Gabriel Schneider
65456d0941
linux/[h-k]: add more information link ( #6227 )
2021-09-02 20:33:49 +02:00
pixel
e6cc4006f5
adscript: add page ( #6432 )
2021-09-02 09:15:33 -03:00
Nicolai Weitkemper
b4a18d95ad
ssh: fix typo in German translation ( #6453 )
2021-09-02 09:13:53 -03:00
Miles Glapa-Grossklag
82e685e155
common/z*: add more information link ( #6445 )
2021-09-01 16:08:03 -03:00
Dominik Geldmacher
6086247131
pip-install: add --find-links example ( #6319 )
2021-09-01 19:22:20 +02:00
Reinhart Previano Koentjoro
f07d7f6ac5
xcopy: add Indonesian translation ( #6449 )
2021-09-01 19:21:20 +02:00
Daniel Birket
82ba854bed
graphviz filter commands: add pages ( #6401 )
2021-09-01 18:56:46 +02:00
Antyna
fb0412d03b
lvs: add Chinese translation ( #6443 )
2021-09-01 13:52:09 -03:00
Nicolas Kosinski
449267ef13
mvn: simplify skip unit tests ( #6448 )
2021-09-01 18:39:12 +02:00
Miles Glapa-Grossklag
9d3781c328
fgrep: remove incorrect use of 'regular expression' ( #6427 )
2021-09-01 09:57:20 -03:00
Manuel Haussmann
2945238a01
youtube-dl: extend the custom filenames example ( #6434 )
...
Extend the custom filenames example to also include the playlist_index
(a useful way to keep the downloaded playlist sorted).
2021-09-01 08:57:21 -03:00
gsobell
56b2de928c
cmd, hyperfine, neofetch: add Italian translation ( #6440 )
2021-08-31 16:10:18 -03:00
lincc
e389e9793c
style-guide: add one Chinese-specific rule ( #6374 )
2021-08-31 23:26:01 +08:00
gsobell
f9a7dc4ba9
zathura: add page ( #6441 )
2021-08-31 14:23:08 +01:00
marchersimon
c70c0c2688
Chinese pages: remove space in More info link ( #6305 )
2021-08-31 15:13:49 +08:00
pixel
2a71b87788
pfetch: add example for running with defaults ( #6437 )
2021-08-31 14:57:51 +08:00
Miles Glapa-Grossklag
13ff1d5964
ncal: add page ( #6442 )
2021-08-31 14:49:27 +08:00
Tan Yee Jian
b03f1e5486
ocrmypdf: updated command for in-place OCR ( #6396 )
2021-08-30 09:15:26 -03:00
Miles Glapa-Grossklag
c9a745488f
r2: add page ( #6436 )
2021-08-30 09:12:18 -03:00
Arun Isaac
3e5310c11c
grep: add Tamil translation ( #6423 )
2021-08-30 13:42:15 +02:00
pixel
8d236c0a58
vi: add page ( #6435 )
2021-08-30 13:39:02 +02:00
Miles Glapa-Grossklag
ff4f42a5d9
figlet: fix language mixup ( #6438 )
2021-08-29 21:38:30 -03:00
Miles Glapa-Grossklag
e67e49bb76
pfetch: add page ( #6414 )
2021-08-29 11:16:17 -03:00
pixel
4d41ba6ac4
MAINTAINERS: add @pixelcmtd to collaborators ( #6424 )
2021-08-27 20:07:42 +01:00
Miles Glapa-Grossklag
09f9b04b4c
paperkey: add page ( #6378 )
2021-08-27 06:16:25 +02:00
Miles Glapa-Grossklag
35e8bae324
contributing: follow style guide ( #6416 )
...
> Introduce options gradually, starting with the simplest command
> invocations, and using more complex examples progressively.
2021-08-27 09:17:27 +05:30
Oliver Gerlich
8223d2df17
ts: add page ( #6389 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-08-27 09:15:15 +05:30
千玄子
48b9a13502
aurvote, b*: add Chinese translation ( #6413 )
...
* aurvote: add Chinese translation
* balooctl: add Chinese translation
* beep: add Chinese translation
* betterlockscreen: add Chinese translation
* binwalk: add Chinese translation
* binwise: add Chinese translation
* blkdiscard: add Chinese translation
* blkid: add Chinese translation
* bluetoothctl: add Chinese translation
* bluetoothd: add Chinese translation
* bmon: add Chinese translation
* bpftrace: add Chinese translation
* bpytop: add Chinese translation
* brctl: add Chinese translation
* brew: add Chinese translation
* commit suggestion
2021-08-27 11:38:39 +08:00
Axel Navarro
e090e48c45
git-branch: replace --show-current with --contains example ( #6387 )
2021-08-26 22:53:25 +01:00
Christ0s T4k
61b8a6baf1
ipset: add page ( #6411 )
2021-08-26 11:10:29 +02:00
Brad Baker
d9921db320
gmssl: add page ( #6408 )
2021-08-26 14:40:53 +08:00
Reinhart Previano Koentjoro
2ff6d3a89f
android/*: add Indonesian translation ( #6399 )
2021-08-26 14:39:26 +08:00
lincc
b0cb85ae98
render.py: fix PDF kerning rendering bug ( #6366 )
2021-08-26 05:17:50 +00:00
千玄子
19e79cd10b
anbox, arch-chroot, archinstall, aurman: add Chinese translation ( #6406 )
...
* anbox: add Chinese translation
* arch-chroot: add Chinese translation
* archinstall: add Chinese translation
* aurman: add Chinese translation
2021-08-26 09:48:05 +08:00
Axel Navarro
df5f5ac08f
gh-extension: add page ( #6407 )
2021-08-25 21:56:31 +01:00
CleanMachine1
9b1dbbd0dd
README: add C++ client ( #6300 )
2021-08-25 12:45:48 -03:00
wai4y
2ffb8c96d3
find: closing single quote missed in example ( #6410 )
2021-08-25 17:45:40 +02:00
BillLucky
01daaf25a3
jmap: add Chinese translation ( #6403 )
2021-08-25 17:04:31 +02:00
Xiang Wang
ec23b7115c
flock: add page ( #6390 )
2021-08-25 17:03:01 +02:00
Daniel Birket
caa77bfe5a
xml: more requested changes
2021-08-24 21:50:43 +01:00
Daniel Birket
a9538950db
xml: requested arrows and back-ticks.
2021-08-24 21:50:43 +01:00
Daniel Birket
aa67236fc3
xml: marchersimon requested changes
2021-08-24 21:50:43 +01:00
Daniel Birket
8815c90985
xml: Use "list" to describe "list" command.
2021-08-24 21:50:43 +01:00
Daniel Birket
5fa1cc0189
xml: remove list of subcommands from main `xml` description.
2021-08-24 21:50:43 +01:00
Daniel Birket
a1faa9e732
xml: Use "write" instead of "list" for the list cmd, as requested.
2021-08-24 21:50:43 +01:00
Daniel Birket
1202e84d48
xml: add select, edit and transform subcommands.
2021-08-24 21:50:43 +01:00
Daniel Birket
82f626c693
xml: changes requested by marchersimon,
...
which undo the "the" changes previously made for sbrl.
The `select`, `edit`, and `transform` subcommands are not yet ready.
2021-08-24 21:50:43 +01:00
Daniel Birket
4f79b0d5d1
xml: Changes requested by Starbeamrainbowlabs
2021-08-24 21:50:43 +01:00
Daniel Birket
786342aeef
xml: draft all but 3 most complex subcommands
2021-08-24 21:50:43 +01:00
Daniel Birket
cbd7a0e7cd
xml: Changed "More information:" link.
2021-08-24 21:50:43 +01:00
Daniel Birket
3fd2da89bb
xml: added escape, unescape, validate subcommands
2021-08-24 21:50:43 +01:00
Daniel Birket
9916a0b0f7
xml: tweaks to main command entry.
2021-08-24 21:50:43 +01:00
Daniel Birket
bc4856feeb
xml: explain general input and output
2021-08-24 21:50:43 +01:00
Daniel Birket
67f0a9202f
xml: add pages (incomplete: sub-command templates only)
2021-08-24 21:50:43 +01:00
pixel
e87a65cc7d
zm: add page ( #6355 )
2021-08-24 20:53:28 +02:00
Alex
3f3f5d53f5
readpe: add page ( #6398 )
2021-08-24 20:46:56 +02:00
Kyle
0590a21917
a*, g*, i*, osx[a*-i*]: add more information links ( #6342 )
2021-08-23 16:33:24 -03:00
千玄子
ff74227350
adduser, apt-*, apt, aptitude, at: update Chinese translation ( #6400 )
2021-08-23 16:25:59 -03:00
BillLucky
b7bc62dfbb
jmap: add more information link ( #6404 )
2021-08-23 16:07:19 -03:00
marchersimon
6904f29a90
aurvote: add page ( #6394 )
...
* aurvote: add page
2021-08-23 21:46:31 +08:00
pixel
34e1796a09
moe: add page ( #6350 )
2021-08-23 09:01:20 -03:00
pixel
0974866e08
dart: add page ( #6351 )
2021-08-23 08:59:43 -03:00
bl-ue
521c5ef693
MAINTAINERS: update @bl-ue's status ( #6388 )
2021-08-22 16:25:44 -03:00
theeyeofcthulhu
b8497a4807
nordvpn: add page ( #6393 )
2021-08-22 14:58:07 +02:00
Flex Zhong
67bf062382
Update style-guide.zh.md ( #6391 )
2021-08-21 22:27:26 +02:00
noarchwastaken
a6c0668848
style-guide: add Chinese translation ( #5952 )
...
* Chinese pages: add style guide
a proposal in addition to #5240 to guide new contributors to
unify the formatting of Chinese pages.
2021-08-21 18:16:47 +08:00
Robert
d02a5daec4
alias-pages: add Swedish translation ( #6384 )
2021-08-19 08:51:45 -03:00
xiaolong
2b7a18fc18
add lsattr Chinese translation ( #6386 )
2021-08-19 14:45:31 +08:00
千玄子
2c5efc2a73
[: add Chinese translation ( #6381 )
2021-08-18 14:16:03 +02:00
marchersimon
fe35df460c
dwebp: add more examples ( #6359 )
2021-08-18 11:24:53 +02:00
Wizmon2
b37f341b58
updog: add page ( #6322 )
2021-08-17 21:08:32 +01:00
lincc
4ba58f514a
vim: refresh ( #6375 )
2021-08-17 15:11:25 -03:00
Phil Enzler
44f8f88d16
svgo: remove deprecated --enable=plugin_name example ( #6379 )
...
The `--enable` flag was removed in SVGO 2.0. For now, the only way to enable optional plugins is via config. Setting up a config file is out of scope for tldr so I'm just removing the deprecated flag in this PR.
See: https://github.com/svg/svgo/releases/tag/v2.0.0
2021-08-17 15:07:58 -03:00
Alexandru Duzsardi
2392183ef0
ssh-keygen: add key format conversion ( #6213 )
2021-08-17 20:03:15 +02:00
千玄子
491fc4f152
7z, 7za, 7zr: update Chinese translation ( #6380 )
2021-08-17 14:42:01 -03:00
Mehrad Mahmoudian
381b52163f
flameshot: add examples and fix more info link ( #6377 )
2021-08-17 09:43:01 -03:00
chris
a224afa186
machine: add page ( #6371 )
2021-08-17 01:54:43 +01:00
Lucas Gabriel Schneider
41db1d2380
linux/[l-m]: add more information link ( #6231 )
2021-08-16 12:34:01 +02:00
Vangeepuram Sreekesari
d27d2eff5a
hcitool: add page ( #6311 )
2021-08-16 03:10:05 +01:00
Seth Falco
3e4c519004
*: fix errors reported by languagetool ( #6069 )
2021-08-15 19:59:09 +02:00
千玄子
3fbefc8b77
2to3: add Chinese translation ( #6323 )
2021-08-15 19:47:13 +02:00
CleanMachine1
2bef4512ef
vcgencmd: add page ( #6309 )
2021-08-15 18:19:26 +02:00
iulian
24ba08b5ed
todoist: add page ( #6361 )
2021-08-15 17:52:54 +02:00
chris
ff3692c005
lipo: add page ( #6306 )
2021-08-15 17:46:07 +02:00
Stuart Mashaal
3f45cf2683
git-push: add command ( #6328 )
2021-08-15 16:39:11 +01:00
Kyle
6894f0a325
platformio: add more information link ( #6335 )
2021-08-15 12:30:15 -03:00
BillLucky
6bf3f8134a
docker-build: add Chinese translation ( #6314 )
2021-08-15 17:26:56 +02:00
chris
1bfc76a794
xetex: add page ( #6321 )
2021-08-15 12:25:24 -03:00
chris
62fe2a2a10
latex, pdflatex, pdftex, tex: replace `halting' with `exiting' ( #6365 )
2021-08-15 23:00:59 +08:00
Danny Mösch
41527e7bf9
topgrade: fix typo in --disable example ( #6364 )
2021-08-14 23:49:18 -03:00
Snehit Sah
530fc91ea8
yay: add -Yc example ( #6324 )
2021-08-14 14:07:18 +01:00
chris
e150609b4c
vim: reorder examples ( #6363 )
2021-08-14 13:48:15 +01:00
lincc
7d668faec6
MAINTAINERS: add @blueskyson to collaborators ( #6341 )
...
* Add blueskyson to collaborators
* Update MAINTAINERS.md
Co-authored-by: blueskyson <blueskyson1401@gmail.com>
2021-08-14 15:50:11 +08:00
errorcode
39b5be991a
cp, grub-install, grub-mkconfig, hexdump, readelf: add Chinese translation ( #6278 )
2021-08-13 18:19:36 +01:00
Alex Pláte
e1f284ac5d
README: add JetBrains IDEs plugin ( #6357 )
2021-08-13 18:55:29 +02:00
Nivethan Ar
4fb5cb8408
mkdir: add command to insert multiple directories with example ( #6326 )
2021-08-13 17:44:18 +02:00
Kyle
be4ab1bac3
paci: add more information link ( #6333 )
2021-08-13 17:17:53 +02:00
Kyle
ffe97fe80b
qemu-img: add more information link ( #6337 )
2021-08-13 17:16:35 +02:00
legendqi
a8a571582d
w: add Chinese translation ( #6327 )
2021-08-13 17:09:53 +02:00
Robert
66f8b997ac
[: add Swedish translation ( #6312 )
2021-08-13 17:06:14 +02:00
Bido Namakra
33d60552a1
miniserve: add page ( #6332 )
2021-08-13 16:01:45 +02:00
Kyle
df4da3a557
samtools: add more information link ( #6336 )
2021-08-12 23:33:57 +01:00
alirezaghey
ffdee78221
setfacl: fix typo ( #6340 )
...
for reference https://english.stackexchange.com/questions/105116/is-it-a-user-or-an-user
2021-08-12 15:23:20 -03:00
CleanMachine1
3d81e9baa1
PULL_REQUEST_TEMPLATE: add easy to copy links ( #6329 )
2021-08-12 11:18:01 -03:00
Kyle
0f09137c20
pdftotext: add more information link ( #6334 )
2021-08-12 13:27:58 +01:00
Kyle
1d5e2d17dd
rails-db: add more information link ( #6338 )
2021-08-12 09:21:15 -03:00
Axel Navarro
384ffb35cc
gh-formatting: add page ( #6290 )
2021-08-10 09:06:43 -03:00
dgcampea
444b2ef58c
xdelta: add page ( #6313 )
2021-08-09 22:52:46 +01:00
Mark McElroy
5c48375e0f
dwebp: add page ( #6304 )
2021-08-09 16:48:47 +02:00
legendqi
841643a1af
ul: add Chinese translation ( #6302 )
2021-08-09 16:47:18 +02:00
ajs256
242897dc85
circup: add page ( #6293 )
2021-08-09 16:44:20 +02:00
Navneet Aman
7927398de4
procs: add page ( #6274 )
2021-08-08 17:45:49 +02:00
lincc
0c4c907748
style-guide: add Chinese-specific rules ( #6285 )
2021-08-06 19:31:33 +02:00
BillLucky
e61ac03ef1
jhat: add Chinese translation ( #6265 )
2021-08-06 16:25:19 +08:00
Macklan Weinstein
3d7dd2169e
flake8: add page ( #6275 )
2021-08-06 01:14:47 +01:00
chris
e445bc5531
openscad: add page ( #6296 )
2021-08-06 01:24:18 +05:30
hugo
167da9b432
inotifywait: fix typo ( #6298 )
2021-08-05 14:56:47 +02:00
Victorhck
1d468104b4
useradd, userdel, usermod: add Spanish translation ( #6292 )
2021-08-05 14:18:28 +02:00
Huynh Viet
2df5567123
dict: add page ( #6283 )
2021-08-04 19:57:15 +08:00
Matt Bangert
0e9fe32c9e
choose: add page ( #6135 )
2021-08-03 20:43:32 +02:00
marchersimon
1cddf588fe
remove sigverif.md ( #6288 )
2021-08-03 12:03:53 +01:00
Axel Navarro
0da32d68eb
gh-mintty: add page ( #6291 )
2021-08-03 10:58:26 +02:00
marchersimon
12ca1c7f95
arecord: fix name of Chinese page ( #6289 )
2021-08-03 10:53:05 +02:00
Daniel Birket
31fa8a04e6
circo, fdp, neato, osage, patchwork, sfdp, twopi: add page ( #6284 )
...
* dot: prepare to add all graphviz layout engines
These changes are in preparation for adding commands: `neato`,
`circo`, `twopi`, `pfd`, `spfd`, `osage` and `patchwork`, which use
the same command syntax. This one is to argue over before posting the
other seven that are generated from the same template. Changes:
- use `gv` extension, not `dot`. Author uses `gv`.
- link to command usage guide page
- specify the type of layout in the description (varies)
- use `input` and `image` not `file` or `out_file`
- provide a list of available image formats
- show how to use the engine as a filter
- give the help command
* dot: add link angle-brackets
* Added a static list of layout engines as line 2 of description.
* dot: Accept suggestion to highlight graph type with back-quotes.
* Fix back-quotes around `png`.
* circo, fdp, neato, osage, patchwork, sfdp, twopi : add pages
See #6270 , #2580 .
This pull-request contains the other seven graphviz layout commands in
addition to `dot`, which is awaiting approval at #6270 . These files
are generated from the same template as `dot.md` there. The eight
commands differ in the command name, description line and the content
of the `echo` command in one example. (If any more changes are
required, I will regenerate all the files together.)
* gv layouts: space after flags. -o versus -O. 80 char 2nd line.
* dot: remove back-quotes from stdin, stdout to match tldr usage.
* graphviz layouts : use https not http.
* graphviz layouts : use {{png}} {{svg}} and {{gif}} as requested.
2021-08-02 18:12:07 +01:00
Daniel Birket
fa84524c0b
gml2gv, graphml2gv, gv2gml, gv2gxl, gxl2gv, mm2gv: add page ( #6286 )
2021-08-02 09:11:07 -03:00
bl-ue
289e30dfb3
Chinese pages: correct Chinese punctuation ( #5240 )
2021-08-02 10:41:09 +02:00
Daniel Birket
eaef3b4d21
yacas: add page ( #6263 )
2021-08-02 09:43:01 +02:00
Axel Navarro
74787825d5
gh-help: add formatting and mintty examples ( #6282 )
2021-08-02 09:40:30 +02:00
Axel Navarro
124fb797bb
gh-browse: add page ( #6281 )
2021-08-02 02:33:52 +01:00
legendqi
73bf6f0de8
line: add Chinese translation ( #6279 )
2021-07-30 21:44:14 +02:00
Johannes Lade
f6bb40c112
rustup: add doc example ( #6273 )
2021-07-29 10:09:05 -03:00
Seth Falco
7d72acec88
pwsh: add page ( #6249 )
2021-07-29 05:06:50 +02:00
Tom Dörr
ae695a28b9
Fix sentence ( #6272 )
2021-07-28 15:19:23 +01:00
Ikko Ashimine
4cf6b588dd
fix typo in figlet.md ( #6271 )
...
extention -> extension
2021-07-28 15:13:33 +01:00
CleanMachine1
057a416929
nano: refresh ( #6235 )
2021-07-28 15:10:07 +01:00
Axel Navarro
a14b294866
synoupgrade: add page ( #6262 )
2021-07-27 20:51:54 +02:00
Axel Navarro
1f42eaac02
synopkg: add page ( #6264 )
2021-07-27 14:06:28 -03:00
Victorhck
f8c5cc32c9
vim: update Spanish translation ( #6250 )
2021-07-27 13:01:43 -03:00
Daniel Birket
83cb0c5cd7
ffe: add page ( #6261 )
...
* ffe: add page
* ffe: changes following review comments
- Clarified required default or specific configuration
- Added .ffe to path/to/config.ffe
- Mentioned ~/fferc in --structure --print example
- Using long-format flags. Short format -c used for later samples
- Fixed case of LastNAme in sample format of --filed-list
* ffe: fix missing braces. oops.
* ffe: add back-quotes and period missing from `~/.fferc`
* ffe: Use Cobra_Case for field names in sample field-list as requested.
* ffe: Accept suggested "A configuration file is required"
* ffe: Change sample --field-list value back to author's CamelCase, as requested.
2021-07-27 17:32:04 +02:00
Amir Pourmand
afbecee447
Update htop.md ( #6267 )
2021-07-27 11:17:16 +01:00
BillLucky
184234db85
jhat: add more information link ( #6266 )
2021-07-26 18:52:14 +02:00
CleanMachine1
7eea9a22df
vim: update description ( #6237 )
2021-07-26 18:26:53 +02:00
Seth Falco
cabd356464
style-guide: add section on serial comma ( #6256 )
2021-07-25 21:17:28 +01:00
stellarstriker
af41cf8d9e
Fix invalid command ( #6260 )
2021-07-25 20:08:27 +01:00
Seth Falco
f81d5958e9
resume: add page ( #6241 )
2021-07-24 16:50:20 -03:00
Axel Navarro
fa262adaa2
protonvpn-cli: add page ( #6255 )
2021-07-24 20:18:22 +01:00
Inesgor
3c2ddfbccc
fc-pattern, sv, tomb, xkill: add examples ( #6121 )
2021-07-24 20:12:04 +01:00
CleanMachine1
a9547d0184
uname: refresh ( #6242 )
2021-07-24 19:03:30 +01:00
Nya Meteor
27dd607f59
nettop: add page ( #6254 )
2021-07-24 18:17:43 +02:00
CleanMachine1
cfa311ad0c
rtorrent: add link ( #6258 )
2021-07-23 23:01:11 +02:00
Daniel Birket
32027e2a51
ocrmypdf: add page ( #6259 )
2021-07-23 22:58:55 +05:30
yump
531b0486ce
gsettings: add page ( #6251 )
2021-07-23 00:02:05 +01:00
Nicolas Kosinski
1c050a6e38
gradle: edit assembleRelease example to show Android Studio specificity ( #6194 )
...
'assembleDebug' and 'assembleRelease' tasks are specific to Android Studio:
https://developer.android.com/studio/build/building-cmdline#ReleaseMode
https://stackoverflow.com/questions/44185165/what-are-the-differences-between-gradle-assemble-and-gradle-build-tasks
They are not common tasks like 'build', 'assemble' and 'check':
https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_executing_tasks
2021-07-22 13:32:13 +01:00
gsobell
2682aa5d8c
am, alacritty, bastet, colordiff, dash, i3, nmtui, radeontop, ufw, zypper: add Italian translation ( #6221 )
2021-07-22 09:11:41 -03:00
CleanMachine1
c7cf075368
fdisk: refresh ( #6196 )
2021-07-22 13:04:53 +01:00
CleanMachine1
6658b4e656
rebasing ruined sehts commits
2021-07-21 17:38:43 +01:00
CleanMachine1
4e4ba9c192
git-abort: added marchersimon's suggestions
2021-07-21 17:38:43 +01:00
CleanMachine1
09ae50091f
added part of git extras
2021-07-21 17:38:43 +01:00
CleanMachine1
200a2e0077
git-abort: add page
2021-07-21 17:38:43 +01:00
Muhammad Falak R Wani
acb6e1c412
az-login: add page ( #6228 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-07-20 14:01:17 +05:30
Laurent Indermühle
0e1a6e39f2
gunzip: add command to keep original files ( #6247 )
2021-07-19 23:13:07 +01:00
Victorhck
ebef4478ac
vim, vimtutor, vimdiff: add Spanish translation ( #6239 )
2021-07-19 11:32:55 -03:00
Muhammad Falak R Wani
81d1bb75d1
az-vm: use az instead of azure-cli ( #6244 )
2021-07-18 20:34:12 +01:00
Simon Marcher
155df72786
git-commit: add gpg-sign example
2021-07-18 21:28:23 +02:00
Simon Marcher
30e8740521
git-commit: sync German translation
2021-07-18 21:28:23 +02:00
marchersimon
1dcdac60df
7za, 7zr, ansible-galaxy, convert, dd, exa, fuck, git-*, gpg, ls, mv: sync German page ( #6226 )
2021-07-18 15:00:45 -03:00
marchersimon
5cd007ea0b
arch.md: remove Chinese translation ( #6245 )
2021-07-18 16:14:54 +05:30
Quentin
6bc3ecf34a
radeontop: update page ( #6156 )
2021-07-18 12:41:38 +02:00
marchersimon
e62b8f05ad
musescore: add German translation ( #6234 )
2021-07-18 12:00:00 +02:00
Muhammad Falak R Wani
8b934ddd8b
az-account: add page ( #6204 )
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-07-18 13:54:54 +05:30
Melvin
3d07599357
vnstati: add page ( #6175 )
2021-07-17 15:11:18 +02:00
Peter Babič
3f4d0a37fd
restic: fix restore example ( #6240 )
2021-07-17 15:10:38 +02:00
Muhammad Falak R Wani
dad79c77e0
az-logout: add page ( #6229 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-07-17 11:12:18 +05:30
CleanMachine1
6637acf662
scripts: add SPDX-License-Identifier in files ( #6215 )
2021-07-16 14:15:31 +01:00
BillLucky
6366fb7ddf
jenv: add Chinese translation ( #6223 )
2021-07-16 09:06:29 -03:00
Muhammad Falak R Wani
9d221a36b7
az-vm: add page ( #6222 )
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-07-16 15:22:37 +05:30
Victorhck
c46ebc0fa1
zypper, i3: add Spanish translation ( #6238 )
2021-07-15 19:33:57 -03:00
CleanMachine1
a0d4294890
PULL_REQUEST_TEMPLATE: repo - repository ( #6236 )
2021-07-15 17:06:18 +01:00
lincc
38a68dd9d5
docker: add Chinese translation ( #6230 )
2021-07-15 12:32:11 -03:00
otterbaub
b012cbe22a
ffuf: add page ( #6183 )
2021-07-15 14:44:28 +02:00
John Toohey
37e4ef7696
prettier: add page ( #6192 )
2021-07-14 21:58:53 +02:00
Axel Navarro
d5f22be326
showfigfonts: add page ( #6217 )
2021-07-14 21:31:29 +02:00
Victorhck
5c50041755
zypper: add link and example about repos management ( #6225 )
2021-07-14 20:23:26 +01:00
CleanMachine1
d669df65f1
wifi-menu: add page ( #6202 )
2021-07-14 18:55:40 +02:00
marchersimon
b615ea1e34
*: replace `java` with `Java` and `c++` with `C++` ( #6224 )
2021-07-13 14:29:48 +05:30
lincc
03e2e3389e
ifconfig: add more information link ( #6218 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-07-12 12:21:22 +05:30
CleanMachine1
2b871bedec
nmcli: refresh ( #6203 )
2021-07-11 20:40:19 +01:00
gsobell
001cc048e3
cmatrix, md5sum, more: add Italian translation ( #6211 )
2021-07-11 15:26:41 -03:00
CleanMachine1
3ac60f1062
linux/u*: add links ( #6190 )
2021-07-11 18:17:29 +01:00
Victorhck
b905e0880a
pwd, zsh: add Spanish translation ( #6216 )
2021-07-10 23:34:16 -03:00
marchersimon
73ee6f771b
pio-ci: add page ( #6186 )
2021-07-10 23:16:22 +02:00
lincc
772fd67d8d
code: add traditional Chinese translation ( #6214 )
2021-07-10 23:14:52 +02:00
Peter Babič
5c70d65896
restic: replace -r by long argument --repo ( #6212 )
2021-07-10 15:36:37 -03:00
Axel Navarro
db46da960d
deps: upgrade husky to v7.0.1 ( #6207 )
...
Bump glob to v7.1.7.
2021-07-10 11:16:50 -03:00
Victorhck
2219faa37c
bc, figlet: add Spanish translation ( #6208 )
2021-07-09 19:32:40 -03:00
Stig124
3697c62b5e
linux/[a-g]: add more information link ( #6076 )
2021-07-09 16:45:55 +02:00
marchersimon
0888fabbd0
sdcv: fix spelling error ( #6206 )
2021-07-09 10:10:08 +05:30
Ben Anderson
2dc847873b
xinput: add list-props and set-prop examples ( #6205 )
2021-07-08 10:13:59 -03:00
Adrian Wyssmann
b5fbf4c24d
ansible-galaxy: add role info and collection info examples ( #6187 )
2021-07-08 07:27:17 -03:00
258204
6b8fdbee8e
sdcv: add page ( #6145 )
2021-07-07 20:33:01 +01:00
lincc
97c58c39c6
cp: add traditional Chinese translation ( #6201 )
2021-07-07 20:10:37 +08:00
CleanMachine1
dcc9ababe6
README: add python client in How do I use it section ( #6136 )
2021-07-06 21:28:55 +01:00
Graham Ashton
2588e62937
podman: update more information link ( #6199 )
...
The page documenting all the podman subcommands has been moved.
This commit updates the link to the new location.
2021-07-06 08:28:21 -03:00
CleanMachine1
ed8d7cc810
nmcli-monitor: add page ( #6168 )
2021-07-06 12:59:24 +02:00
lincc
46676178ea
bash: add traditional Chinese translation ( #6191 )
2021-07-06 12:35:31 +02:00
CleanMachine1
ec92caa35b
gpg: add --full-generate-key example ( #6195 )
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-07-06 08:49:59 +05:30
João Pedro Fonseca Dantas
4f714f14de
histexpand: add `!N` and `!?string?` commands ( #6051 )
2021-07-05 20:35:47 +01:00
scrouthtv
00e4396521
gzip: add --keep example ( #6193 )
2021-07-04 22:02:33 +01:00
CleanMachine1
9ca79aa36b
git-show-tree: add page ( #6164 )
2021-07-02 21:21:05 +01:00
lincc
21125a2915
w: add traditional Chinese translation ( #6178 )
2021-07-02 21:10:49 +01:00
CleanMachine1
4c0aa1ac0c
gcc: add long flag ( #6182 )
2021-07-02 20:38:46 +01:00
CleanMachine1
c5b0987e78
pihole: add examples ( #6189 )
2021-07-02 20:29:24 +01:00
marchersimon
6534b52a2e
*: replace dead more information links ( #5724 )
2021-07-02 21:22:57 +02:00
Axel Navarro
b082abb50f
mongoexport: add page ( #6041 )
2021-07-01 10:47:24 +02:00
CleanMachine1
13840352d1
nmcli-connection: add import VPN example ( #6185 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-07-01 07:57:27 +05:30
Stig124
5bacde463d
keepassxc-cli: add page ( #6071 )
2021-06-30 05:40:57 -03:00
Kelly Brazil
82de400ab8
jtbl: add page ( #6181 )
2021-06-30 07:50:39 +02:00
CleanMachine1
ce099fa062
htop: refresh and add more information link ( #6165 )
2021-06-29 21:33:50 +01:00
Peter Babič
826b295394
lxi: add page ( #6174 )
2021-06-29 21:31:37 +01:00
marchersimon
e64cd91d5b
history: add note for zsh ( #6110 )
2021-06-29 21:26:09 +01:00
BillLucky
1555cfec36
bugreportz: add Chinese translation ( #6176 )
2021-06-29 21:24:36 +01:00
CleanMachine1
cc755655a3
git-verify-tag: add page ( #6139 )
2021-06-29 19:34:06 +01:00
Adam Herst
2359da0153
fdisk: add See also ( #6179 )
2021-06-29 19:25:39 +02:00
marchersimon
f2ebffb9c6
git-terminal.md: add commands to update a fork and change email ( #5956 )
2021-06-29 19:00:13 +02:00
CleanMachine1
d86d3d6206
linux/t*: add information link ( #6166 )
2021-06-28 23:48:24 +01:00
Kohei SUGI
2afdeff56f
gh-pr-create: add page ( #6159 )
2021-06-28 21:58:36 +02:00
Seth Falco
c5bc7d0852
docker-build: add example with docker from stdin ( #6103 )
2021-06-25 21:20:54 +01:00
Axel Navarro
85d8608478
bluetoothd: add page ( #6158 )
2021-06-25 21:05:54 +01:00
Matt Cristantello
9619f7a3ba
kubectl-run: add page ( #6161 )
2021-06-25 20:53:12 +01:00
Adam Herst
09eb57be3d
vgscan, vgchange: add page ( #6128 )
2021-06-25 20:49:56 +01:00
Seth Falco
3daf7524fe
kscreen-console, kscreen-doctor: add page ( #6078 )
2021-06-25 20:43:07 +01:00
Arnaud Spiwack
62d960c914
pixiecore: add page ( #6094 )
2021-06-25 20:32:48 +01:00
CleanMachine1
307895cb30
ufw: add more information link ( #6170 )
2021-06-25 10:13:37 +05:30
Adam Herst
8f30792b7d
parted: add See also ( #6162 )
2021-06-24 21:35:40 +01:00
258204
e55d089237
aws-cur: add page ( #6133 )
2021-06-23 15:34:14 +01:00
258204
a01df47bc1
aws-s3api: add page ( #6132 )
2021-06-23 15:31:52 +01:00
Florian B
4d63c004ee
git-show-index: add page ( #5940 )
2021-06-23 10:04:08 -04:00
marchersimon
56d35f0c97
make banner in README transparent ( #6063 )
2021-06-23 09:45:12 -04:00
Axel Navarro
78570a4432
style-guide: clarify that any client may have --render ( #5915 )
2021-06-23 14:36:44 +01:00
Adam Herst
80af906c5f
Update virsh-pool-build.md
2021-06-23 14:22:33 +01:00
Adam Herst
fcbff320ae
Update virsh-pool-undefine.md
2021-06-23 14:22:33 +01:00
Adam Herst
6945451307
Update virsh-pool-start.md
2021-06-23 14:22:33 +01:00
Adam Herst
a4c8e41007
Update virsh-pool-list.md
2021-06-23 14:22:33 +01:00
Adam Herst
ab82c476d1
Update virsh-pool-destroy.md
2021-06-23 14:22:33 +01:00
Adam Herst
2c56ba0344
Update virsh-pool-define-as.md
2021-06-23 14:22:33 +01:00
Adam Herst
0b3514f74f
Update virsh-pool-delete.md
2021-06-23 14:22:33 +01:00
Adam Herst
4c5068c69e
Update virsh-pool-define-as.md
2021-06-23 14:22:33 +01:00
Adam Herst
19037eb285
Update virsh-pool-build.md
2021-06-23 14:22:33 +01:00
Adam Herst
6db809eed6
Update pages/common/virsh-pool-build.md
2021-06-23 14:22:33 +01:00
Adam Herst
7c85feaad5
Update pages/common/virsh-pool-start.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
e4541ccecc
Update pages/common/virsh-pool-undefine.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
e0746611da
Update pages/common/virsh-pool-autostart.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
726a557b37
Update pages/common/virsh-pool-info.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
9cc8c80c8e
Update pages/common/virsh-pool-destroy.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
154a5310fa
Update pages/common/virsh-pool-delete.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-23 14:22:33 +01:00
Adam Herst
961735abe1
Update virsh-pool-undefine.md
2021-06-23 14:22:33 +01:00
Adam Herst
41edb02bcb
Update virsh-pool-start.md
2021-06-23 14:22:33 +01:00
Adam Herst
9e2c31d3a1
Update virsh-pool-list.md
2021-06-23 14:22:33 +01:00
Adam Herst
11e2abdb5b
Update virsh-pool-info.md
2021-06-23 14:22:33 +01:00
Adam Herst
388e628643
Update virsh-pool-destroy.md
2021-06-23 14:22:33 +01:00
Adam Herst
7793a86823
Update virsh-pool-delete.md
2021-06-23 14:22:33 +01:00
Adam Herst
710ab01938
Update virsh-pool-define-as.md
2021-06-23 14:22:33 +01:00
Adam Herst
c66cee3286
Update virsh-pool-build.md
2021-06-23 14:22:33 +01:00
Adam Herst
295424276b
Update virsh-pool-autostart.md
2021-06-23 14:22:33 +01:00
Adam Herst
f37935a463
Update virsh-pool-define-as.md
2021-06-23 14:22:33 +01:00
Adam Herst
882067d933
virsh-pool-*: add pages
2021-06-23 14:22:33 +01:00
258204
6f1cd48ae2
docker-login: add page ( #6137 )
2021-06-23 10:05:47 +02:00
258204
1d37695096
aws-ecr: add page ( #6134 )
2021-06-23 10:00:15 +02:00
bl-ue
b79a6ce45a
MAINTAINERS: add newline for consistency ( #6160 )
2021-06-23 09:27:39 +05:30
Patrice Denis
a413b9555b
multiple pages: fix typos in French translation ( #5909 )
2021-06-22 20:34:03 -04:00
bl-ue
f9aac432e9
esbuild: fix grammar ( #6157 )
2021-06-22 12:07:53 -04:00
CleanMachine1
42b99f7d1c
mklost+found: add page ( #6144 )
2021-06-22 15:45:18 +00:00
bl-ue
52a8ce9cf7
ghost: fix grammar ( #6151 )
2021-06-22 08:13:40 -04:00
Nicolas Kosinski
8f9e3caf29
hub: add sync example ( #6108 )
2021-06-21 21:06:21 +02:00
marchersimon
f7f16b8502
Add contributing-guides/alias-pages.md ( #5988 )
...
Co-authored-by: Abhishek Keshri <keshri.abhishek63@gmail.com>
Co-authored-by: ktrueda <kentaro.ueda.kentaro@gmail.com>
Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
Co-authored-by: Merjem Bajramovic <merjembajramovic8@gmail.com>
Co-authored-by: Levi Rizki Saputra <42236775+levirs565@users.noreply.github.com>
Co-authored-by: Natechawin Suthison <natechawin@gmail.com>
Co-authored-by: noarchwastaken <noarch@n0ar.ch>
Co-authored-by: Tristan <code@thewoosh.me>
Co-authored-by: Abraham Raji <abrahamraji99@gmail.com>
Co-authored-by: Grzegorz Koperwas <grzes869@gmail.com>
Co-authored-by: Anton Khlynovskiy <subzey@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: Patrice Denis <patrice.denis@gmail.com>
Co-authored-by: bl-ue <bl-ue@users.noreply.github.com>
Co-authored-by: navarroaxel <navarroaxel@gmail.com>
2021-06-21 13:17:29 -04:00
Seth Falco
c298b5ac0a
MAINTAINERS: add @SethFalco to org ( #6150 )
2021-06-21 13:13:11 -04:00
Muhammad Falak R Wani
c9edf3f021
MAINTAINERS: add @mfrw to org ( #6148 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-21 17:24:39 +05:30
Benjamin Grant
4232eb56cb
convert: add .ico example ( #6143 )
2021-06-21 09:23:33 +02:00
CleanMachine1
abfb27a4dd
git-rename-remote: add page ( #6138 )
2021-06-18 22:39:22 +01:00
CleanMachine1
e2f8157df4
dillo: add page ( #6114 )
2021-06-18 19:08:45 +02:00
aaaawwWWWwwwwWWW
b63dc1abf0
kdeconnect-cli: add share file/url; remove redundant pair ( #6119 )
2021-06-18 19:03:45 +02:00
CleanMachine1
274b41e10c
git-missing: add page ( #6126 )
2021-06-18 07:49:17 -04:00
258204
99b5b6d5d7
aws-secretsmanager: add page ( #6131 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-18 07:45:39 +05:30
Seth Falco
f50ae7e905
pip3: fix argument spelling ( #6140 )
2021-06-18 07:22:17 +05:30
Fake4d
c327bf7e75
xmount: add page ( #6106 )
2021-06-17 17:06:08 -04:00
Adam Herst
d5c86c927e
partprobe: add page ( #6129 )
2021-06-17 21:39:46 +01:00
Ox1080
ea473db769
openssl-ts: add page ( #6125 )
2021-06-17 13:06:43 +01:00
Davi
f60e542813
go-test: add page ( #6130 )
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-17 07:37:59 +05:30
BillLucky
6fce037a42
bugreport: add Chinese translation ( #6127 )
2021-06-16 17:58:38 +08:00
Muhammad Falak R Wani
05b3ad3625
peco: add page ( #6120 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-06-15 11:12:55 +05:30
marchersimon
68023b7eb8
emacs, emacsclient: refresh ( #6096 )
2021-06-14 18:27:30 -04:00
CleanMachine1
498e88cef7
MAINTAINERS: add @CleanMachine1 to org members ( #6124 )
2021-06-14 16:12:25 -03:00
CleanMachine1
03b66517c4
terminator, timedatectl, tomb: add more information links ( #6122 )
2021-06-14 13:49:31 -04:00
Axel Navarro
d4ef900b99
lighthouse: add page ( #6102 )
2021-06-14 17:26:53 +01:00
CleanMachine1
88e0a1b162
Update pages/common/fuck.md
2021-06-14 17:24:48 +01:00
CleanMachine1
707ae1b4f4
Fuck: add yes flag command
2021-06-14 17:24:48 +01:00
Kelly Brazil
675c18582c
jello: add page ( #6113 )
...
* jello: add page
add page for jello command (I am the author) https://github.com/kellyjonbrazil/jello
* add bash language identifier
* add string example
* remove mult-line command example that was causing CI failure
* Uppercase Python
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* move quotation marks
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* add bracket at beginning of dictionary
* make 'some text` a variable
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* update stdin/stdout wording
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Clarify stdin and stdout. Also, change JSON LInes to JSON-Lines
* Clarify 'grepable'
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-06-12 16:30:03 +02:00
ddgond
cd5fccfcbb
caddy: add page ( #6115 )
2021-06-12 10:01:33 -04:00
marchersimon
aebd17a6cb
colorpicker: add page ( #6098 )
2021-06-11 19:36:18 +01:00
Florian B
87004beb0e
git-daemon: add page ( #5938 )
2021-06-11 19:35:19 +01:00
Miroslav Shubernetskiy
5b64655ebc
openvpn3: add page ( #6107 )
2021-06-11 16:36:54 +02:00
marchersimon
103edfabfb
bugreport, bugreportz: add page ( #5743 )
2021-06-11 16:31:27 +02:00
CleanMachine1
427911afd3
git-obliterate: add page ( #6099 )
2021-06-11 16:19:21 +02:00
Muhammad Falak R Wani
2aa806202d
fzf: refresh wording of examples ( #6112 )
...
Co-authored-by: Muhammad Falak Wani <mwani@microsoft.com>
2021-06-11 09:22:21 -04:00
CleanMachine1
c56a28bc7f
Update pages/common/git-commit.md
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-06-10 21:01:58 +01:00
CleanMachine1
6814b4352b
git-commit: add example
2021-06-10 21:01:58 +01:00
Muhammad Falak R Wani
d6ad312c5f
skim: add page ( #6081 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Nicolas Kosinski <nico_kosi-dev@yahoo.com>
2021-06-10 23:30:57 +05:30
Axel Navarro
2f553aca07
git-clone: add core.sshCommand example ( #6109 )
2021-06-10 18:26:20 +02:00
marchersimon
b139da2bb6
opds*: add link and see also note ( #6074 )
2021-06-09 08:12:11 +02:00
Itai Nelken
0bd4d824f0
readlink: add page ( #6104 )
2021-06-08 18:50:40 +01:00
Reinhart Previano Koentjoro
f30dfe524c
nvm: add Indonesian translation ( #6068 )
2021-06-08 08:33:21 -03:00
CleanMachine1
0314a12409
pacman: use long arguments and replace -Qo example ( #6083 )
2021-06-07 21:26:05 +01:00
Jake Vossen
542b4bf1c3
llvm-dis: add page ( #6049 )
2021-06-07 21:05:50 +01:00
CleanMachine1
4272859c5b
git-summary: add page ( #6065 )
2021-06-07 21:03:11 +01:00
Janek
0b828c5664
pdfjoin: refresh ( #5787 )
2021-06-07 20:44:02 +01:00
marchersimon
4b097a1ed2
sigverif: remove page
2021-06-07 20:22:34 +01:00
marchersimon
4755d715b7
windows: add links
2021-06-07 20:22:34 +01:00
Axel Navarro
af77f6479f
gh-issue-create: add page ( #6039 )
2021-06-07 20:08:30 +01:00
CleanMachine1
f1f15c8477
git-release: update ( #6101 )
2021-06-07 17:17:12 +01:00
CleanMachine1
b6b2d9a344
git-release: add page ( #6095 )
2021-06-06 20:07:52 +01:00
CleanMachine1
62d3c28db4
tldr: include all platform options ( #6093 )
2021-06-06 00:00:35 +01:00
Seth Falco
0a5e38a2c0
flatpak-builder: add page ( #6089 )
2021-06-06 00:23:42 +02:00
CleanMachine1
8200d3cb8a
dd: add backup commands ( #6047 )
2021-06-05 20:53:27 +01:00
CleanMachine1
497cc059ec
git-rename-tag: add page
2021-06-05 18:09:27 +01:00
marchersimon
14529866e2
okular: add page ( #6070 )
2021-06-04 12:06:17 +01:00
Seth Falco
8f85a31e63
qtchooser: add page ( #6079 )
2021-06-04 12:05:46 +01:00
marchersimon
61cc8ff0ed
ln: fix typo in flag of Italian page
...
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2021-06-03 19:20:14 +00:00
marchersimon
0deb4d0597
ln: convert paths to absolute
2021-06-03 19:20:14 +00:00
Phil Rukin
c9d70c3f18
pm2: remove duplicate monit example ( #6090 )
2021-06-03 14:07:14 -03:00
kp
2106a1302a
2to3: add pt_BR translation ( #5886 )
2021-06-03 17:29:04 +02:00
Nicolas Kosinski
31e826b6fb
git-ignore: add page (and move former to git-ignore-io) ( #5908 )
2021-06-02 13:42:24 +01:00
CleanMachine1
f152aba94f
git-contrib: add page ( #6064 )
2021-06-01 16:28:37 +01:00
CleanMachine1
6f2699a458
git-setup: add page ( #6057 )
2021-06-01 16:19:54 +01:00
AxiomaticAxolotl
af071f53d5
reboot: fix typo in example ( #6082 )
2021-06-01 12:01:39 -03:00
marchersimon
cfd0b5bd34
xfce4-screenshooter, xfce4-terminal: add link ( #6075 )
2021-05-31 14:06:30 -03:00
marchersimon
89013d28a5
pulseaudio: add link ( #6072 )
2021-05-31 08:05:19 -04:00
BillLucky
5003d6a97f
mvn: add Chinese translation ( #6080 )
2021-05-31 08:52:43 -03:00
Stig124
0bf9645dd5
set-more-info-link.py: add shebang ( #6077 )
2021-05-30 17:16:53 -03:00
Axel Navarro
df2ebc7b86
mongoimport: add page ( #6008 )
2021-05-30 14:20:00 +01:00
Reinhart Previano Koentjoro
3f425e5b43
chkdsk: add Indonesian translation ( #6067 )
2021-05-30 00:12:36 -03:00
CleanMachine1
04d8f99789
git-info: add page ( #6058 )
2021-05-29 20:34:28 +01:00
CleanMachine1
50c36615bf
lxterminal: add page ( #6042 )
2021-05-29 18:59:09 +01:00
Reinhart Previano Koentjoro
3f473b43d7
find: add Indonesian translation ( #6066 )
2021-05-29 12:51:48 -03:00
Reinhart Previano Koentjoro
c7d686427a
7z, 7za, 7zr: add Indonesian translation ( #6061 )
2021-05-28 16:02:42 -03:00
Reinhart Previano Koentjoro
0bdc9c2067
2to3: add Indonesian translation ( #6060 )
2021-05-28 16:02:34 -03:00
Reinhart Previano Koentjoro
316e5914ae
ver: add Indonesian translation ( #6059 )
2021-05-28 16:02:23 -03:00
Janek
7aefc85884
git-range-diff: add page ( #5701 )
2021-05-28 20:01:27 +02:00
marchersimon
9fe15f5609
git-reset: clarify patch example and use long option ( #6006 )
2021-05-28 07:30:39 -04:00
Tomek Szczęsny
404065adae
stty: fix typo ( #6055 )
...
According to `stty --help`, the `-F` argument must be capital (lowercase is not recognized).
Some Asian translation appears to have the same error, but I didn't want to break encoding.
2021-05-27 23:58:42 +01:00
Reinhart Previano Koentjoro
0cca0c93c9
ipconfig, scrcpy: add Indonesian translation ( #6045 )
...
* scrcpy: Add "--serial" option
Display a mirror of a specific device based on its serial ID or IP address, as shown in the "adb devices" command
* Simplify words
* Update pages/common/scrcpy.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* common/cd: Add Indonesian translation
* ipconfig: Add Indonesian translation
* ipconfig: Fix typo
* scrcpy: Localize Indonesian path/to/file
* Update pages.id/windows/ipconfig.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* ipconfig: Localise adapter to adaptor
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-27 23:47:42 +01:00
Seth Falco
c0ea286ede
snap: add example to update to another channel ( #6046 )
2021-05-27 23:44:39 +01:00
bl-ue
f53c6b87f9
idnits: add page ( #6000 )
2021-05-27 23:29:26 +01:00
Hervé Nivon
528727f70f
conda: fix examples ( #6050 )
2021-05-27 22:23:56 +01:00
CouldBeThis
db8d5ab804
fileicon: add page ( #5953 )
...
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2021-05-27 19:26:42 +01:00
João Pedro Fonseca Dantas
3b84ce570f
mke2fs: replace ext3 duplicaded for new ext4 ( #6054 )
2021-05-27 13:17:46 -03:00
CleanMachine1
331a54fdda
git-delete-branch: add page ( #6011 )
2021-05-27 07:26:25 -04:00
Luke Harold Miles
0ddefb9a9f
conda-create: add page ( #6043 )
2021-05-27 02:14:24 +01:00
Jake Vossen
abc32c236d
offlineimap: add page ( #6048 )
2021-05-26 13:35:01 +01:00
CleanMachine1
d45e49f900
kdocker: add page ( #6044 )
2021-05-25 14:51:50 -04:00
BillLucky
cb7ecf03e4
make: add Chinese translation ( #6019 )
2021-05-25 13:25:01 -04:00
BillLucky
1781b34473
logcat: add Chinese translation ( #6027 )
2021-05-25 13:24:05 -04:00
BillLucky
13836d2150
dumpsys: add Chinese translation ( #6024 )
2021-05-25 12:56:16 -04:00
BillLucky
5740bd061a
pm: add Chinese translation ( #6028 )
2021-05-25 13:43:36 -03:00
bl-ue
2ffe2276df
git-fame: add page ( #6012 )
2021-05-24 23:45:21 +01:00
CleanMachine1
47892fbb04
git-extras: add page ( #6037 )
2021-05-24 22:10:18 +01:00
Fazle Arefin
fc659ec734
truncate: add example ( #6038 )
2021-05-24 15:48:17 -03:00
Axel Navarro
7f934c7594
gh-pr-merge: add --help example ( #6040 )
2021-05-24 12:28:06 -04:00
Axel Navarro
e5d018d0b5
git-authors: fix example descriptions ( #5987 )
2021-05-24 13:53:03 +01:00
CleanMachine1
df9b9a9a20
git-graft: add page ( #6034 )
2021-05-24 09:18:05 -03:00
Gustavo Cavalieri Fernandes
2cf4c9aa66
watch: add pt_BR translation ( #6014 )
2021-05-24 09:06:01 -03:00
BillLucky
847965b1b2
mongod: add Chinese translation ( #6020 )
2021-05-23 10:51:54 -04:00
BillLucky
1ba82ef8a5
cmd: add Chinese translation ( #6022 )
2021-05-23 10:51:49 -04:00
BillLucky
a0f69f3dc8
dalvikvm: add Chinese translation ( #6023 )
2021-05-23 10:51:23 -04:00
BillLucky
d3b96202e6
settings: add Chinese translation ( #6029 )
2021-05-23 10:51:09 -04:00
BillLucky
a2b4064860
wm: add more information link ( #6030 )
...
> More infomation: <https://adbinstaller.com/commands/adb-shell-wm-5b672b17e7958178a2955538 >.
2021-05-23 10:51:03 -04:00
BillLucky
8441d0e62a
exit: add Chinese translation ( #6033 )
2021-05-23 10:50:41 -04:00
BillLucky
0731957862
etcd: add Chinese translation ( #6032 )
2021-05-23 10:50:20 -04:00
BillLucky
9b654dd6c1
wm: add Chinese translation ( #6031 )
2021-05-23 10:50:14 -04:00
BillLucky
242ac9ec04
input: add Chinese translation ( #6026 )
2021-05-23 10:50:09 -04:00
BillLucky
fb3e719fad
getprop: add Chinese translation ( #6025 )
2021-05-23 10:50:02 -04:00
BillLucky
0708764efa
jps: add Chinese translation ( #6018 )
2021-05-23 10:49:56 -04:00
BillLucky
0ba1bba440
am: add Chinese translation ( #6021 )
2021-05-23 10:49:42 -04:00
Muhammad Falak R Wani
026e22a874
git-fork: add page ( #6013 )
...
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
2021-05-23 18:45:33 +05:30
CleanMachine1
8a60b2eadd
git-effort: add page ( #6002 )
2021-05-23 14:47:04 +02:00
BillLucky
07c6ae3bc0
jps: add more information link ( #6017 )
2021-05-23 07:38:15 -04:00
Florian B
1c6098b19a
git-mailinfo: add page ( #5939 )
...
* git-mailinfo: add page
* improve example
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-mailinfo.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-23 02:25:59 +02:00
marchersimon
1071206477
git-touch: add page ( #6015 )
2021-05-23 02:23:43 +02:00
marchersimon
19853b03f1
pio-remote: add page ( #5902 )
...
* pio-remote: add page
* Add second friend
* Apply suggestions from code review
* remove "usually" from description
* Add brackets to command in description
2021-05-23 02:06:55 +02:00
ashishbinu
fe7a55124a
screenkey: add page ( #5999 )
...
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-05-22 14:45:35 +01:00
BillLucky
b9f699c055
javadoc: add Chinese translation ( #6016 )
2021-05-22 08:40:53 -04:00
Muhammad Falak R Wani
82fccf7761
git-delta: add page ( #6010 )
...
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-22 00:30:34 +05:30
CleanMachine1
ed0428f208
git-root: add page ( #6009 )
2021-05-21 18:32:02 +01:00
marchersimon
4b21777111
josm: add page ( #6007 )
2021-05-21 16:20:12 +02:00
CleanMachine1
25b0b73f9d
git-reset-file: add page ( #6003 )
2021-05-21 09:15:48 -03:00
jack1142
bf009c27cc
mv: add move multiple source paths to a directory example ( #6004 )
2021-05-21 08:29:18 -03:00
Axel Navarro
b0cedebfc1
gh-secret-set: add page ( #5996 )
2021-05-21 11:41:45 +01:00
marchersimon
a96dddd224
stl2gts: add page ( #5969 )
2021-05-21 11:13:10 +02:00
BillLucky
2df401d613
jarsigner: add Chinese translation ( #6005 )
2021-05-21 10:07:16 +02:00
bl-ue
8ebd171d6f
*: fix typos reported by Hunspell ( #5848 )
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00
CleanMachine1
3d70909e0c
git-local-commits: add page ( #5981 )
2021-05-20 21:03:46 +01:00
CleanMachine1
e37e98442b
cowsay: refresh ( #5934 )
2021-05-20 20:18:23 +01:00
anakimluke
23b9d8fe69
shuf: expand short options to long ones ( #6001 )
2021-05-20 20:07:38 +01:00
bl-ue
33b5fcd7bd
Revert "date: fix typo ( #4069 )" ( #5997 )
2021-05-20 17:36:10 +01:00
anakimluke
5d3be85e4d
shuf: improve usage example and its description ( #5992 )
2021-05-20 15:50:45 +01:00
bl-ue
f714a5c746
MAINTAINERS: add @Waples to org members ( #5998 )
2021-05-20 13:27:53 +02:00
Seth Falco
8eaccfa18f
MAINTAINERS: add @SethFalco to collaborators ( #5994 )
2021-05-19 13:16:33 -03:00
Axel Navarro
9c2d5b51a6
git-init: add --initial-branch example ( #5990 )
2021-05-19 11:20:16 -04:00
Wyatt Childers
f2b054d0e1
rg: improved fixed string suggestion ( #5995 )
...
It's better to include a `--` prior to the search string so that strings
starting with `--` (e.g. `--foo`) aren't processed as cli options.
https://github.com/BurntSushi/ripgrep/discussions/1560#discussioncomment-6346
2021-05-19 11:19:10 -04:00
CleanMachine1
40c7bc1e6a
git-count: add page ( #5970 )
2021-05-19 15:43:48 +01:00
Seth
94a4e08932
uuidd: add page ( #5991 )
2021-05-18 22:49:07 -04:00
Nahin Khan
05128b2913
bfg: add page ( #5984 )
2021-05-18 18:17:47 -03:00
Seth
7b1de0b54f
wp: add page ( #5985 )
2021-05-18 14:30:58 -04:00
CleanMachine1
440330bd7d
git-authors: add page ( #5951 )
2021-05-18 19:30:38 +01:00
CleanMachine1
d5ec320f47
aria2: convert into page alias for aria2c ( #5983 )
2021-05-18 19:22:38 +01:00
CleanMachine1
c25d84b7dc
git-undo: add page ( #5980 )
2021-05-18 19:14:07 +01:00
CleanMachine1
516bd0e097
git-create-branch: add page ( #5982 )
2021-05-18 19:10:45 +01:00
Axel Navarro
6b40df8c17
starship-init: add page ( #5972 )
2021-05-18 15:09:17 -03:00
CleanMachine1
4425af285c
git-repl: add page ( #5974 )
2021-05-18 15:03:24 -03:00
bl-ue
dccb963036
uudecode: add page ( #5971 )
2021-05-18 14:41:46 -03:00
CleanMachine1
15ec11454f
git-alias: add page ( #5979 )
2021-05-17 20:12:45 +02:00
CleanMachine1
71340ccab7
git-archive-file: add page ( #5960 )
2021-05-17 19:07:55 +01:00
BillLucky
ba782f8b78
jar: add Chinese translation ( #5977 )
2021-05-17 13:47:25 -04:00
Coelacanthus
93cafcd821
btrfs*: add Chinese translation ( #5244 )
2021-05-17 18:36:45 +01:00
Fazle Arefin
a81bad6485
find: add example to find and delete empty files ( #5973 )
2021-05-16 20:06:51 +01:00
Steven Pitts
f82fd9c8f3
dconf, dconf-write: add page ( #5967 )
2021-05-16 13:47:31 -04:00
CleanMachine1
a647b75b19
Changed syntax of how hashes are
2021-05-16 14:09:45 +01:00
CleanMachine1
67c95952cf
Update pages/common/git-verify-commit.md
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
83dd186eb6
@bl-ue , take a look
2021-05-16 14:09:45 +01:00
CleanMachine1
791ef71fdc
Update pages/common/git-verify-commit.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
022ce7a0bd
Changed SHA to just using hash
2021-05-16 14:09:45 +01:00
CleanMachine1
bd5c68fb14
Changed SHA1 and SHA2 to just SHA since -1 is a type of SHA
2021-05-16 14:09:45 +01:00
CleanMachine1
45ebbd53b5
Update pages/common/git-verify-commit.md
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
5cfad65689
Update pages/common/git-verify-commit.md
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
6d3d553a8e
Update pages/common/git-verify-commit.md
...
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
880fccb397
Changed commitSHAhash to commit_SHA
2021-05-16 14:09:45 +01:00
CleanMachine1
94f7e5acb7
Update pages/common/git-verify-commit.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
42adfe6798
Update pages/common/git-verify-commit.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
005e3f0d5f
Update pages/common/git-verify-commit.md
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-16 14:09:45 +01:00
CleanMachine1
a4ef023764
Update pages/common/git-verify-commit.md
2021-05-16 14:09:45 +01:00
CleanMachine1
bbd4418808
Fixed bot issue
2021-05-16 14:09:45 +01:00
CleanMachine1
884aec6231
git-verify-commit: add page
2021-05-16 14:09:45 +01:00
CleanMachine1
c85512067a
git-commits-since: add page ( #5968 )
2021-05-15 11:10:49 -04:00
CleanMachine1
12f4b67d63
git-brv: add page ( #5966 )
...
* git-brv: add page
* git-brv: add page
* added \n at end
* Update pages/common/git-brv.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/git-brv.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Added @bl-ue change
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-05-15 14:05:14 +02:00
xiaolong
f2cf84ec29
dmesg: add Chinese translation ( #5954 )
2021-05-14 14:06:12 -04:00
CleanMachine1
ddf755f355
MAINTAINERS: add @CleanMachine1 to collaborators ( #5963 )
...
* Update MAINTAINERS.md
* Update MAINTAINERS.md
* Update MAINTAINERS.md
* Update MAINTAINERS.md
2021-05-14 15:41:36 +01:00
Martin Pool
1f122786a7
README: Remove tldr.ooops.me ( #5957 )
...
https://tldr.ooops.me/ is broken, with an infinite redirect back to itself
ping @kosmgco
2021-05-14 08:22:44 -04:00
CleanMachine1
5f0463ee96
git-browse: add page ( #5959 )
2021-05-14 08:16:55 -04:00
Peter Babič
f67ba5ca50
uuid: add page, uuidgen: update description ( #5892 )
2021-05-14 14:11:08 +02:00
Tomek Szczęsny
c1b5d6882b
distccd: add page ( #5912 )
2021-05-14 11:14:37 +02:00
Janek
8f9dd1cd74
pdfjam: add page ( #5789 )
2021-05-14 11:03:45 +02:00
Axel Navarro
5d6be64c80
starship: add page ( #5901 )
2021-05-14 02:28:00 +01:00
Peter Babič
345a2d8156
acme.sh-dns: add page; acme.sh: remove example ( #5852 )
2021-05-14 01:49:45 +01:00
marchersimon
be88cdda92
change login/logout to `log in`/`log out` ( #5920 )
2021-05-14 01:42:15 +01:00
blalyasar
40e478add9
ls, touch: add examples ( #5855 )
2021-05-14 01:40:50 +01:00
Mirko Conti
f6ebb40107
hashcat: add page ( #5900 )
2021-05-14 01:29:30 +01:00
marchersimon
2391ffcc92
kdeconnect-cli: add page ( #5866 )
2021-05-14 00:56:40 +01:00
CleanMachine1
92a4fea8b2
git-rename-branch: add page ( #5950 )
2021-05-13 20:38:22 -03:00
CleanMachine1
090e1825a1
git-delete-tag: add page ( #5948 )
2021-05-13 23:05:30 +02:00
noarchwastaken
c1259f5d7b
boltctl: add page ( #5786 )
2021-05-12 22:15:30 -04:00
CleanMachine1
fb60f3d73e
git-cp: add page ( #5947 )
2021-05-12 19:51:45 -03:00
ZabejAga
94b99d3b28
exa: add --header, --git and --git-ignore examples ( #5749 )
2021-05-12 16:02:12 -03:00
SpiderMath
4416b0df9d
ts-node: add page ( #5911 )
2021-05-12 19:06:54 +02:00
Julien Tremblay McLellan - Library & Information Science
145ae4905e
mkvmerge: add page ( #5943 )
2021-05-11 18:00:20 -03:00
Adam Herst
05820ca730
virsh-list: add page ( #5944 )
2021-05-11 16:53:16 -04:00
Adam Herst
2dc9b6b081
virsh-help: add page ( #5910 )
2021-05-11 21:31:09 +02:00
Seth
22d9d4f0ff
anbox: add page ( #5921 )
2021-05-11 14:43:45 -04:00
CleanMachine1
f3fd6fe971
upower: add page ( #5923 )
...
* Added upower tldr page
* Added missing colon
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/upower.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Reworded all enumerate command since it included non-battery devices
* Changed power to battery and added 'Power and battery' to the dump command
* power and battery, rather than just power
I chose option 1
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
* Reworded dump to Display
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/upower.md
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-05-11 20:25:48 +02:00
Seth
1eb1858238
gnucash, gnucash-cli: add page ( #5936 )
2021-05-11 14:16:17 -04:00
Gurdit Singh Bedi
9909eb3d14
aria2c: add --force-sequential example and clarify default behavior ( #5914 )
2021-05-11 11:46:41 -03:00
CleanMachine1
e557714771
git-whatchanged: add page ( #5935 )
2021-05-11 08:00:14 -04:00
Blake L
c92b8f10f3
genid: add page ( #5867 )
2021-05-11 13:47:29 +02:00
あでり
956110581b
sed, dig, ps, echo, less, mysql, vim: add Japanese translation ( #5916 )
2021-05-11 07:47:50 -03:00
Waldir Pimenta
dd8cfd038a
stale GitHub action: re-wrap long message ( #5887 )
...
GitHub's markdown renderer does not wrap single line breaks,
so the message the bot leaves when closing a thread
would have an awkward line break.
This commit re-wraps the message to avoid that.
2021-05-10 21:31:43 +01:00
Seth
b575ffe207
mmcli: add page ( #5876 )
2021-05-10 21:47:07 +02:00
Patrice Denis
2c860f4c65
MAINTAINERS: add @patricedenis to collaborators ( #5925 )
...
closes #5919
2021-05-10 19:16:43 +02:00
Seth
6e8b09845f
steamcmd: add page ( #5922 )
2021-05-10 09:38:01 -04:00
marchersimon
abfc6f29df
speedtest, speedtest-cli: refresh ( #5781 )
...
* speedtest: refresh
* update pages
* Remove additional whitespace
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* speedtest-cli: add --json example
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Apply suggestion from code review
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-10 11:04:20 +02:00
marchersimon
10728f1ab4
multiple pages: normalize `regular expression` instead of `regex`, `regexp` or `pattern` ( #5830 )
2021-05-10 11:03:12 +02:00
Daniel Vozenilek
fd7936c944
ibmcloud-login: add page ( #5891 )
2021-05-09 20:37:33 +02:00
Adam Herst
393d3a97d6
virsh-connect: add page ( #5894 )
2021-05-09 20:07:56 +02:00
Patrick Kostas
976e9606cf
journalctl: emphasize command line argument in example descriptions ( #5913 )
2021-05-09 19:54:42 +02:00
Axel Navarro
b385ca3629
choco-source: normalize caminho para certificado
2021-05-08 16:25:38 -03:00
Axel Navarro
9ced165bac
choco-install: normalize caminho para arquivo
2021-05-08 16:25:38 -03:00
Axel Navarro
afec953b26
git: normalize caminho para repo
2021-05-08 16:25:38 -03:00
Kieran Coldron
381eaced00
Add Discord Slash Command Bot ( #5896 )
2021-05-07 11:44:10 -04:00
あでり
fc70d7c075
ls: add Japanese translation ( #5903 )
2021-05-07 08:58:41 -04:00
BillLucky
51bf3c73bb
cp: add Chinese translation ( #5877 )
2021-05-07 09:26:51 -03:00
あでり
6a64d2aad1
tar: add Japanese translation ( #5905 )
2021-05-07 09:15:11 -03:00
あでり
c5d70c0e7a
pwd: add Japanese translation ( #5906 )
2021-05-07 08:24:55 -03:00
あでり
49939b7cad
cp: add Japanese translation ( #5907 )
2021-05-07 08:23:53 -03:00
Adam Herst
ac2986e435
virsh-domblklist: add page ( #5895 )
2021-05-07 08:02:33 +02:00
Luis Felipe Santos do Nascimento
0a5e31e1c7
[, arduino-builder, arduino, bash, clear: add pt-BR translation ( #5874 )
2021-05-06 18:38:43 +02:00
Nicolas Kosinski
c9ca880ee9
gradle: add tasks examples ( #5889 )
2021-05-06 17:23:16 +02:00
Axel Navarro
e30eecd7a0
more: add examples and link ( #5881 )
2021-05-06 09:27:15 -03:00
kp
f6ecd4e007
airmon-ng: add pt_BR translation ( #5885 )
2021-05-05 21:04:49 +02:00
boberlabob
697787a183
apt: fix typo in German translation ( #5899 )
2021-05-05 19:34:49 +02:00
Ignacio Mattos
8939f2e0eb
git-*: sync Spanish translation ( #5893 )
...
* git-config: sync Spanish translation
* git-lfs: sync Spanish translation
* git-log: sync Spanish translation
* git-remote: sync Spanish translation
* git-restore: sync Spanish translation
* git-show: sync Spanish translation
* git-status: sync Spanish translation
* git-switch: sync Spanish translation
2021-05-04 13:18:41 -04:00
Waldir Pimenta
27f99ebd23
README: tweak contributors badge ( #5883 )
...
The shields.io badge for displaying a count of contributors
has two variants: `contributors` and `contributors-anon`,
as shown in https://shields.io/category/activity .
Apparently the former only counts contributions (i.e. commits)
whose author emails can be mapped to GitHub users.
Other contributions are considered "anonymous" by GitHub.
They are usually the result of either a misconfigured git installation,
emails that haven't been added to the user's GitHub profile,
or accounts that have been deleted or that changed their email address.
Since the project has always existed on GitHub from its inception,
the anonymous count is closer to the real number,
since all contributions would have come from GitHub pull requests,
which require a GitHub account to create.
There may be a slight overestimation in the contributors-anon count,
e.g. from people who authored commits with different author emails;
but that is nevertheless a closer estimate than the non-anon count,
and besides, it matches what GitHub shows on their own interface.
See more details at <https://github.com/badges/shields/issues/5969 >
2021-05-04 11:41:35 +02:00
Nicolas Kosinski
69f02b6510
curl: use long arguments ( #5872 )
2021-05-04 11:37:07 +02:00
Adam Herst
d02172f9ef
virsh-undefine: add page ( #5847 )
2021-05-04 10:58:20 +02:00
Bart Nagel
75b5a8da0a
tar: add "verbose" to another example ( #5860 )
2021-05-04 09:44:11 +02:00
Nicolas Kosinski
1fe05c4e59
npm: use long argument --global ( #5880 )
2021-05-04 09:26:22 +02:00
Nicolas Kosinski
5d01dae43f
wget: use long arguments ( #5879 )
2021-05-04 09:25:49 +02:00
Nicolas Kosinski
a312432c36
http: use long arguments ( #5878 )
2021-05-04 09:25:21 +02:00
Nicolas Kosinski
1a6c1f8042
MAINTAINERS: add @nicokosi to collaborators ( #5882 )
...
MAINTAINERS: add @nicokosi to collaborators (#5873 )
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-05-04 09:20:01 +02:00
UnButtun
5ba22052b7
pnpm, pnpx: add page ( #5863 )
2021-05-03 16:56:31 +01:00
Alejandro Cruz
67e05ebafb
more: add Spanish translation ( #5870 )
2021-05-03 10:07:20 -04:00