Commit Graph

563 Commits (65b52c687b7fef81b18abadc5828750979592b43)

Author SHA1 Message Date
Sebastiaan Speck fd745e9167
df, exec, exit, export: fix more info link (#12037)
* df, exec, exit, export: fix more info link

* df: update outdated Farsi translation

---------

Co-authored-by: Mohammad Reza Soleimani <87926618+MrMw3@users.noreply.github.com>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-09 14:31:59 +05:30
Reinhart Previano Koentjoro 4bbfbd300c
git-check-*: use standard multiple path conventions (#11985) 2024-01-03 15:40:31 +07:00
Reinhart Previano Koentjoro 79dea90876
git-archive: remove equal signs from parameters (#11984) 2024-01-03 01:40:54 -03:00
Sebastiaan Speck a844af120a
bastet: update Italian translation (#11966) 2024-01-01 20:42:58 +01:00
Sebastiaan Speck 9bdadee54c
pages.*: sync more info link (#11961) 2024-01-01 15:56:36 +01:00
Vitor Henrique c5508a288e
ab: add CSV example and update pt_BR translation (#11931)
* ab: add CSV example

* ab: update pt_BR translation

* ab: leave values as part of the commands
2023-12-31 12:48:26 +05:30
Sebastiaan Speck f21e21ca64
docker-exec: fix typo (#11935) 2023-12-30 21:04:29 +05:30
Sebastiaan Speck 2513972143
pages.it: update outdated pages (#11914) 2023-12-29 17:48:46 +01:00
Sebastiaan Speck 618e227301
pages*: mark keys according to the guideline (#11907) 2023-12-29 17:02:08 +01:00
Sebastiaan Speck 56e832d64d
bash, fold: update link to match other pages (#11906) 2023-12-29 17:41:32 +05:30
Sebastiaan Speck dcb53c85a0
pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-28 16:48:20 +01:00
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30
Magrid 9385401207
tac: update Italian translation (#11819) 2023-12-27 12:00:42 +05:30
Magrid 7e4631f514
mv: update Italian translation (#11818)
* mv: Update italian translation

* Update mv.md
2023-12-22 13:46:14 +01:00
K.B.Dharun Krishna c8fc07d649
pages.*: fix page title (#11811) 2023-12-22 06:44:48 +01:00
Julia Evans 0f31336609
dig: remove inaccurate description of ANY (#11798) 2023-12-20 05:28:24 +05:30
Sebastiaan Speck 5d3caee147
pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling

* Update pages/common/strings.md

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

* pages.*: update outdated pages

* Update conky.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-12-19 17:55:22 +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 bd9efef521
7z: update page (#11601) 2023-11-29 21:31:42 +01:00
Sebastiaan Speck a804b95bca
powershell, pwsh: update more info link (#11480) 2023-11-13 07:06:11 +01:00
Reinhart Previano Koentjoro 159626c127
powershell, pwsh, windows/*: fix PowerShell conventions (#11465) 2023-11-12 16:46:05 +07:00
Lena 8da5a29a70
pages*: remove curly braces from example descriptions (#11462) 2023-11-12 08:38:58 +05:30
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
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 0c22f53b71
brew-cask: remove translations (#11382) 2023-11-06 14:02:33 +05:30
K.B.Dharun Krishna f1aa0a8fe5
Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +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
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
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
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
Samuele Facenda 3582f9c3f7
uname: add Italian translation (#10788) 2023-10-24 06:45:25 +02:00
Magrid 08f3800766
Move pages in the correct folder (#11163) 2023-10-23 22:27:11 +02:00
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
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
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
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
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
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
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
Luca 89725aa36f
git-init: update Italian translation (#10168)
* git-init: update Italian translation
2023-06-13 19:13:37 +05:30
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
K.B.Dharun Krishna 51cb077058
clam*scan: update documentation link (#10237) 2023-05-24 17:48:24 +05:30
K.B.Dharun Krishna 06fe1c14c2
mv: update path placeholders, Tamil translation (#10246) 2023-05-24 11:15:42 +08:00
Lena 7e68788818
eslint: update page (#10254) 2023-05-23 11:11:15 +05:30
K.B.Dharun Krishna f07b31d9ae
apg: update path placeholder (#10243) 2023-05-22 16:41:00 +08:00
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
Darío Hereñú dfe538d048
astyle: add Spanish translation (#10161) 2023-05-19 20:40:20 +02:00
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