Commit Graph

1907 Commits (eb0e2487cc84ad4f0de19f1743367188da05fcc9)

Author SHA1 Message Date
Sawjan Gurung dfff41f3ce
qm-monitor: fix filename (#8854) 2022-10-10 00:25:05 -03:00
Suyash Bhawsar d460709d8a
reboot: fix --force example (#8868) 2022-10-09 23:05:00 -03:00
Althaf P T fa7ab39d5e
qm-monitor: add page (#8828) 2022-10-09 22:34:58 -03:00
Byju John c9aa864863
qm-wait: add page (#8844) 2022-10-09 22:31:28 -03:00
Braintelligence 3ac221c13d
qmrestore: add examples (#8790) 2022-10-09 18:51:45 -03:00
K.B.Dharun Krishna cc5c62e196
qm: capitalize QEMU (#8879) 2022-10-09 18:39:54 -03:00
Seth Falco e84e526ee1
register_new_matrix_user: add page (#8862) 2022-10-09 17:49:48 +05:30
Byju John a1a8279510
qm-shutdown: Fix typo in filename (#8838) 2022-10-09 14:33:50 +05:30
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
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
nath1as e9dada8221
trashy: add page (#8749) 2022-10-09 10:08: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
Byju John 73d10cab03
qm-reset: add page (#8837) 2022-10-09 09:41:33 +05:30
Amin Cheloh 81730e29d1
ffuf, mdbook, s3cmd: fix typo (#8770) 2022-10-08 17:34:28 -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
Joel Tony 4089acb778
nova: add page (#8660) 2022-10-08 21:42:58 +08:00
Saikat Sengupta 48ed0237ed
compopt: add page (#8747) 2022-10-08 01:59:10 -03:00
Byju John 83aae99908
qm-shutdown: add page (#8764) 2022-10-08 09:39:26 +08: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
Joel Tony 7b569748f6
flatpak: replace remote-list with remove example (#8584) 2022-10-06 12:30:25 +08:00
Suyash Bhawsar c2f82c0afc
links: add page (#8548) 2022-10-06 12:11:20 +08: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
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
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
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
Invader Zim 29eab400ca
warpd: add page (#8542) 2022-10-03 21:03:07 +00:00
Shubham Kshetre b1ea42afa6
battop: add page (#8654) 2022-10-03 09:19:14 -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
Suyash Bhawsar 9ee68b7d44
fastfetch: add page (#8550) 2022-10-03 07:53:19 +00:00
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
th0ughtcrime dce2127401
mdadm: add sudo, add --zero-superblock example (#8618) 2022-10-02 17:25:35 -03:00
Isaac 5342c1c9a1
pacdiff: add page (#8474) 2022-10-02 11:21:30 -03:00
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
Shubham Kshetre d439e9cefc
adig: add page (#8602) 2022-10-02 07:59:59 +02:00
Shubham Kshetre ae3b0b1adf
acountry: add page (#8611) 2022-10-01 23:37:02 +01: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
Suyash Bhawsar f6e2f83cf5
size: add page (#8604) 2022-10-01 23:16:15 +08: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
Shubham Kshetre fea716c320
ahost: add page (#8554)
* ahost: add page

* Update pages/linux/ahost.md
2022-10-01 11:31:32 +05:30
Suyash Bhawsar 079fd79da2
ruget: add page (#8528) 2022-09-29 14:00:17 +08:00
K.B.Dharun Krishna e3d2e6540c
protontricks: refresh page (#8492) 2022-09-18 20:18:56 -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
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
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
Frank Sossi 675613a03d
vigr: add page (#8470) 2022-09-08 09:09:25 +05:30
Mia Combeau f855dd1b1f
man: fix locale option example (#8465) 2022-09-06 14:29:07 +00: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
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
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
marchersimon bb28b5eccd
inotifywait: refresh (#8323) 2022-08-14 08:31:42 +05:30
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
marchersimon 1f147d6b91
pacman: use short options only (#8286) 2022-08-10 09:13:57 -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
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
CleanMachine1 6d4dc061c5
inotifywait: add --monitor command (#8278) 2022-08-08 19:12:39 +02: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 822a07003b
toolbox: add pages (#8280) 2022-08-05 09:31:03 +02:00
marchersimon a25714f556
hdparm: add read speed example (#8302) 2022-08-05 08:42:10 +05:30
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
martín 515e8473e8
fix(en/flameshot): delay should be milliseconds (#8276) 2022-08-01 23:55:21 +00: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
adamoudad 9619e5379b
xdg-settings: add page (#8215) 2022-07-27 08:05:48 -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
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
CleanMachine1 4ef9aa731f
rpi-eeprom-update: add page (#8195) 2022-07-20 14:41:16 +02: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
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
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
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
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
kai 057f52541c
deluser: prefix examples with sudo (#8174) 2022-07-11 07:36:24 -03:00
CleanMachine1 42bb014b2f
linux/*: fix spelling errors 2022-07-11 02:05:01 +02:00
Muhammad Falak R Wani 6479bdea05
rpm: add --changelog example (#8176) 2022-07-10 02:15:34 -03:00
Emily Grace Seville 5e2f4072bc
zip: add/refresh pages (#7996) 2022-07-06 22:47:47 +02: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
Alyx Ferrari 47c174cc7a
betterdiscordctl: add page (#8166) 2022-06-30 15:18:36 +02:00
lakhininenina abd26a7780
cgroups: explicitly declare non-existent man pages (#8126) 2022-06-28 02:17:12 +01:00
Seth Falco 34fde6d16f
*: convert en-GB to en-US (#8155) 2022-06-27 07:23:12 -03:00
kai 270dda182e
eopkg: add page (#8158) 2022-06-27 07:19:09 -03: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
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
lakhininenina e487a1b01b
cgroups: fix typo in command description (#8124) 2022-06-12 18:20:01 -03:00
Emily Grace Seville a026ac37c1
xed: add page (#8009) 2022-06-03 06:01:40 -03:00
Seth Falco 5d7574cb74
xdg-desktop-menu: fix incorrectly documented command (#8112) 2022-05-30 16:57:32 +00:00
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
Seth Falco 17886acec8
xdg-desktop-menu: add page (#8102) 2022-05-22 12:02:24 -03:00
Fazle Arefin 56c5f84976
hashcat: fix more information link (#8094) 2022-05-19 20:33:46 +00: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
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
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
Martin Matous 791abd7b78
rpm: use long arguments format (#8086) 2022-05-12 12:32:12 -03: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
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
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
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
Emily Grace Seville f47c135e7e
mate-about: add page (#8020) 2022-04-24 17:48:55 -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
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
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
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
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
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
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
Emily Grace Seville 6c1370e1e9
`pwd` with long options (#7955) 2022-04-05 00:22:20 +10:00
Chenfa Zheng 48c442da5d
debtap: add page (#7947) 2022-04-03 09:56:06 -03:00
Seth Falco 487d901904
unshare: add page (#7920) 2022-04-02 19:19:56 -03:00
Seth Falco 27ff55fc2e
*: normalize colons (#7913) 2022-03-27 02:25:15 -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 3184f70e6f
laptop-detect: add page (#7919) 2022-03-23 09:43:56 -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 3202852b03
wl-copy: page update (#7901) 2022-03-19 17:16:52 -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
Emily Grace Seville 531769ac21
krita: add page (#7895) 2022-03-19 01:23:38 +01: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
Emily Grace Seville 3f6f191892
mktemp: add page (#7893) 2022-03-16 14:02:09 -03:00
nicolae-stroncea dba098e925
ufw: use range in deny port example (#7881) 2022-03-14 18:15:33 +05:30
git-em 452d56612f
nmcli, nmcli-monitor: update link (#7862) 2022-03-12 17:41:05 +10:00
CleanMachine1 25070ff4e7
mullvad: move to common (#7876) 2022-03-12 07:07:33 +10:00
git-em cbfe325cb1
nmcli-agent, nmcli-radio: add page (#7863) 2022-03-09 19:48:13 -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 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
Mia c4a72c36b4
batcat: add page (#7838) 2022-03-02 06:58:50 -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 a5276a09e0
ncdu: move from linux to common (#7814) 2022-02-26 20:00:32 +10:00
Axel Navarro 8736b81243
google-chrome: refresh (#7812) 2022-02-25 16:43:28 +10: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
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
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
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 c2c16f61ac
*: use author link instead of npm package (#7730) 2022-02-02 15:43:21 -03:00
godalming123 daf0125df6
dm-tool: add page (#7710) 2022-02-02 08:05:01 -03:00
Managor 3c192db1c4
pw-link: add page (#7703) 2022-01-29 23:07:37 -03: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
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
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 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