Commit Graph

7325 Commits (3f024c1f131c7ebb447a03ae8de392b8d3a41c1c)

Author SHA1 Message Date
Pierre Rudloff 7d6bd2e6cc
varnishlog: add page (#8169) 2022-07-18 21:51:20 +00: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
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
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
Pierre-Fournier83 2faf588055
ani-cli: add page (#8097) 2022-07-11 07:39:47 -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
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
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
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
Kalaiarasan Somasundaram 944c6daeb7
chpasswd: add page (#8145) 2022-06-24 13:42:30 +02: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
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 96b5eed73b
xmodmap: add page (#8106) 2022-05-27 08:31:47 +05:30
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
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
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
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
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
Danesh Manoharan 8627e23964
ledctl: add page (#7776) 2022-04-16 23:14:57 +00: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 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
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
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
Dina Basumatary 95024e8451
bq: add page (#7962)
* gsutil: add page

* bq: add page

* Revert "gsutil: add page"

This reverts commit 141468243f52de8a5a49034e2df665f5d9c1bee9.

* 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
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
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
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
Seth Falco 27ff55fc2e
*: normalize colons (#7913) 2022-03-27 02:25:15 -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
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
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
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
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
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
محمد الصوالحي 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
Muhammad Falak R Wani c12a5c8433
tailscale-file: add page (#7844) 2022-03-08 00:33:31 +00: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
Emily Grace Seville baf0f1ad15
windows/*: add more information link (#7852) 2022-03-05 12:00:17 -03: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
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 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
git-em a5276a09e0
ncdu: move from linux to common (#7814) 2022-02-26 20:00:32 +10: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
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
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
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
valentin lauber 3ed8d563bc
puppet-agent: add --disable and --enable examples (#7787) 2022-02-17 18:53:25 +05:30
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
Waldir Pimenta bf6256ca09
fnm: spell out the "list" subcommand (#7777) 2022-02-14 10:58:18 -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
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
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
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
Axel Navarro c2c16f61ac
*: use author link instead of npm package (#7730) 2022-02-02 15:43:21 -03: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
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
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 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
Emily Grace Seville 545c425e18
mktemp: refresh page (#7549) 2022-01-26 23:22:54 +00: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
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
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
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
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
Frans Nylund b0bef9daba
declare: fix -a example (#7659) 2022-01-15 17:15:45 -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
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
HazemBZ a136aec126
xfreerdp: add sound example (#7634) 2022-01-10 10:55:40 +05:30
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
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
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
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
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
Antoine Amara 5359517412
glab-repo: add page (#7558) 2021-12-29 14:50:26 -03:00