Commit Graph

5368 Commits (db0459e834b0d947a5c3907780f2f03c7a9ca825)

Author SHA1 Message Date
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
CleanMachine1 3fd8b8e7b2
qmmp: add page (#9509) 2022-11-20 13:10:09 +00:00
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
K.B.Dharun Krishna 0ffeddaec4
jekyll: update link, add Tamil translation (#9512) 2022-11-15 09:45:55 -03:00
Emily Grace Seville eefe5a6c52
sed: refresh/add pages (#7931) 2022-11-12 21:05:16 +08:00
Philippe Massicotte 43498fab3d
quarto: refresh page (#9491) 2022-11-09 12:12:10 +00:00
osalbahr 8cd6567f44
gcc: add -g to -Wall -Og example (#9088) 2022-11-09 07:05:39 -03:00
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
Irina be0605dd3c
stty: refresh page (#9465) 2022-11-08 09:27:53 +05:30
Ethan Liu 36f4acb33d
railway: add page (#9488) 2022-11-07 05:32:30 +01: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 c580bf2055
sam2p: add page (#9109) 2022-10-31 13:13:32 +08:00
K.B.Dharun Krishna 202953761d
java*: update links (#9436)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-30 23:40:02 +01:00
Rolv Apneseth 8edccfeca7
black: adjust example descriptions for `--diff` and `--check` examples (#9211)
* black: modify order and wording on --diff and --check examples

* black: changed the learn more link to point to the project's documentation

* Update pages/common/black.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-10-30 23:35:40 +01:00
pg99696 f63e2da79b
git-merge-*: add page (#9386)
* git merge-into: add page

* git merge-repo: add page

* Apply suggestions for git-merge-into

* Apply suggestions for git-merge-repo
2022-10-30 23:31:26 +01:00
Sanosuke Kato fcadddc0b1
fg: fix example description (#9439)
* fg: fix a command explanation

* Update pages/common/fg.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2022-10-30 23:27:32 +01:00
Suhani Garg aa5621f443
serialver: add page (#9371) 2022-10-30 09:12:03 -03:00
Cristian Bastidas 2603b45852
airodump-ng: add page (#9114) 2022-10-30 08:20:34 -03:00
Thamaraiselvam (aka) Tham b53b33a074
pg_isready: add page (#9271) 2022-10-30 08:08:06 -03:00
Richard Mörbitz 33118a53ac
git-blame: add commit examples (#9380) 2022-10-30 10:24:25 +05:30
Alwin Lohrie b25e0e849e
esptool: add page (#9276) 2022-10-29 17:13:10 -03:00
Glenn Dimaliwat 9d45084ebe
sfdx: add page (#9255) 2022-10-29 20:10:38 +05:30
Joel Tony 542d339db5
sockstat: add page (#9107) 2022-10-29 21:42:07 +08:00
Michael Schwarz e918fd22ea
django-admin: update link to latest version (#9404) 2022-10-29 08:03:47 +05:30
Gabriel Rodrigues 0fba988587
fd, fdp, finger: add pt_BR translation (#9366) 2022-10-28 21:43:04 -03:00
Waldir Pimenta c46a498931
cron: add alias page (#9388)
* cron: add alias page

* cron: remove trailing whitespace

* ripgrep: use standard alias description

* todoman: use standard alias description
2022-10-28 19:47:25 +10:00
Raph 907f0033f6
tuckr: add page (#9320) 2022-10-28 14:55:55 +08:00
Barry Weiss cce6775dd0
pyats-shell: add page (#9338) 2022-10-26 11:22:30 -03:00
Matt Dutson 8440fea997
exiftool: add print example and image metadata example (#9179) 2022-10-26 07:47:02 -03:00
Thamaraiselvam (aka) Tham 62ba2c869b
kcadm.sh: add page (#9272) 2022-10-26 07:20:33 -03:00
bryanmg bd623d649f
aws-sqs: add page (#9085) 2022-10-26 07:03:33 -03:00
Jake Leahy e03ec4e499
nim: add check example (#9308) 2022-10-26 07:00:57 -03:00
Ratheshan Sathiyamoorthy f500bf3524
arduino: add examples (#9352) 2022-10-26 06:57:36 -03:00
Krzysztof Bociurko d60a7927a6
*: remove executable permission to page (#9350) 2022-10-26 06:54:27 -03:00
Irina bfaee1a34b
stat: change to full path in token (#9346) 2022-10-26 18:21:47 +10:00
Irina b3b3c8c46a
nohup: put command in backquotes (#9347) 2022-10-26 12:51:09 +08:00
Nándor af2f120a54
date: fix typo in -u example (#9341) 2022-10-26 08:06:33 +05:30
Cristian Bastidas c6ef38c58d
az-*: add Spanish translation (#9326) 2022-10-26 07:57:29 +05:30
Thamaraiselvam (aka) Tham b387d00bfb
doctl-serverless: add page (#9318)
* doctl-serverless: add page

* Update pages/common/doctl-serverless.md
2022-10-26 00:09:08 +00:00
Abhay Patil 61c26c35a9
aws-codecommit: add page (#9202) 2022-10-25 16:14:04 -03:00
Tyler Smart 28b8fe04e7
twine: add examples (#8924) 2022-10-25 09:51:58 -03:00
Barry Weiss fa29fb7c48
pyats-version: add page (#9319) 2022-10-25 18:17:56 +05:30
Madawa De Silva 827f61a141
xzless: add page (#9059) 2022-10-25 07:30:43 -03:00
Ein Verne 3a592a1a8e
mysqlbinlog: add page (#9154) 2022-10-25 07:29:40 -03:00
K.B.Dharun Krishna c176d565bc
vt: add page (#9317) 2022-10-25 07:27:35 -03:00
Cristian Bastidas 94c2313951
aireplay-ng: add page (#9333)
* aireplay-ng: add page

* Update pages/common/aireplay-ng.md
2022-10-25 17:57:35 +10:00
K.B.Dharun Krishna 7fab1fc4c7
hunspell, ispell: update links (#9247) 2022-10-25 11:40:22 +05:30
NikhilSS 1a4d3a545f
funzip: add page (#9236) 2022-10-24 18:25:11 -03:00
Gabriel Rodrigues 8e1695acbc
esbuild: add pt_BR translation (#9238) 2022-10-24 09:23:22 -03:00
Jakub Romanowski 0a6a19ef21
lz4: fix warning when piping decompression (#9310) 2022-10-24 16:46:02 +05:30
Ulysses b283d13ffb
find: remove redundant -delete from -daystart example (#8981) 2022-10-24 13:58:18 +05:30
Waldir Pimenta 31cc8392a6
date: add week number example and other tweaks (#9136) 2022-10-24 00:19:15 +08:00
Paskalouis Patressi e791ba8a18
pm2: add Indonesian translation (#9222) 2022-10-23 12:33:58 -03:00
Antoine Amara 428e000d11
twurl: add page (#9101) 2022-10-22 23:01:22 +02:00
Emily Grace Seville 1a44a5ebd4
dash: refresh page (#7981) 2022-10-22 22:08:14 +02:00
Sherman Hui 74d6ac1e26
aws-s3-mb: add page (#9220) 2022-10-21 21:44:49 +05:30
Sherman Hui ef8976e6ce
aws-s3-presign: add page (#9217) 2022-10-21 21:43:38 +05:30
Sherman Hui 8de8b5be3c
aws-s3-cp: add page (#9219) 2022-10-21 21:42:27 +05:30
Sherman Hui 3c4c4117f1
aws-s3-mv: add page (#9221) 2022-10-21 21:40:59 +05:30
Sherman Hui e33aff10d7
aws-s3-rm: add page (#9218) 2022-10-21 21:38:20 +05:30
K.B.Dharun Krishna e392a67d4a
javap: add page (#9223) 2022-10-21 10:59:18 -03:00
Stefan Herpich a2b4da3d1c
git-unpack-file: add page (#9168) 2022-10-21 08:24:30 -03:00
hellojukay cd1c2fadb5
flutter: add create example (#9200) 2022-10-21 00:25:25 -03:00
hellojukay 2c50726c0f
nest: add page (#9153) 2022-10-20 23:13:52 -03:00
Antonio Acuña 4601401297
cargo: add Spanish translation (#9191) 2022-10-20 21:38:09 +05:30
Tomasz Tarczyński c56d6f423d
tig: add Polish translation (#9141) 2022-10-20 20:02:07 +05:30
Antonio Acuña 0ebb71cc59
deno: add Spanish translation (#9194) 2022-10-20 18:21:22 +05:30
nath1as 6e597973eb
git-hash-object: add page (#9060) 2022-10-20 03:56:16 +05:30
Miguel Mano 8edd0814dd
yt-dlp: add pt_PT translation (#8936) 2022-10-19 16:49:50 -03:00
Bharath Saiguhan 899313c93d
mamba, mamba-repoquery: add pages (#9056) 2022-10-19 18:29:07 +02:00
KMohZaid 59e59ea818
git-bulk: add examples (#9077) 2022-10-19 10:50:21 +05:30
Jacobus Burger 04aba432ff
rmlint: add page (#9090) 2022-10-18 17:49:18 +02:00
K.B.Dharun Krishna 919b1aba75
brew-cask: refresh page (#8925) 2022-10-18 17:36:23 +02:00
Irina 53349058e0
zip: fix missing -r option, add hints for single-letter options (#8884) 2022-10-18 17:10:34 +02:00
Joel Tony 1b373e8dc5
gyb: add page (#9021) 2022-10-18 20:40:06 +05:30
Irina 2b060fd171
*: fix punctuation across translations (#9147) 2022-10-18 08:48:43 -03:00
Rolv Apneseth ccdab3f19e
poetry: added version, and list examples (#9128) 2022-10-17 17:44:48 +02:00
Dominique Köstler da56ffca68
vim: update page (#9112) 2022-10-17 15:59:21 +05:30
K.B.Dharun Krishna c6a9fe2893
file: capitalize MIME (#9007) 2022-10-17 09:48:15 +02:00
Dominique Köstler 2ae9154484
nvim: update page (#9039) 2022-10-17 09:46:41 +05:30
Axel Navarro abfd806c50
node: add --watch example (#9108) 2022-10-17 07:34:15 +05:30
ajrequenez ac3a24e1a0
zip2john: add page (#9046) 2022-10-16 21:25:19 +05:30
Shivam 5a7d381f87
aws-workmail: add page (#9058) 2022-10-16 12:30:59 -03:00
Chris Dawkins b5fea79ddf
ouch: add page (#8968) 2022-10-16 11:46:11 -03:00
Guy Bianco IV 598e402341
podman: examples parity with docker (#8849) 2022-10-16 12:07:59 +05:30
Ein Verne e92b38d07d
redis-benchmark: add page (#8962) 2022-10-16 02:19:13 -03:00
Joel Tony 1a2930857f
rss2email: add page (#9024) 2022-10-16 10:44:10 +05:30
Cristian Bastidas 0ef02f4345
az-webapp: add page (#8845) 2022-10-16 10:07:10 +05:30
Antoine Amara d0081edd1f
git-bulk: add page (#8946) 2022-10-16 08:49:56 +05:30
Zee Yudenko 9279a98fd0
argon2: add page (#8814) 2022-10-16 00:17:14 -03:00
Torfab 5c815649fa
dolt-merge: add page (#8800) 2022-10-16 08:45:56 +05:30
Ilhan 152686c0d5
lzcat, lzma, unlzma, unxz, xzcat: add page (#9091) 2022-10-16 05:03:07 +05:30
Torfab 5a5cfc61ac
dolt-init: add page (#8833) 2022-10-15 20:12:34 -03:00
pixel 3a3409eed1
ac: add page (#9053) 2022-10-15 18:28:13 -03:00
Shivam 94cdc9be2c
aws-cognito-idp: add page (#9032) 2022-10-15 17:56:32 -03:00
Antony Natale 8d4a57187e
doctl-kubernetes-cluster: add page (#8846) 2022-10-15 17:49:19 -03:00
Fabio Kleis 2022723f4f
flips: add page (#8942) 2022-10-13 22:04:37 -03:00
Mariana Corrêa 7a9fbbcc6c
caddy: add pt_BR translation (#8954)
* caddy: add pt_br translation

* Remove the word "powerfull" from description
2022-10-13 07:24:24 +05:30
K.B.Dharun Krishna d060e04960
kubectl-*: move .yaml inside token syntax (#8856) 2022-10-12 11:48:05 -03:00
Axel Navarro 6feacdf900
clamav: fix page (#8965) 2022-10-12 22:21:34 +08:00
Franz 6ffe810aa3
dolt-status: add page (#8796) 2022-10-12 16:41:05 +05:30
Torfab 50d402303d
dolt-fetch: add page (#8823) 2022-10-12 16:39:41 +05:30
Antony Natale c0cb1511ae
doctl-kubernetes-options: add page (#8847) 2022-10-12 07:23:32 -03:00
Guy Bianco IV 3a37f07178
podman-build: add page (#8869) 2022-10-12 12:39:29 +05:30
Guy Bianco IV b9553b9b3c
podman-machine: add page (#8850) 2022-10-12 00:21:00 -03:00
Msninmx 0d28f12654
tlmgr-generate: add page (#8918) 2022-10-11 20:00:04 +05:30
Antony Natale eea5e61e06
xzdiff: add page (#8923) 2022-10-11 09:41:49 -03:00
Shivam d3448970d7
aws-lightsail: add page (#8934) 2022-10-11 07:38:09 -03:00
NikhilSS 7e112b2d3b
zipnote: add page (#8908) 2022-10-11 07:18:27 -03:00
Saikat Sengupta 70bcc9ebf5
cf: add login example (#8929) 2022-10-11 07:10:59 -03:00
Yuri Slobodyanyuk a133069041
aws-route53: add page (#8606) 2022-10-11 07:00:30 -03:00
Sadeed c88811e9b2
flite: add page (#8816) 2022-10-11 06:54:06 -03:00
Raul Piraces Alastuey 2b8f4bdc94
git-force-clone: add page (#8724) 2022-10-11 06:52:28 -03:00
Austin 82a2b4c91a
java related pages: fix command description case (#8912) 2022-10-10 23:59:50 -03:00
Franz 612d2e96a8
dolt-sql: add page (#8792) 2022-10-11 08:08:54 +05:30
Shivam e1fddf2546
aws-s3api: add --region to create-bucket example (#8825)
* aws-s3api: add command for creating bucket outside us-east-1

* aws-s3api: add command for creating bucket in specific region

* aws-s3api: change region to variable
2022-10-11 07:59:46 +05:30
Lukas b4d4272816
nginx: add German translation (#8895) 2022-10-10 21:50:13 -03:00
Tyler Smart 02e8f45adb
twine: add page (#8624) 2022-10-10 21:23:22 -03:00
Austin b7c1a70691
jdeps: add page (#8758) 2022-10-10 12:45:18 -03:00
Austin 3f754555ba
spicetify: add page (#8762) 2022-10-10 12:28:16 -03:00
Juri 7669e2c2da
hledger: add page (#8635) 2022-10-10 12:17:43 -03:00
Guy Bianco IV 712b9688e2
vale: add page (#8851) 2022-10-10 20:42:14 +05:30
Maciej Kisielewicz c314cd69f3
masscan: add Polish translation (#8900) 2022-10-10 11:35:44 -03:00
Muhammad Falak R Wani 2ee06ca68b
fio: add example to convert jobfile to cmdline (#8715) 2022-10-10 11:31:10 -03:00
K.B.Dharun Krishna 003e0348fd
steam: fix link (#8909) 2022-10-10 19:40:35 +05:30
Guy Bianco IV 3984761822
skopeo: add page (#8870) 2022-10-10 19:35:55 +05:30
allesklardy 7cd28cf8b6
sysbench: add page (#8797) 2022-10-10 10:55:28 -03:00
Axel Navarro e1e04a397d
ebook-convert: update path to files in examples (#8885) 2022-10-10 19:18:43 +05:30
Saikat Sengupta 848a515d0b
bazel: add page (#8694) 2022-10-09 23:56:28 -03:00
Joel Tony 8f9d62e8ea
octave: add page (#8593) 2022-10-09 23:51:02 -03:00
Terence Chen fcac00df9f
git-gh-pages: add page (#8787) 2022-10-09 22:33:34 -03:00
Raul Piraces Alastuey 3e7b34d04a
git-stamp: add page (#8730) 2022-10-09 22:32:43 -03:00
Daniil Baturin d37879cb3e
gnatmake, gnatprep, gprbuild: add page (#8557) 2022-10-09 19:04:52 -03:00
Jack Lin a78e689062
kafkacat: add page (#8829) 2022-10-09 18:46:16 -03:00
Peder Bergebakken Sundt 09dc125988
xe: add page (#8723) 2022-10-09 18:51:27 +02:00
Raul Piraces Alastuey 23923450eb
aws-pricing: add page (#8804) 2022-10-09 17:30:50 +05:30
dz-at-tc 6c6730757d
fossil-delete, fossil-forget, fossil-rm: fix more info links (#8727) 2022-10-09 02:52:38 -03:00
Raul Piraces Alastuey 1077c06694
aws-configure: add page (#8808) 2022-10-09 10:26:00 +05:30