bl-ue
6404db9ca0
tldrl: add alias to tldr-lint ( #5450 )
...
* tldrl: rename to tldr-lint
* tldrl: add page
* tldr-lint: s/tldrl/tldr-lint/
* tldr-lint: prefer long options
* e
2021-03-17 01:01:58 +03:00
marchersimon
23e1c939fd
mysqld: add page ( #5452 )
2021-03-16 07:25:48 -04:00
Axel Navarro
8402bf0fa6
ls: fix size units in example description ( #5451 )
2021-03-15 15:57:50 -04:00
Axel Navarro
4968284965
gh-config: add set pager example ( #5448 )
2021-03-15 19:34:36 +01:00
Axel Navarro
35d4a1337f
ncc: add page ( #5447 )
2021-03-15 19:32:48 +01:00
Axel Navarro
160721def0
pgrep: add more info link ( #5446 )
2021-03-15 14:29:40 -04:00
Starbeamrainbowlabs
8c38dc1dd7
nbtscan: add page ( #5434 )
2021-03-14 02:20:34 -03:00
bl-ue
8f2ed246f7
ab: update grammar; update link ( #5433 )
2021-03-13 21:44:59 +00:00
marchersimon
8c8445aca4
arduino: add page ( #5389 )
2021-03-13 21:43:46 +00:00
Florian B
79ebb31e06
yapf: add page and Dutch translation ( #5435 )
2021-03-13 21:29:43 +00:00
bl-ue
d2f741b155
dig: simplify more information link
2021-03-13 21:00:12 +00:00
marchersimon
2a64f923f4
bssh, bvnc, bshell: add pages ( #5419 )
2021-03-13 20:58:45 +00:00
marchersimon
e1bb083c5b
arduino-builder: add page ( #5391 )
2021-03-13 15:57:48 -05:00
marchersimon
15ffa6c8db
platformio: add alias page ( #5405 )
2021-03-13 20:28:58 +00:00
Axel Navarro
3192ab066b
bundletool, bundletool-validate: add page ( #5263 )
2021-03-12 19:04:37 -05:00
marchersimon
6755015544
bootctl: add page ( #5418 )
2021-03-12 07:42:13 -05:00
sk1985
ccf49a93d3
shift: add page ( #5415 )
2021-03-12 13:18:05 +01:00
Stanley Ulili
59fef1dcf0
dig: add more examples ( #5416 )
2021-03-11 19:55:01 -03:00
Managor
585e1415c9
transmission-remote: fix to absolute paths ( #5412 )
2021-03-11 07:57:03 -05:00
marchersimon
2c0be24347
gimp: add page ( #5399 )
2021-03-11 20:40:06 +08:00
marchersimon
383bdc680e
pio: add page ( #5404 )
2021-03-11 20:37:32 +08:00
marchersimon
1c3144dba6
pio-boards: add page ( #5409 )
2021-03-11 20:36:36 +08:00
marchersimon
c2156e1b33
pio-account: add page ( #5410 )
2021-03-10 20:27:09 +00:00
Matthew Peveler
97cddc20f2
g++: update page title to match file name ( #5088 )
2021-03-10 20:34:48 +01:00
Pierre Rudloff
3f25e8f0a0
test, [: add page, improve examples ( #5205 )
2021-03-10 14:24:11 -05:00
Jake Vossen
baae36eb46
nload: add page ( #5395 )
2021-03-10 12:27:32 -05:00
Axel Navarro
55d5388578
gh-repo: add examples for list subcommand ( #5358 )
2021-03-10 14:27:12 +00:00
Axel Navarro
1722117f90
qdbus: add page ( #5360 )
2021-03-10 12:19:30 +01:00
Mikey Garcia
bbbe632af2
watson: add 'remove' and 'edit' commands ( #5393 )
2021-03-09 22:09:28 +01:00
Andy Atkinson
fb0d9dd7dd
pgbench: add page ( #5388 )
2021-03-09 22:04:17 +01:00
Fabio Serragnoli
ee3d450884
scala: add start interpreter with classpath ( #5354 )
2021-03-08 17:51:13 -03:00
Axel Navarro
7cd7f64c7d
next: add page ( #5385 )
2021-03-08 17:50:30 -03:00
Axel Navarro
cc5b716340
gh-pr: add examples for edit subcommand ( #5359 )
2021-03-08 20:27:00 +00:00
bl-ue
672a67a2db
if: modernize ( #5351 )
2021-03-08 20:06:24 +00:00
marchersimon
7a3f7174af
musescore: add page ( #5368 )
2021-03-08 07:57:44 -03:00
bl-ue
56c45a0e76
theHarvester: rename to theharvester ( #5380 )
2021-03-08 10:38:07 +00:00
bl-ue
a36cdd1b3a
R: rename to r ( #5379 )
2021-03-08 08:43:20 +00:00
Matthias Lübken
00e00396a4
base32, base64: fix -D flag ( #5234 )
2021-03-07 19:58:11 -03:00
Tan A
66aeeb8690
git-difftool: highlight git diff in command description ( #5338 )
2021-03-06 17:31:47 -03:00
Eric Nielsen
5e56c38d37
scp: fix -P example ( #5343 )
...
The -P parameter comes first to use a specific port.
2021-03-06 17:29:14 -03:00
Tan A
8d3b7a4bd4
vectorize-pixelart: add page ( #5346 )
2021-03-06 07:52:08 -05:00
Eric Nielsen
b96c886c4f
if: actually use if to test a command's success ( #5344 )
...
Using `{{command}} && {{command1}} || {{command2}}` does not actually
work like if, and it's misleading to teach that to users. The difference
is that in the above construct, command2 gets executed if command1
fails, which does not happen in a real if as in `if {{command}}; then
{{command1}}; else {{command2}}; fi`
2021-03-04 10:16:42 -05:00
Tan A
83b97fc248
speed-test: add page ( #5339 )
2021-03-04 08:16:55 -05:00
Tan A
a47d70b7dd
betty: add page ( #5341 )
2021-03-03 12:37:52 -05:00
Owen Voke
968a6ef4a4
fast: add page ( #5342 )
2021-03-03 11:13:47 -03:00
Tan A
0ea2adae09
telnet: add Star Wars ASCII animation example ( #5323 )
2021-03-03 08:56:40 -03:00
Hugh Wimberly
c3b00af379
pre-commit: add page ( #5314 )
2021-03-02 07:11:46 -05:00
tassadarliu
ad2fd7c87e
pngcheck: add page ( #5310 )
2021-02-28 12:11:59 -05:00
marchersimon
0589644d01
latex, pdftex, tex, texdoc, texliveonfly, tlmgr: add page ( #5294 )
2021-02-28 08:33:40 -05:00
bl-ue
fca445d12e
speedtest-cli: update grammar, links, and token syntax ( #5284 )
2021-02-26 07:39:06 -03:00
bl-ue
473b1ac11a
exrex: add page ( #5296 )
2021-02-25 17:46:24 +00:00
Axel Navarro
e2082f8adc
gh-ssh-key: add page ( #5308 )
2021-02-24 08:39:13 -05:00
Axel Navarro
d9a692b950
gh-auth: add refresh examples ( #5306 )
2021-02-24 13:11:22 +00:00
Adam Herst
3ab26253eb
mutool: add outline example ( #5298 )
2021-02-21 18:12:32 -03:00
marchersimon
e3c79db0e6
7za, 7zr, aapt, ab, alacritty, atom, avrdude, chown, chroot, clear, cmake, compare, curl, dd, diff: add German translation ( #5286 )
2021-02-20 17:30:55 -03:00
Axel Navarro
4e956ffaec
now: add page ( #5283 )
2021-02-19 13:45:22 -03:00
Felix Swinkels
70a76e5280
vercel: add page ( #5278 )
...
remove now.md page replaced by vercel
2021-02-19 07:11:57 -03:00
Axel Navarro
c28ff26226
bundletool-dump: add page ( #5266 )
2021-02-18 19:22:37 -05:00
bl-ue
258c02f991
pueue: add page ( #5230 )
2021-02-18 23:34:02 +00:00
Managor
5f98c903af
iotop: add sudo to all commands ( #5267 )
2021-02-18 23:18:02 +00:00
Honza
49852ef289
z: add `-c` parameter to the command description ( #5262 )
2021-02-18 23:13:08 +00:00
Daryl Pinto
75ed4e2db3
deno: update outdated commands ( #5275 )
2021-02-18 08:07:05 -05:00
Orestis Floros
0155fb60ba
read: add example using 'while' ( #5258 )
...
Copied from `while`
As discussed in #5258 , this replaces a less useful example to maintain
the limit of 8 examples per page.
2021-02-13 15:03:16 -05:00
Robby O'Connor
5cd65c2850
tar: fix bzip to bzip2 in command description ( #5264 )
2021-02-13 00:53:30 -03:00
pbrennand-francis
69b3a19734
firebase: fix typo in projects:list example ( #5259 )
2021-02-11 14:51:58 -03:00
Axel Navarro
e3444bf643
react-native-start: add page ( #5223 )
2021-02-11 17:11:41 +00:00
Alexandre Bruyant
78b959f6ed
sort: expand short flags, improve field separator example ( #5233 )
2021-02-09 11:56:54 -03:00
bl-ue
ca9ba675ce
curl: update to new 'more information' link ( #5254 )
2021-02-07 20:27:41 +00:00
Mateusz Soszyński
7dcdcea28c
deluser, userdel: add page ( #5245 )
2021-02-07 16:05:03 -03:00
bl-ue
a810ca72d7
conan, php-coveralls: fix typos ( #5253 )
2021-02-07 00:48:45 -03:00
Owen Voke
981b7af185
psalm: add page ( #5237 )
2021-02-05 13:54:29 -03:00
Owen Voke
9f521b5a1a
phpdox: add page ( #5239 )
2021-02-05 11:08:48 -03:00
bl-ue
952b90fa0d
gitmoji: add page ( #5227 )
2021-02-05 14:00:18 +00:00
Owen Voke
e2534421ba
composer-require-checker: add page ( #5236 )
2021-02-05 10:59:31 -03:00
Owen Voke
cae5a927a8
php-coveralls: add page ( #5235 )
2021-02-05 10:53:51 -03:00
Owen Voke
2cf8315b0d
doctum: add page ( #5238 )
2021-02-05 10:50:43 -03:00
bl-ue
b5aec03e9d
pretty-bytes: add page ( #5226 )
2021-02-05 12:39:05 +00:00
Antoine Gaubert
0f064dff2c
fdupes: add delete and noprompt examples, add French translation ( #5231 )
2021-02-04 15:14:01 -03:00
Henrikh Kantuni
c61c31dc3a
ls: fix typo ( #5228 )
2021-02-03 14:37:37 -03:00
Axel Navarro
1f1b4d9c66
jetifier: add page ( #5209 )
2021-02-02 23:24:15 +00:00
Axel Navarro
08b3bac91d
react-native: add page ( #5208 )
2021-02-02 20:16:28 -03:00
Henrikh Kantuni
4132aea569
grep: -v for in[v]ert ( #5216 )
2021-02-02 07:44:00 -05:00
Axel Navarro
dc1298012c
esbuild: add page ( #5207 )
2021-02-01 16:58:57 -03:00
Lucas Gabriel Schneider
a5fe31bc47
multiple pages: format technical tokens ( #5119 )
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00
Anton Karmanov
826e7c8e3c
cmake: improve an example description
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 15:50:59 +00:00
Anton Karmanov
da1db4d646
cmake: apply few review suggestions
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-31 15:50:59 +00:00
Anton Karmanov
32e858f5f7
cmake: resolve PR conversations
2021-01-31 15:50:59 +00:00
Anton Karmanov
c39095a21d
cmake: apply suggestions from review
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-31 15:50:59 +00:00
Anton Karmanov
64d4a41efb
cmake: update --install example
2021-01-31 15:50:59 +00:00
Anton Karmanov
36d3ce2011
cmake: fix linter issues
2021-01-31 15:50:59 +00:00
Anton Karmanov
bb6d3e72d8
cmake: update page
...
Actualise examples and improve description.
2021-01-31 15:50:59 +00:00
Laurent Indermühle
d8be3f35a3
sudo: add --login, --shell and --list examples ( #5202 )
...
add more information link
2021-01-30 18:04:40 -03:00
sawshep
0a3af1b152
gobuster: add page ( #5188 )
2021-01-30 14:45:12 -05:00
bl-ue
5f1ef5bee7
multiple pages: fix French colon punctuation ( #5152 )
2021-01-30 17:03:18 +00:00
Pit Henrich
519380ae8f
mupdf: add page ( #5168 )
...
* mupdf: add page
* Removed whitespace
* Added link brackets
* Apply suggestions from code review
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Rename pages/linux/mupdf.md to pages/common/mupdf.md
* Update pages/common/mupdf.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/mupdf.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-22 16:46:40 -05:00
Gingka Akiyama
12ed2e119a
lmms, SafeEjectGPU: add pages ( #5163 )
...
* Add SafeEjectGPU and lmms
* Well then
* Add SafeEjectGPU and lmms
* Update SafeEjectGPU and lmms
* Whats this? missing syntax? not in my code!
* Revert "Add SafeEjectGPU and lmms"
This reverts commit bc66ecc54d1a897f702b858b6077b94585ce0269.
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-21 21:18:51 -05:00
Kargins
ca2b6850a8
promtool: add page ( #5166 )
2021-01-21 15:03:37 -03:00
Owen Voke
d022d1f1d4
lambo, lambo-new: add page ( #5139 )
2021-01-18 14:10:49 -03:00
bl-ue
5a9ba89415
git-commit-graph: add page ( #5109 )
2021-01-17 15:01:21 -03:00
Waldir Pimenta
9b64574c38
gh: small wording tweaks for extra clarity ( #5157 )
2021-01-17 14:56:17 -03:00
Waldir Pimenta
d1b86208a1
gh-alias: close quoted string ( #5156 )
2021-01-17 14:55:43 -03:00
Caden Haustein
c23a73b84e
ghcup: add page ( #5145 )
...
* ghcup: add page
* Update pages/common/ghcup.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/common/ghcup.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update ghcup.md
* Update ghcup.md
* Update pages/common/ghcup.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update ghcup.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-16 14:41:39 -05:00
Axel Navarro
82b8f3bd08
gh-api: add page ( #5127 )
2021-01-16 17:03:57 +00:00
Axel Navarro
7b68d5cefd
gh-secret: add page ( #5133 )
2021-01-16 16:34:13 +00:00
Axel Navarro
be6bf11846
gh-reference: add page ( #5130 )
2021-01-16 16:27:42 +00:00
bl-ue
69e699ec23
git-credential: add page ( #5115 )
...
* git-credential: add page
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Put quotes outside of token syntax
* Update pages/common/git-credential.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-16 11:02:36 -05:00
bl-ue
1f6db5a934
git-count-objects: add page ( #5114 )
2021-01-16 15:43:31 +00:00
Axel Navarro
b112894a97
dexdump: add more information link ( #5142 )
2021-01-15 14:24:33 -03:00
Owen Voke
357914393d
takeout: add page ( #5138 )
2021-01-14 09:32:03 -03:00
bl-ue
b9e4ed66d5
git-checkout-index: add page ( #5107 )
...
* git-checkout-index: add page
* Update pages/common/git-checkout-index.md
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-13 08:39:56 -05:00
Axel Navarro
b962122415
gh-completion: add page ( #5134 )
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-13 09:25:31 +00:00
Axel Navarro
a7069a26b4
gh-help: add page ( #5129 )
2021-01-11 16:24:28 +00:00
Axel Navarro
e3fb724b41
gh-pr: fix page title ( #5126 )
2021-01-11 16:23:31 +00:00
Axel Navarro
6447cceee0
gh-environment: add page ( #5131 )
2021-01-11 16:22:12 +00:00
bl-ue
c0ed70aa40
jwt: add space in algorithm list in description ( #5135 )
2021-01-11 16:14:01 +00:00
bl-ue
713f8f498d
jekyll: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
95e286e87a
croc: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
7c329b9cb1
security-checker: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
36f7d8e2e5
dotnet-publish: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
b609a96b9f
evil-winrm: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
7582d93776
transmission-remote: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
8e39617d98
apktool: change folder to directory
2021-01-10 16:42:17 -03:00
bl-ue
059e66b8f3
mpg321: change folder to directory
2021-01-10 16:42:17 -03:00
Jonas
aaae44875f
svn-changelist: add page ( #5118 )
2021-01-10 16:15:05 -03:00
Axel Navarro
39cc9373a2
gh-alias: add page ( #5125 )
...
* gh-alias: add page
* Apply suggestions from code review
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* rename shortcut to alias
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-10 08:53:18 -05:00
bl-ue
2ee3968c44
git-var: add page ( #5095 )
...
* git-var: add page
* Update pages/common/git-var.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Update pages/common/git-var.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update git-var.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-09 08:06:54 -05:00
bl-ue
fb58a733ff
vala: fix more information link
2021-01-09 09:58:25 -03:00
bl-ue
a55c78d1c5
valac: fix more information link
2021-01-09 09:58:25 -03:00
bl-ue
0263149af3
git-restore: fix more information link
...
The old one led to an HTTP 500 because of the trailing /.
2021-01-08 13:52:28 -03:00
bl-ue
79b1257ea2
git-switch: fix more information link
...
The old one led to an HTTP 500 because of the trailing /.
2021-01-08 13:52:28 -03:00
bl-ue
d4cf283161
git-ls-remote: fix more information link
2021-01-08 13:52:28 -03:00
bl-ue
bae2dd054f
git-commit-tree: add page ( #5113 )
...
* git-commit-tree: add page
* Update pages/common/git-commit-tree.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Apply suggestions from code review
Still learning :D
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/git-commit-tree.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-08 08:55:25 -05:00
Sam James
76db7af9d4
siege: add page ( #5028 )
...
* siege: add page
* fix: Added token syntax & made more consistent with other pages
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Fix "More nformation" link syntax
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-08 08:40:46 -05:00
Lucas Gabriel Schneider
fddaac3d0a
Update pages/common/chezmoi.md
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-08 13:09:54 +00:00
lucas schneider
8d60f14945
add missing pages
2021-01-08 13:09:54 +00:00
lucas schneider
eef3712fc3
rename git to Git
2021-01-08 13:09:54 +00:00
bl-ue
2ec5fb9d50
git-check-attr: add page ( #5098 )
2021-01-08 09:15:39 -03:00
bl-ue
f96f2f5a3f
topgrade: fix more information link
2021-01-08 05:38:18 -03:00
bl-ue
c3442e296c
carbon-now: fix more information link
2021-01-08 05:38:18 -03:00
bl-ue
8f9e1a0452
jwt: fix more information link
2021-01-08 05:38:18 -03:00
bl-ue
4ebca80911
git-bugreport: add page ( #5097 )
2021-01-08 04:36:54 -03:00
bl-ue
b57f62cb20
git-column: add page ( #5108 )
2021-01-08 04:33:46 -03:00
lucas schneider
1490bac066
rename github to GitHub
2021-01-07 22:11:37 +00:00
bl-ue
db6ccdc929
git-stripspace: add page ( #5094 )
2021-01-07 21:49:09 +00:00
bl-ue
7131e2f4a8
git-annotate: add page ( #5096 )
2021-01-07 21:48:05 +00:00
Thomas Wünsche
d157c1f373
git-restore: add examples ( #5101 )
...
* git-restore: add examples
* update git-restore.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* update git-restore.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-07 07:58:00 -05:00
bl-ue
3b2a42c490
git-check-mailmap: add page ( #5099 )
2021-01-07 07:30:49 -05:00
bl-ue
7d6051e1ad
git-check-ref-format: add page ( #5100 )
2021-01-07 08:13:11 -03:00
try-6-me
fc97564a47
mysqldump: add remote example ( #5073 )
2021-01-07 07:33:41 -03:00
bl-ue
4f17e8d359
conan-frogarian: add page ( #5081 )
...
* conan frogarian: add page
* update more info link
2021-01-06 12:16:41 -05:00
bl-ue
f75ef6661f
rg: update title to match page name; improve examples ( #5091 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-06 16:54:01 +00:00
Matthew Peveler
c25e4e378e
gpg2: fix page title to match file name ( #5090 )
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-01-04 22:59:33 +00:00
Matthew Peveler
f44e989c65
stolonctl: change page title to filename ( #5089 )
...
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-04 15:24:59 -05:00
Jonah Snider
cd72232639
watson: add page ( #5086 )
2021-01-04 15:42:21 -03:00
bl-ue
f72524cdb2
tar: add brackets explaining mnemonics ( #5083 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-04 13:06:54 -05:00
Thomas Wünsche
325a88c924
rbenv: add example and improve page ( #5084 )
2021-01-04 13:01:41 -05:00
Joshua Casey
f16f23ab85
yq: add page ( #5044 )
2021-01-04 17:59:15 +00:00
Thomas Wünsche
152ee9b622
sort: add output file example ( #5040 )
2021-01-04 09:52:10 -05:00
bl-ue
12ec154efb
nmap: remove SSL example to reduce count to 8
2021-01-03 19:49:11 -05:00
bl-ue
40120a4cc8
tar: remove last example to reduce count to 8 ( #5078 )
2021-01-04 00:23:25 +00:00
empty
64a30d8d3a
youtube-dl: improve download a playlist and extract mp3 ( #5037 )
2021-01-03 10:25:16 -03:00
Matthew Peveler
652d4b63a1
docker-container: fix filename spelling ( #5067 )
2021-01-02 18:48:03 -03:00
Axel Navarro
3ee0d9049c
uvicorn: remove trailing space in title line
2021-01-02 18:47:11 -03:00
Mattia Righetti
f8f1570936
minifab: add page ( #5030 )
...
* minifab: add page
* minifab: italian translation
2021-01-01 17:29:19 -05:00
Morgan Erlich
ffa6317a54
nix-shell, nix-env: add page and fix manual link ( #5060 )
2021-01-01 17:12:38 -05:00
Starbeamrainbowlabs
06b697b9f7
nc: remove redundant examples
2021-01-01 18:56:20 -03:00
Starbeamrainbowlabs
653dbf065b
nc: fix grammar
2021-01-01 18:56:20 -03:00
diohabara
2381a08178
dust: add page ( #5055 )
...
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2021-01-01 16:47:33 -05:00
Starbeamrainbowlabs
a1b636f844
jq: remove example to bring it under the 8 example limit ( #5057 )
2021-01-01 16:30:53 -05:00
Azat Akhmetov
97bfd149cf
pip-install: add page ( #4983 )
2020-12-30 13:25:03 +00:00
Andrea
db2961245b
sha1sum, sha224sum, sha364sum, sha512sum: Fix wrong command name
2020-12-30 13:12:18 +00:00
Andrea
87c4f47037
sha*sum: update description for quiet option
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-12-30 13:12:18 +00:00
Andrea
ffd5838c4e
sha*sum: fix missing colons
2020-12-30 13:12:18 +00:00
Andrea
7076fe8a9c
sha*sum: add example about the creation of a list of checksums
2020-12-30 13:12:18 +00:00
Andrea
45d36431de
sha*sum: change example to long arguments
2020-12-30 13:12:18 +00:00
Andrea
3bde35a542
sha*: add --quiet option example
2020-12-30 13:12:18 +00:00
Andrea
1b4c23259b
sha256: add missing colon
2020-12-30 13:12:18 +00:00
Andrea
0bfca8e30d
sha256sum: add --quiet option example
2020-12-30 13:12:18 +00:00
Owen Voke
b87b19fd6d
thunderbird: add more information link
2020-12-29 12:02:05 +00:00
Axel Navarro
2ee8662bd1
fastlane: add page ( #5034 )
2020-12-29 19:57:05 +08:00
Waldir Pimenta
5430739f1d
Fix syntax of "More information" links ( #5050 )
2020-12-29 19:46:54 +08:00
Lucas Gabriel Schneider
8b80cf08b8
change markdown to Markdown ( #5049 )
2020-12-29 19:45:05 +08:00
Joshua Casey
981b2bea36
direnv: fix typo in edit example ( #5041 )
2020-12-27 01:19:32 +00:00
aherst
0e3a93a198
openssl-req: hyphenate self-signed ( #5052 )
2020-12-26 21:41:12 +00:00
Diego B. Fernandez
f3e92ad0a4
clj: add page ( #4980 )
...
* clj: add page
* Update pages/common/clj.md
* Update clj.md
* Update clj.md
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-12-23 13:59:36 +00:00
Gianni Young
aad048d0b7
tuir: add page ( #5025 )
2020-12-19 19:25:25 +00:00
Steven Pitts
5a17971b1c
kubectl: add kubectl describe in header ( #5032 )
...
https://github.com/tldr-pages/tldr/pull/4494 added `kubectl describe` help, but the main page still doesn't mention it. Add a note about its usage.
This is an important command, but it exceeds the suggested limit of 8 examples (do subcommands count as "examples"?). We could instead replace the `kubectl get` example with `kubectl {{get|describe}}`, but I'm really not a fan of that, since they're two different subcommands.
2020-12-19 19:20:46 +00:00
ruru4143
f7a116929c
topydo: add page ( #5017 )
2020-12-19 19:07:28 +00:00
Janek
7a95a5180f
mixxx: add common page ( #4959 )
2020-12-19 18:56:00 +00:00
Gianni Young
abd16f124c
tmpmail: add page ( #5026 )
...
* tmpmail: add page
* Update tmpmail.md
* Update tmpmail.md
* Update pages/common/tmpmail.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/tmpmail.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/tmpmail.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/tmpmail.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2020-12-18 13:22:05 +00:00
Kiran Joshi
365397c40b
scp: add -P example ( #5027 )
2020-12-17 07:16:17 -03:00
hodapp512
76c19c3dfd
vimdiff: cleanup and update page ( #4968 )
2020-12-14 10:03:56 -03:00
bl-ue
6ebb4969f1
2to3: add page ( #5015 )
2020-12-12 17:58:02 -03:00
bl-ue
051ce4819b
etcd: add page ( #5007 )
2020-12-12 17:07:25 -03:00
Sosthene-Guedon
05cdce5001
brotli: add page ( #5016 )
2020-12-12 16:52:03 -03:00
Zapan Gao
a1dbd179a5
bg, fg, jobs: add a '%' before '{{job_id}}' ( #5021 )
2020-12-12 16:50:14 -03:00
bl-ue
cc8246f3aa
conan: add page ( #5008 )
2020-12-12 18:06:49 +00:00
bl-ue
1d9c989711
from: add page ( #5011 )
2020-12-12 02:21:46 -03:00
klew
5ccf69e1c3
redis-cli: add new argument -c ( #5022 )
2020-12-12 03:13:57 +00:00
Tim Hwang
f6748fd090
fd: add --exec ( #5019 )
2020-12-12 03:12:55 +00:00
bl-ue
244a7b1c70
etcdctl: add page ( #5006 )
2020-12-11 21:29:31 +00:00
bl-ue
2718393db1
[many]: fix typos
2020-12-11 21:27:28 +00:00
Mateusz Soszyński
e5a6af0299
flutter: fix typo ( #5020 )
...
Platforms need to be divided only by `,` not space
2020-12-11 21:25:47 +00:00
Axel Navarro
bd07d874ee
flow: add page ( #4978 )
2020-12-09 11:13:00 -03:00
bl-ue
9d2f609139
htop: move from linux to common ( #5012 )
2020-12-08 00:48:19 -03:00
Ali Malek
256d99646c
lynx: add page ( #4815 )
2020-12-07 10:11:31 -03:00
Mark Bluemer
4d4b44fd69
fisher: update page to comply with Fisher 4.0 ( #4999 )
2020-12-06 18:02:17 -03:00
IacobusKopiirefuto
c7ed28053a
openssl-prime: add page ( #4422 )
2020-12-04 17:11:39 -03:00
Iain
395351ad7e
exenv: add page ( #4992 )
2020-12-04 09:07:25 -03:00
hrai
b3c0007b1c
zmv: add page ( #4705 )
2020-12-03 12:55:36 -03:00
Ivor Benderavage
2a56661112
mc, jekyll, echo: add French translation and fix formatting in English version ( #5000 )
2020-12-03 09:11:40 -03:00
Per Jørgen Walstrøm
4af919369e
xxd: add -a for compact output example ( #4990 )
2020-11-30 09:09:35 -03:00
Juri
b20e80a60f
lwp-request: removed unnecessary usage of cat ( #4989 )
2020-11-30 09:06:12 -03:00
Luat Hoang
96f5f20498
bundle: add exec example ( #4995 )
2020-11-30 08:54:18 -03:00
Pierre Rudloff
dfea16bc96
cronic: add page ( #4981 )
2020-11-29 03:01:14 -03:00
frcroth
c27417d566
airmon-ng: add page ( #4974 )
2020-11-27 01:07:31 +00:00
aaaawwWWWwwwwWWW
5a7a7de650
lpr: add page-ranges example ( #4966 )
2020-11-27 01:06:38 +00:00
Nuno Agostinho
75f993b9c0
python: include example using pip ( #4956 )
2020-11-27 01:02:20 +00:00
Ali Malek
e6c0dfb591
docker-stats: add page ( #4939 )
2020-11-27 00:56:28 +00:00
Nuno Agostinho
f09651b375
R: fix command case and add examples ( #4957 )
2020-11-21 00:06:39 -03:00
Nuno Agostinho
166688ddeb
tmux: add window management commands and small improvements ( #4953 )
2020-11-20 23:55:15 -03:00
Thomas Wünsche
02bc8ffd90
crontab: add file example ( #4958 )
2020-11-20 22:01:33 +00:00
Chasarr
f8d18031eb
cmake: add missing space ( #4955 )
2020-11-16 18:53:30 +00:00
Sahil Dhiman
c9273cbec3
blockout2: add page ( #4945 )
2020-11-16 18:46:58 +00:00
Crystal Fletcher
a3f1b62b10
vela: add page ( #4942 )
2020-11-16 18:17:53 +00:00
Anna
4c4ade0d11
lynx: add page ( #4764 )
2020-11-13 06:47:53 -03:00
Ali Malek
4f20fdcd64
docker-secret: add page ( #4933 )
2020-11-10 16:39:51 -03:00
Ali Malek
13ec447aaf
docker-save: add page ( #4936 )
2020-11-10 16:38:14 -03:00
RobinKohrs
d9df7a2238
gdalbuildvrt: add page ( #4941 )
2020-11-10 19:02:27 +00:00
Faiz Azhar
f346bc66e7
cloudflared, wrangler: add page ( #4534 )
2020-11-10 08:46:02 -03:00
CARE-COLIN Thibaut
8c8314f725
git*: add French translation ( #4619 )
2020-11-10 08:17:06 -03:00
Sahil Dhiman
6b167bcdd4
nudoku: add page ( #4944 )
2020-11-10 07:17:18 -03:00
Sahil Dhiman
08485f839a
bastet: add page ( #4940 )
2020-11-07 19:24:55 +00:00
Pieter Joost van de Sande
6b7587edb1
reflex: add page ( #4884 )
2020-11-07 02:03:39 -03:00
Owen Voke
eb7ed1a7d6
pest: add page ( #4929 )
2020-11-06 08:07:31 -03:00
Alex Brenon
28a29bf304
gh-gist: add page ( #4898 )
2020-11-06 08:02:47 -03:00
Wilco
2f2a1144ff
amass, httprobe, sublist3r, theHarvester: add page ( #4912 )
2020-11-06 07:59:13 -03:00
Alex Brenon
5511382eed
gh-repo: add page ( #4897 )
2020-11-04 15:37:36 -03:00
Jonas Brusman
c316c2627d
redis-cli: add URI connection example ( #4930 )
2020-11-04 11:39:54 -03:00
Antoine Mazure
d26f0c9907
git-clone: add clone single branch example ( #4924 )
2020-11-03 08:48:52 -03:00
Krzysztof Bociurko
bef4924096
xkcdpass: add page ( #4919 )
2020-11-02 08:52:08 -03:00
Alvise Trevisan
b804c909d3
cargo-build: fix --bin subcommand ( #4921 )
2020-11-01 15:06:02 +00:00
CARE-COLIN Thibaut
d78a7103fe
awk: add operators match ( #4606 )
2020-11-01 14:42:00 +00:00
Ali Malek
3b39f650fe
docker-swarm: add page ( #4873 )
2020-11-01 14:34:54 +00:00
Guido Lena Cota
0bb9c353a7
multiple pages: Use snake_case in token syntax ( #4788 )
2020-11-01 13:40:05 +00:00
Krzysztof Bociurko
4b06377bad
youtube-dl: add Polish translation ( #4900 )
2020-11-01 13:30:55 +00:00
Ivor Benderavage
e009d7ceba
pipenv: add example for not dev packages ( #4880 )
2020-11-01 13:11:33 +00:00
Mateusz Soszyński
f51e81fee4
gh-issue: add page ( #4836 )
...
* Add gh issue page
* Fix issues from bot
* Are you happy now?
* Add two more examples
* git stash made a little mess
* Apply *some* suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Apply suggestions to "list bugs" example
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Apply suggetions to "list closed issues"
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/common/gh-issue.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2020-11-01 02:17:21 +00:00
Charles Levine
377c9e57d6
travis: add page ( #4744 )
2020-11-01 02:16:33 +00:00
Natechawin Suthison
7fe92893a1
ansible-doc: add page ( #4843 )
2020-10-31 17:44:34 -03:00
CARE-COLIN Thibaut
591c384275
vim: add line numbers example ( #4608 )
2020-10-31 17:42:18 -03:00
Starkiller645
b83cf195f2
electron-packager: add page ( #4892 )
2020-10-30 21:03:13 +00:00
Axel Navarro
04591b14dc
git-init: add --object-format example ( #4888 )
2020-10-30 12:28:18 +00:00
Agno94
c312c50b99
badblocks, ddrescue, fdisk, fsck, ioping, smartctl, wipefs: change /dev/sda into /dev/sdX ( #4861 )
2020-10-29 08:21:45 -03:00
Mat
5819677893
openssl: add subcommand pages ( #4886 )
2020-10-28 16:03:16 -03:00
Natechawin Suthison
c84a806560
ansible-pull: add page ( #4830 )
2020-10-28 18:54:57 +00:00
Waldir Pimenta
c91bb1b19c
git-show: improve --stat, add --summary
2020-10-28 18:37:32 +00:00
Ali Malek
0f502c4f54
docker-exec: add new example ( #4818 )
...
* docker-exec: add new example
* docker-exec: fix options format
2020-10-28 18:35:36 +00:00
Gaurav Chaudhari
df22df93b2
docker-service: add page ( #4800 )
2020-10-28 18:34:54 +00:00
Michael Bianchi
cf8b401aeb
hadolint: add page ( #4782 )
2020-10-28 18:26:28 +00:00
Richard Mörbitz
649bc40b2c
make: add more information link
2020-10-28 18:22:24 +00:00
Richard Mörbitz
ff24666e79
make: add --environment-overrides example
2020-10-28 18:22:24 +00:00
Ali Malek
61cd51518c
docker-images: add filter example ( #4819 )
2020-10-28 18:12:48 +00:00
honarmand-io
4e011efcbe
aws-lambda: add page ( #4774 )
2020-10-28 18:12:01 +00:00
Quentin
e2f4310506
surfraw: add page ( #4771 )
2020-10-28 18:06:06 +00:00
Mateusz Soszyński
017e0ced2e
flutter: remove useless examples and add release APK ( #4853 )
2020-10-28 15:03:05 -03:00
Mateusz Soszyński
d0f6ebcf32
md5sum: add text input example ( #4840 )
2020-10-28 17:46:25 +00:00
honarmand-io
6accbcedbe
cdk: add page ( #4756 )
2020-10-28 17:41:51 +00:00
Ryzhehvost
81f0b337e1
dotnet-build: fix compile in release mode example ( #4809 )
2020-10-28 17:31:03 +00:00
sebastientinel
1d32985f2f
multiple pages: Unify file path syntax to indicate a 'path to' ( #4816 )
2020-10-28 17:19:43 +00:00
Mat
8b07793aa6
openssl-dgst, openssl-genpkey: add page ( #4879 )
2020-10-28 14:54:16 +00:00
Reinhart Previano K
dc1f53f8dd
scrcpy: add --serial example ( #4877 )
2020-10-28 14:19:43 +00:00
Juri Hahn
1a6fb76e54
ln: add missing noun ( #4883 )
2020-10-28 13:28:52 +00:00
Eiman
e55878a778
ss-local: add page ( #4857 )
2020-10-27 10:08:21 -03:00
Sahil Dhiman
d98b3945c1
mpv: add play from URL example ( #4858 )
2020-10-27 11:06:41 +00:00
siavashsoleymani
2ceaa0eb66
dua: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
36eac69988
dokku: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
c6b1293bce
croc: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
f463df1883
chmod: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
5ce8f133fa
carbon-now: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
c6ba2affd5
badblocks: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
04f2a99002
ant: fix typo
2020-10-27 11:01:11 +00:00
siavash
011668ece6
jcal: add page ( #4833 )
2020-10-27 10:50:11 +00:00
Mateusz Soszyński
25ca1ccce8
gh-config: add page ( #4837 )
2020-10-27 10:38:49 +00:00
Agno94
59dbe4e9ef
opusenc: move from linux to common ( #4860 )
2020-10-26 11:58:52 +00:00
Giovanni Geraci
0162480727
rsync: fix example description ( #4866 )
2020-10-26 11:52:26 +00:00
Alex
8dcd63a156
hunspell: add page ( #4842 )
2020-10-26 08:14:46 -03:00
Mateusz Soszyński
d2a24aaf37
gh-auth: add page ( #4839 )
2020-10-26 10:14:22 +00:00
Amory Meltzer
185f818455
git-pr: add link to documentation source ( #4838 )
2020-10-24 23:34:03 +01:00
Antoine Amara
60231caf8d
gh: change command order and fix a mistake on pr/issue view command ( #4722 )
2020-10-24 10:46:22 -03:00
Abel
a773331d60
gh-release: add page ( #4773 )
2020-10-24 14:09:49 +01:00
Ali Malek
ff06977da2
docker-compose: add new example ( #4817 )
2020-10-24 13:59:15 +01:00
siavash
71f4635d88
bedtools, oc, sensible-editor, azcopy: fix typos and add oc project example ( #4822 )
2020-10-24 13:58:11 +01:00
Juri
8bee8a1bdb
openconnect: add page ( #4780 )
2020-10-24 13:47:55 +01:00
Agustín Covarrubias
51c0dd2ba4
bat: add more information link ( #4785 )
...
* bat: add Spanish translation
* bat: add suggestions
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* bat: add filename suggestions
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* bat: add page
* bat: add page (en)
* bat: fix empty line
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2020-10-24 13:45:49 +01:00
Ehab Alsharif
25adf84c03
git-ls-files: add page ( #4753 )
2020-10-24 13:41:47 +01:00
ahonarmand
18c35024fa
aws-glue: add page ( #4740 )
2020-10-24 13:40:49 +01:00
Markus Pielmeier
b8a1ccc200
clang-format: add page ( #4736 )
2020-10-24 13:40:29 +01:00
Thamaraiselvam
9da373b089
direnv: add page ( #4392 )
2020-10-24 13:29:25 +01:00
Quentin
5e96baeca1
pass-otp: fix typo ( #4770 )
2020-10-24 13:24:57 +01:00