1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 08:15:32 +02:00
Commit graph

7650 commits

Author SHA1 Message Date
K.B.Dharun Krishna
9272721e5a
verilator: fix typo (#9559) 2022-11-29 04:36:58 +10:00
K.B.Dharun Krishna
bf494772ba
iverilog: update page (#9551) 2022-11-27 20:13:48 +05:30
n8x0b7T
2772f9750f
feroxbuster: add page (#9544) 2022-11-27 20:05:36 +05:30
Harley Wilson
c21edd799d
setfile: add page (#9554)
* setfile: add page

* setfile: fix typo

* setfile: fix typo

* setfile: fix typo

* setfile: fix wording

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

* setfile: fix wording

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

* setfile: fix wording

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-11-27 20:37:35 +08:00
Kyle
adbbb76e90
virt-xml: add page (#9456) 2022-11-27 11:59:19 +05:30
Hugh Wimberly
519c7b04b1
pytest: add page (#9539) 2022-11-26 14:24:27 +05:30
acass91
3e13850ea4
verilator: add page (#9443) 2022-11-26 13:37:29 +05:30
pixel
df6ed27267
osx/g*: add page (#9252) 2022-11-25 10:49:43 +01:00
pixel
f448f16cca
killall: split linux and common (#9550)
* killall: split linux and osx

* killall: oh

* mnenomic lol

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-11-25 02:44:48 +10:00
Cyrus Yip
452f60a27c
mkvmerge: add subtitle track example (#9521) 2022-11-24 07:02:59 +05:30
Thamaraiselvam (aka) Tham
463cc88df4
k3d: add page (#9273) 2022-11-23 20:40:39 +01:00
Saevyn
4dca0ab1fb
read: fix missing backslash (#7731) 2022-11-23 12:05:31 +01:00
Hugh Wimberly
098e5fc70b
poetry: update "dev dependency" example (#9540)
Since v1.2.0 Poetry has moved to a using a new syntax for adding development dependencies.
2022-11-22 16:43:19 +05:30
Andréia Bohner
3b5ff92995
Add long options on icalbuddy (#9534) 2022-11-21 17:57:32 +10:00
CleanMachine1
3fd8b8e7b2
qmmp: add page (#9509) 2022-11-20 13:10:09 +00:00
tangowithfoxtrot
9a6ef30519
xmodmap: added closing single-quote (#9532) 2022-11-20 15:53:47 +05:30
Andréia Bohner
08bde170ff
head: remove page from osx (#9533) 2022-11-20 15:46:01 +05:30
Ulysses
e05c6828c5
exiftool: Add "-gps*=" removal example (#9522)
* exiftool: Add "-gps*=" removal example

A common use of exiftool is removing location data from photos.  One may wish to preserve most EXIF data (ex. rotation, date/time taken, etc.) but remove private location data.  This example accomplishes this common task.

The proposed example comes from exiftool's author, Phil Harvey:
https://exiftool.org/forum/index.php?topic=6037.msg29731#msg29731

This example works to not only remove GPS data from EXIF but also from Adobe's XMP tags.

Tested with JPEG and HEIC photos using exiftool 12.50.
2022-11-20 15:39:37 +05:30
BasicAcid
253cdc5b12
pngquant: add page (#9525) 2022-11-19 15:59:27 +05:30
Nicholas
724ed194a3
bb: add page (#9500) 2022-11-18 09:52:38 +08:00
trolzen
737d1cce00
hexdump: refresh page and Chinese translation (#9486) 2022-11-17 19:50:02 +05:30
Michał Połtyn
1c621f5132
snowsql: add page (#9519) 2022-11-17 08:34:47 -03:00
Irina
85c7973277
nohup: use variable number of arguments in token (#9464) 2022-11-17 06:11:30 +05:30
Irina
c3a2251d88
tput: refresh page (#9474) 2022-11-16 19:38:31 +05:30
pablomalo
e3808a5850
scoop: improve example to update all packages (#9508) 2022-11-15 09:48:48 -03:00
K.B.Dharun Krishna
0ffeddaec4
jekyll: update link, add Tamil translation (#9512) 2022-11-15 09:45:55 -03:00
John Toohey
587e51d780
btrfs*, mkfs.btrfs: update link to new website (#9517) 2022-11-15 08:50:15 -03:00
Emily Grace Seville
eefe5a6c52
sed: refresh/add pages (#7931) 2022-11-12 21:05:16 +08:00
Krzysztof Bociurko
fa7f5faa94
say: update page (#9452) 2022-11-09 12:13:25 +00:00
Philippe Massicotte
43498fab3d
quarto: refresh page (#9491) 2022-11-09 12:12:10 +00:00
K.B.Dharun Krishna
d3203a1699
apx: add page (#9501) 2022-11-09 07:21:01 -03:00
osalbahr
8cd6567f44
gcc: add -g to -Wall -Og example (#9088) 2022-11-09 07:05:39 -03:00
ohyahgit
ea0a5167c7
cockpit-*: add page (#9145) 2022-11-09 07:03:06 -03:00
Lena
d72e639555
cipher: edit page (#9312) 2022-11-09 09:54:50 +05:30
Raph
95f7704f8a
gprof: add page (#9485) 2022-11-08 22:47:11 +01:00
Pete Riches
3fc7bd3d7d
cut: use --delimiter with --fields (#9503)
The `--delimiter`option only applies when separating fields.
I have changed the second example to use `--fields` instead of `--characters`, which threw an error.
2022-11-08 14:31:49 +00:00
Patrice Denis Arronis
7294aeffb5
ip-route-*: add page (#9311) 2022-11-08 19:26:59 +05:30
Kyle
e5b51964ca
virt-xml-validate: add page (#9467) 2022-11-08 08:39:08 +00:00
Irina
be0605dd3c
stty: refresh page (#9465) 2022-11-08 09:27:53 +05:30
Axel Navarro
2bd2336a5e
xauth: add page (#9499) 2022-11-07 11:38:16 +05:30
Ethan Liu
36f4acb33d
railway: add page (#9488) 2022-11-07 05:32:30 +01:00
MikeR
ab6ee2256d
pkcon: add page (#9494) 2022-11-06 18:16:52 +05:30
Seth Falco
e10e6df63e
conky: fix align example (#9492) 2022-11-04 20:32:19 +00:00
Irina
50e6c846ee
stat: refresh page (#9438) 2022-11-04 20:10:43 +00:00
Hai Le Phu
506f6d13fc
git-feature: fix page title (#9482) 2022-11-03 05:44:32 +05:30
Mia Combeau
5a9e0cf2e0
errno: fix grammar in example description (#9480) 2022-11-02 12:56:39 -03:00
pg99696
c06fbd2037
git-scp: add page (#9385) 2022-11-02 10:26:42 -03:00
Robson Cruz
7adfe7b3e6
git-feature: add page (#9470) 2022-11-02 10:25:53 -03:00
Richard Mörbitz
28841b6189
jq: remove tokenization of dot operator (#9428) 2022-11-02 12:27:37 +08:00
Joel Tony
0e163b1d5e
prctl: add French translation (#9392) 2022-11-01 07:27:06 -03:00