Commit Graph

9916 Commits (37ab478d798855a43d0aea5f4e598825e30ec707)

Author SHA1 Message Date
محمد الصوالحي 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