Commit Graph

11726 Commits (1b6b826a7e04dddb823d070f18b743368fbd1750)

Author SHA1 Message Date
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