Commit Graph

1731 Commits (6feeca7b687e970b5c9bf309d4efff8b40d8daac)

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