bl-ue
d5c493d866
csshX: rename to csshx ( #5384 )
2021-03-09 13:29:08 +00:00
bl-ue
a0fd30d784
eyeD3: rename to eyed3 ( #5381 )
2021-03-09 13:28:36 +00: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
01496626a2
pacman-deptest: add page ( #5304 )
2021-03-08 20:31:53 +00:00
Axel Navarro
cc5b716340
gh-pr: add examples for edit subcommand ( #5359 )
2021-03-08 20:27:00 +00:00
Axel Navarro
16a1493763
yay: add more information link ( #5387 )
2021-03-08 20:16:15 +00:00
bl-ue
672a67a2db
if: modernize ( #5351 )
2021-03-08 20:06:24 +00:00
Adam Herst
84d537deb1
lvcreate, lvextend, lvreduce, lvremove, lvresize, lvs, pvcreate, pvs, vgcreate, vgs: harmonize descriptions ( #5316 )
2021-03-08 14:25:12 -05:00
Axel Navarro
fbe706f00b
bless: add more info link and fix examples ( #5277 )
2021-03-08 19:08:37 +00:00
Axel Navarro
71f68b3fc4
pacman-database: add page ( #5302 )
2021-03-08 19:05:52 +00:00
Axel Navarro
36e7ef38da
pacman-upgrade: add page ( #5295 )
2021-03-08 19:03:08 +00:00
Axel Navarro
392fd6b434
pacman-files: add page ( #5303 )
2021-03-08 19:02:50 +00:00
marchersimon
7a3f7174af
musescore: add page ( #5368 )
2021-03-08 07:57:44 -03:00
bl-ue
f1bbea324d
GetFileInfo: rename to getfileinfo ( #5382 )
2021-03-08 10:41:26 +00:00
bl-ue
9668011010
SafeEjectGPU: rename safeejectgpu ( #5383 )
2021-03-08 10:38:46 +00: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
marchersimon
41a5231383
tuxi: add page ( #5357 )
2021-03-06 16:49:16 -05: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
Jake Vossen
d2ae2fff41
arch: create macOS page and add architecture flags ( #5347 )
2021-03-06 16:40:22 +08:00
bl-ue
a5af5c802b
grub-mkconfig: move from / to pages/linux ( #5350 )
2021-03-05 09:19:49 +00: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
marchersimon
20e56e6c92
pacman-mirrors: add page ( #5315 )
2021-02-28 14:23:47 -03:00
tassadarliu
ad2fd7c87e
pngcheck: add page ( #5310 )
2021-02-28 12:11:59 -05:00
Managor
6c37d8813c
grub-install, grub-mkconfig: add page ( #5261 )
2021-02-28 09:12:20 -05:00
marchersimon
0589644d01
latex, pdftex, tex, texdoc, texliveonfly, tlmgr: add page ( #5294 )
2021-02-28 08:33:40 -05:00
Adam Herst
a57cc14783
lvextend: expand description ( #5311 )
2021-02-26 07:44:19 -03:00
bl-ue
fca445d12e
speedtest-cli: update grammar, links, and token syntax ( #5284 )
2021-02-26 07:39:06 -03:00
Axel Navarro
c2eeae45cc
kreadconfig5: add page ( #5293 )
2021-02-25 22:31:38 +00:00
Axel Navarro
01dbbf6f26
arch-chroot: add page ( #5248 )
...
* Apply suggestions from code review
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Remove sh example
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Update pages/linux/arch-chroot.md
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
* Apply suggestions from code review
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
* Update pages/linux/arch-chroot.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2021-02-25 19:31:11 -03:00
Axel Navarro
18961bc91e
kwriteconfig5: add page ( #5292 )
2021-02-25 22:30:30 +00:00
Axel Navarro
5cc5b025f9
pacman-sync: add page ( #5268 )
2021-02-25 22:21:26 +00:00
bl-ue
473b1ac11a
exrex: add page ( #5296 )
2021-02-25 17:46:24 +00:00
Adam Herst
4364446e17
ethtool: add examples ( #5307 )
2021-02-24 11:30:45 -05:00
Axel Navarro
e2082f8adc
gh-ssh-key: add page ( #5308 )
2021-02-24 08:39:13 -05:00
Axel Navarro
8db0a074e7
balooctl: add page ( #5291 )
2021-02-24 13:15:55 +00: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
9cdfceb92b
speedtest: add page ( #5282 )
2021-02-21 08:05:17 -05:00
Axel Navarro
424d2ed45a
systemctl: fix example description caps ( #5281 )
2021-02-21 10:00:15 +08: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
Managor
92a974ac06
wol: add page ( #5280 )
2021-02-19 12:59:36 -05:00
Axel Navarro
4e956ffaec
now: add page ( #5283 )
2021-02-19 13:45:22 -03:00
Axel Navarro
66b49e9dcc
pacman-remove: add page ( #5273 )
2021-02-19 07:29:27 -03:00
Axel Navarro
a808abf3db
systemctl: fix token syntax for multicommand examples ( #5274 )
2021-02-19 07:13:45 -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
0f4bf14bd6
pacman-query: add page ( #5269 )
2021-02-18 19:44:34 -05: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
Axel Navarro
7a08da8173
netstat: use long argument format ( #5252 )
2021-02-18 23:16:29 +00:00
Honza
49852ef289
z: add `-c` parameter to the command description ( #5262 )
2021-02-18 23:13:08 +00:00
Axel Navarro
2538cef3a2
mkinitcpio: add page ( #5250 )
2021-02-18 23:09:54 +00:00
Daryl Pinto
75ed4e2db3
deno: update outdated commands ( #5275 )
2021-02-18 08:07:05 -05:00
aherst
a6984a88bf
systemctl: improve mask/unmask example description ( #5270 )
2021-02-17 16:56:30 -03: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
Managor
79d8cb64b7
winetricks: add page ( #5265 )
2021-02-13 16:49:02 -03:00
Robby O'Connor
5cd65c2850
tar: fix bzip to bzip2 in command description ( #5264 )
2021-02-13 00:53:30 -03:00
Managor
87f1e8a511
wg, wg-quick: add page ( #5260 )
2021-02-12 08:28:04 -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
Axel Navarro
cb6f74dd28
pacstrap: add page ( #5247 )
2021-02-11 11:59:20 -05:00
Axel Navarro
4f14600161
mandb: add more information link ( #5249 )
2021-02-11 13:10: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
bl-ue
d85ac6642c
dark-mode: add page ( #5225 )
2021-02-05 12:36:55 +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
Starbeamrainbowlabs
caa82706af
btrfs-device: add page ( #5170 )
2021-02-03 08:48:27 -03:00
Peter Babič
81c139c072
genfstab: add page ( #5215 )
2021-02-02 19:30:58 -05:00
Starbeamrainbowlabs
9920c058ca
rankmirrors: add page ( #5217 )
2021-02-02 19:27:49 -05: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
bl-ue
d679ad1016
multiple pages: trim trailing whitespace ( #5213 )
2021-01-31 16:16:00 -05: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
sawshep
0b8670109e
smbget: add page ( #5187 )
2021-01-30 18:07:30 -03:00
Axel Navarro
23d7996775
nmcli: add more information link ( #5198 )
2021-01-30 16:05:59 -05: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
Laurent Indermühle
7c6dfb6d55
hostnamectl: add --pretty and --static examples ( #5203 )
2021-01-30 18:00:35 -03:00
sawshep
0a3af1b152
gobuster: add page ( #5188 )
2021-01-30 14:45:12 -05:00
Ishank Sharma
2280a5a6a2
gdebi: add page ( #5204 )
2021-01-30 16:28:36 -03:00
bl-ue
5f1ef5bee7
multiple pages: fix French colon punctuation ( #5152 )
2021-01-30 17:03:18 +00:00
David Auer
09e78d4bc2
nmcli-device: add wifi show-password example ( #5191 )
2021-01-28 07:08:26 -03:00
Starbeamrainbowlabs
5b414146f6
btrfs-filesystem: correct and improve ( #5169 )
2021-01-24 22:42:06 -03:00
Starbeamrainbowlabs
24e64160b9
partx: add page ( #5158 )
...
* partx: add page
* partx: remove trailing whitespace
* partx: fix typo
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 17:59:31 -05: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
Pit Henrich
fab3ebc72a
numactl: add page ( #5167 )
...
* numactl: add page
* numactl: add page fix
* Apply suggestions from code review
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update pages/linux/numactl.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/numactl.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/numactl.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/numactl.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update pages/linux/numactl.md
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-01-22 07:57:46 -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
Raizo62
62377822e4
scrot: add example to display a countdown before taking a screenshot ( #5162 )
2021-01-21 10:41:42 +00:00
Axel Navarro
dbb0e9ef97
pacman: add more information link ( #5146 )
2021-01-19 11:40:16 -03:00
Owen Voke
d022d1f1d4
lambo, lambo-new: add page ( #5139 )
2021-01-18 14:10:49 -03:00
Starbeamrainbowlabs
7548a66049
btrfs-subvolume: add page ( #5153 )
2021-01-18 07:15:00 -03:00
bl-ue
5a9ba89415
git-commit-graph: add page ( #5109 )
2021-01-17 15:01:21 -03:00
aaaawwWWWwwwwWWW
bd9e5c8630
lvresize: add vg to positional arg and example extend ( #5150 )
2021-01-17 15:00:02 -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
Thomas Wünsche
7f63c6eee9
defaults: add find example ( #5147 )
2021-01-16 11:04:01 -03:00
Axel Navarro
b112894a97
dexdump: add more information link ( #5142 )
2021-01-15 14:24:33 -03:00
Gingka Akiyama
2ef9352001
dot_clean: add page ( #5144 )
2021-01-14 20:26:31 -05: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
bl-ue
2497b9b24f
replace: 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
feb804162b
valet: update more information link ( #5121 )
2021-01-09 10:00:16 -03: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
Starbeamrainbowlabs
11b78886d0
btrfs-scrub: add page ( #5104 )
2021-01-07 08:06:18 -03:00
Starbeamrainbowlabs
16c1b0aaf4
btrfs-filesystem: add page ( #5102 )
2021-01-07 08:04:21 -03:00
try-6-me
fc97564a47
mysqldump: add remote example ( #5073 )
2021-01-07 07:33:41 -03:00
Starbeamrainbowlabs
5d7fabcdfa
Oops, I shouldn't have commited to master.
2021-01-07 02:39:35 +00:00
Starbeamrainbowlabs
9d62a7d44b
btrfs-scrub: add page
2021-01-07 02:38:33 +00: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
Flip Phillips
9ddbd97ce4
mdutil: add turn on/off indexing for all volumes ( #5087 )
2021-01-04 15:53:11 -03: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
Axel Navarro
39e5e04e4a
e2undo: add page ( #5074 )
2021-01-04 17:07:27 +00:00
Thomas Wünsche
152ee9b622
sort: add output file example ( #5040 )
2021-01-04 09:52:10 -05:00
bl-ue
a34aca3728
yetris: reduce example count to 8 ( #5079 )
2021-01-04 07:54:34 -03: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
bl-ue
dbe3717463
windows/shutdown: remove extra example; improve restart example ( #5076 )
2021-01-03 21:46:16 +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
Matthew Peveler
984219b457
flameshot: remove trailing space in title line
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-01-02 18:47:11 -03:00
Matthew Peveler
bf852bbf86
brew: remove cleanup example ( #5066 )
...
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-01-02 11:26:30 -05: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
Howard Yun
930a5e28cc
finch: add page ( #5038 )
...
* finch: add page
* finch: fix formatting
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-01 16:33:12 -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
af00e6b0f0
thunar: add more information link
2020-12-29 12:02:05 +00:00
Owen Voke
b87b19fd6d
thunderbird: add more information link
2020-12-29 12:02:05 +00:00
Owen Voke
0a671b4402
nethogs: add more information link
2020-12-29 12:02:05 +00:00
Owen Voke
f28681dd36
xcopy: add more information link
2020-12-29 12:02:05 +00:00
Owen Voke
d6612d511c
cipher: add more information link
2020-12-29 12:02:05 +00:00
Owen Voke
0c16eb24fd
ftp: 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
Gingka Akiyama
223e095d7d
tmutil: add page ( #5054 )
2020-12-29 19:43:22 +08:00
Axel Navarro
f609506037
kde-inhibit: add page ( #4976 )
2020-12-27 10:21:13 +00: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
sbuller
2c80e464ba
lsblk: add custom output example ( #5039 )
2020-12-22 08:59:32 -03:00
Gianni Young
aad048d0b7
tuir: add page ( #5025 )
2020-12-19 19:25:25 +00:00
Axel Navarro
841e17f89a
security: add page ( #5033 )
2020-12-19 19:23:51 +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
George Vlahavas
cb83e50f55
slapt-src, spi: add page, slapt-get: fix example ( #5014 )
2020-12-14 09:05:58 -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
ruru4143
37b7e9d13e
i3: add missing space ( #5018 )
2020-12-11 21:20:02 +00:00
Ein Verne
6db7d9f7d1
parted: add page ( #4961 )
2020-12-11 21:06:23 +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
Sahil Dhiman
935d337cc6
resolveip: add page ( #4982 )
2020-12-04 19:05:15 +00: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
Samuel
b0ef7f61b2
dkms: add page ( #4997 )
2020-12-02 16:12:38 +08:00
aaaawwWWWwwwwWWW
890d7e3553
xdg-mime: add page ( #4998 )
2020-11-30 10:42:28 -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
Willian Lopes
90baf7ecf4
get-content: add page ( #4687 )
2020-11-29 03:02:43 -03:00
Pierre Rudloff
dfea16bc96
cronic: add page ( #4981 )
2020-11-29 03:01:14 -03:00
Roshak Zarhoun
d23dc34a25
xclip: fix example description and replace 1 example ( #4985 )
2020-11-27 16:10:03 -03:00
Fukurou Makoto
0f4e7576ab
i3: add common page ( #4960 )
2020-11-27 01:53:56 +00:00
Anton Karmanov
a1cf7408bf
debootstrap: add page ( #4971 )
2020-11-27 01:12:26 +00: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
funwaa
7813123d4d
x0vncserver: add page ( #4478 )
2020-11-27 01:04:01 +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
aaaawwWWWwwwwWWW
f85df16180
veracrypt: add page ( #4967 )
2020-11-26 11:54:52 -03:00
Sahil Dhiman
b77cd3cc66
asciiart: add page ( #4962 )
2020-11-21 00:07:07 -03: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
640ffc1d5d
cuyo: add page ( #4954 )
2020-11-16 18:51:04 +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
Fukurou Makoto
b5c9e4afc9
kjv: add page ( #4949 )
2020-11-13 09:34:04 +00: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
niki six
8d40ac5051
rename: add page ( #4946 )
2020-11-10 12:44:47 +08:00
Sahil Dhiman
17968341f1
yetris: add page ( #4938 )
2020-11-07 16:28:20 -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
Sahil Dhiman
02fddafbf6
nsnake: add page ( #4937 )
2020-11-06 13:49:07 -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
Sahil Dhiman
d70bf6ed7e
snake4: add page ( #4895 )
2020-11-05 19:35:06 +00:00
Sahil Dhiman
a2649b54cc
snake4scores: add page ( #4896 )
2020-11-05 19:29:54 +00:00
hellojukay
ca9301add6
ctr: add page ( #4928 )
2020-11-05 07:09:18 -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
Robby Renz
c0d84c1dd9
openfortivpn: add page ( #4902 )
2020-11-02 09:06:08 -03:00
Krzysztof Bociurko
bef4924096
xkcdpass: add page ( #4919 )
2020-11-02 08:52:08 -03:00
Doh
315a6035c2
iptables: fix example description and add link ( #4922 )
2020-11-01 16:18:01 -03:00
Alvise Trevisan
b804c909d3
cargo-build: fix --bin subcommand ( #4921 )
2020-11-01 15:06:02 +00:00
StackOverBuffer
433b9647ea
vnstat: add page ( #4875 )
2020-11-01 14:44:56 +00:00
CARE-COLIN Thibaut
d78a7103fe
awk: add operators match ( #4606 )
2020-11-01 14:42:00 +00:00
Richard Mörbitz
61ad03ec4d
pmount: add page ( #4878 )
2020-11-01 14:35:14 +00:00
Ali Malek
3b39f650fe
docker-swarm: add page ( #4873 )
2020-11-01 14:34:54 +00:00
Bárbara Aliverti
7ce46610ae
units, wtf: add pt_BR translation ( #4908 )
2020-11-01 14:30:22 +00:00
Robby Renz
89778d8549
archlinux-java: add page ( #4889 )
2020-11-01 14:24:45 +00:00
Ben Lönnqvist
0db6045edf
paru: add page ( #4894 )
2020-11-01 13:42:13 +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
hellojukay
4a7fc6ceb1
rpmbuild: add page ( #4864 )
2020-10-31 17:20:05 -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
Benjamin G
0d2c364b9d
schroot: add page ( #4775 )
2020-10-29 08:14:20 -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
skitau
8d1bfcbb03
gpupdate: add page ( #4772 )
2020-10-28 18:50:05 +00:00
Mat
15fa534d4b
cfdisk: add page ( #4881 )
2020-10-28 18:39:33 +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
Eiman
c96586e605
udisktctl: add page ( #4856 )
2020-10-28 18:07:26 +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
Andrea
c2c55af1a9
tree: fix -N option description
2020-10-28 18:00:17 +00:00
deeeeeeps
859988c83f
e2image: add page ( #4795 )
2020-10-28 17:48:42 +00: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
IDF
b0548ef94b
maim: add page ( #4468 )
2020-10-28 17:30:15 +00:00
Mark Gross
076ec67f88
slop: add page ( #4741 )
2020-10-28 17:29:18 +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
2a1e5782a8
eix: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
7382d67cab
dumpe2fs: fix typo
2020-10-27 11:01:11 +00:00
siavashsoleymani
44a3a7888e
apache2ctl: fix typo
2020-10-27 11:01:11 +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
Stefan Wessels Beljaars
b9e393f602
sed: fix faulty example and add remove line from file osx ( #4781 )
2020-10-24 15:10:25 +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
Sahil Dhiman
2a1b2fbd3d
arithmetic: add page ( #4786 )
2020-10-24 10:12:52 -03:00
Abel
a773331d60
gh-release: add page ( #4773 )
2020-10-24 14:09:49 +01:00
Mark Gross
6b51b76b22
sxiv: add page ( #4806 )
2020-10-24 14:06:40 +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
Nick Smyrnioudis
811b360cb4
iwconfig : fix error in last example ( #4791 )
...
changed ifconfig to iwconfig
2020-10-24 13:37:55 +01:00
teeteejo
025fed0343
dumpe2fs: add page ( #4497 )
2020-10-24 13:36:28 +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
sedrubal
c367702e95
addr2line: add page ( #4761 )
2020-10-24 13:21:38 +01:00
Bryan Jenks
3b9b0744b2
flash: add page ( #4712 )
2020-10-24 13:17:40 +01:00
Pierre Rudloff
c1c162faee
gitlab-ctl: add page ( #4758 )
2020-10-24 13:14:20 +01:00
ev-john
90a3a2e1c7
gcov: add page ( #4723 )
2020-10-24 13:13:51 +01:00
Pierre Rudloff
f20cd17338
gitlab-runner: add page ( #4759 )
2020-10-24 13:13:16 +01:00
sedrubal
5fd5e9bba2
command: add -v example ( #4762 )
2020-10-24 13:12:39 +01:00
Alex
32e310ff63
rpcclient: add page ( #4747 )
2020-10-24 13:06:56 +01:00
Alex
622e1cf73c
smbmap: add page ( #4749 )
2020-10-24 13:05:07 +01:00
Michael Schoonmaker
0eb4310751
node: revise -e language ( #4797 )
2020-10-22 17:30:16 +01:00
Shane Kimble
e8cbaab424
syncthing: add -no-browser example ( #4700 )
2020-10-20 07:58:25 -03:00
Atrate
3851c15812
youtube-dl: add quotation marks ( #4768 )
2020-10-19 15:53:00 -03:00
Alex
0254bd4a3b
snmpwalk: add page ( #4748 )
2020-10-19 15:44:16 -03:00
Anoop G R
fcd2b5a965
zile: add page ( #4755 )
2020-10-19 19:33:02 +01:00
Starbeamrainbowlabs
948bcac65d
git-*: use inclusive language ( #4533 )
...
* git subtree: make language inclusive
* git revert: make language inclusive
* git rev-list: make language inclusive
* git request-pull: make language inclusive
* git rebase: make language inclusive
* git revert/es: make language inclusive
* git rev-list/es: make language inclusive
* git rebase/es: make language inclusive
* git-rebase/es: improve language
Co-authored-by: Marco Bonelli <marco@mebeim.net>
* git-rebase/es: improve language
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update git-rebase.md
* git-subtree: revise example description
* git-rebase/es: translate branch_name
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Update git-rebase.md
* Update git-rev-list.md
* Update pages.es/common/git-revert.md
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
* Apply suggestions from code review
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2020-10-19 19:26:01 +01:00
Sadeed
43f29ee461
notmuch: add page ( #4745 )
2020-10-19 19:17:44 +01:00
André Almeida
1d71ae134e
git-commit: clarify amend example ( #4703 )
2020-10-19 19:15:40 +01:00
Alex
71fd0643e4
crunch: add page ( #4719 )
2020-10-19 18:30:58 +01:00
Abel
0be5e3adaf
gh-pr: add page ( #4717 )
2020-10-19 18:29:43 +01:00
ahonarmand
8400c98f2a
aws quicksight: add page ( #4738 )
2020-10-19 18:20:06 +01:00
Mark Gross
b5255686cd
glow: add page ( #4742 )
2020-10-19 18:15:13 +01:00
Matthew Crumley
d82baf9715
calendar: remove file format examples
2020-10-19 18:00:22 +01:00
Matthew Crumley
d8838aacfd
calendar: placeholder formatting
2020-10-19 18:00:22 +01:00
Matthew Crumley
bae106ef3e
calendar: remove tab character
2020-10-19 18:00:22 +01:00
Matthew Crumley
5e53346fab
calendar: add page
2020-10-19 18:00:22 +01:00
David Menéndez Negro
1ce8ecd6ed
bash: clarify print version example description ( #4730 )
2020-10-19 17:50:30 +01:00
Chris Winberry
844675fdb0
csvtool: add page ( #4391 )
2020-10-19 17:38:57 +01:00
Jonas Alfredsson
c449998232
certbot: add URL to official manual page ( #4710 )
2020-10-19 17:31:50 +01:00
ktrueda
144017572b
hive: add page ( #4632 )
2020-10-19 17:28:59 +01:00
Yi Ge
d8a1eabd93
yum: correct update command ( #4708 )
2020-10-19 17:28:06 +01:00
André Almeida
30e4396146
gdb: disambiguate --args example ( #4704 )
2020-10-19 17:26:18 +01:00
Sahil Dhiman
5a30feb0ac
wtf: add page ( #4694 )
2020-10-19 16:55:13 +01:00
Karthikeyan Vaithilingam
0a244217b7
choice: add page ( #4677 )
2020-10-19 16:38:32 +01:00
Nick Smyrnioudis
fe00e56398
rsync: edit example for use a different port for ssh ( #4359 )
2020-10-17 17:27:38 -03:00
André Almeida
83df2f6125
bpftrace: add page ( #4702 )
2020-10-17 21:47:18 +02:00
Michael Wade
10a79e10fe
semanage: add page ( #4353 )
2020-10-17 06:41:23 -03:00
ev-john
6ae53a789f
jpegtran: add page ( #4695 )
2020-10-16 06:14:46 -03:00
Michael Schoonmaker
dc2905900f
elixir: add page ( #4693 )
2020-10-16 05:58:25 -03:00
Ehab Alsharif
fd71092176
git-prune: add page ( #4696 )
2020-10-16 09:53:07 +01:00
Jacob Mansfield
d9e540a387
asterisk: add page ( #4474 )
2020-10-15 17:24:29 -03:00
Simon Landry
709765c323
yes: add French translation, add common usage example ( #4624 )
2020-10-15 14:37:04 +01:00
Hannu Hartikainen
9a7b7fa841
newsboat: add page ( #4672 )
2020-10-15 08:27:57 -03:00
Andrew Fehr
f51a9fa093
exif: add page ( #4670 )
2020-10-14 23:43:43 +01:00
Jay Piamjariyakul
4782f8417d
matlab: add page ( #4656 )
2020-10-14 23:41:36 +01:00
Dave
69413c2aa2
nmap: add full nse scan example ( #4480 )
2020-10-14 23:29:25 +01:00
Hannu Hartikainen
2bf0eb0ed0
physlock: add page ( #4682 )
2020-10-14 23:24:47 +01:00
Hermann Mayer
dd955ca693
auracle: add page, gem,bundle: update ( #4572 )
...
gem: add SemVer spec install example
bundle: fix update example, add patch-update, group-update, and outdated examples
2020-10-14 23:22:59 +01:00
Owen Voke
12839ffceb
ohdear-cli: add page ( #4690 )
2020-10-14 23:18:22 +01:00
Nikhil Reddy
6d0b062c36
sacctmgr, sreport: add page ( #4646 )
2020-10-14 23:16:46 +01:00
Nikhil Reddy
fbfe2c201a
sstat, scontrol: add page ( #4689 )
2020-10-14 23:16:14 +01:00
Csaba
58af31d3a7
rspec: add page ( #4614 )
2020-10-14 19:04:01 -03:00
ev-john
0684b3a7cb
named: add page ( #4645 )
2020-10-14 23:02:52 +01:00
Adhiraj
dbd00033b5
powershell: add page ( #4634 )
2020-10-14 23:01:09 +01:00
Ray Voice
78c84c8e60
ac: add --compatibility example ( #4523 )
2020-10-14 22:58:31 +01:00
Neel Gopaul
cf976111e0
pi: add page ( #4653 )
2020-10-14 22:57:54 +01:00
Michael Schoonmaker
783b5a3ae9
nodenv: add page ( #4659 )
2020-10-14 16:32:24 +01:00
Michael Schoonmaker
119973ab60
iex: add page ( #4658 )
2020-10-14 16:26:41 +01:00
Ray Voice
8afd5f9445
nmap: add -O example ( #4400 )
2020-10-14 10:46:17 -03:00
Neel Gopaul
b07f472387
rig: add page ( #4655 )
2020-10-14 07:01:17 -03:00
Sahil Dhiman
dd2c3fcb18
hello: add page ( #4586 )
2020-10-13 08:56:23 -03:00
Caughlin Bohn
91fd123241
sacct, scancel, srun: add page ( #4600 )
2020-10-13 08:09:06 -03:00
Gaurav Chaudhari
a00334e5ad
docker-network: add page ( #4633 )
2020-10-13 07:58:53 -03:00
Caughlin Bohn
3097a8c50e
module: add page ( #4628 )
2020-10-13 07:54:38 -03:00
skitau
4f58f4c19e
azcopy: add missing token syntax ( #4674 )
2020-10-13 07:52:04 -03:00
Eiman
c6fb2a45b3
dpkg: add more information link ( #4673 )
2020-10-13 07:49:56 -03:00
Aadit Kamat
d3c7c7efad
gh: add repo clone example ( #4635 )
2020-10-13 07:37:01 -03:00
Eiman
b22e30026a
dpkg-deb: add page ( #4671 )
2020-10-12 23:19:34 +01:00
Juri
bed0832734
diffoscope: add page ( #4660 )
2020-10-12 23:17:16 +01:00
Elijah Shackelford
00ddf1c66d
aws iam: add page ( #4662 )
2020-10-12 23:07:03 +01:00
Elijah Shackelford
6b248c8b6e
aws ec2: Add entry ( #4661 )
2020-10-12 23:06:28 +01:00
Ray Voice
40a910e6cf
sed: add 11q example ( #4399 )
2020-10-12 22:53:52 +01:00
Jenesh Napit
7bf5162624
addpart: add page ( #4649 )
2020-10-12 22:47:12 +01:00
Jennifer
b47d077c82
inkscape: fix missing brackets around argument ( #4636 )
2020-10-12 22:46:19 +01:00
ev-john
00c6d6ca2c
flutter: add test command ( #4625 )
2020-10-12 22:39:07 +01:00
Juri
8740bbc2bb
strip-nondeterminism: add page ( #4647 )
2020-10-12 22:37:54 +01:00
Liam Rosenfeld
ddfda0d6b8
mdls: add page ( #4618 )
2020-10-12 22:29:45 +01:00
Ray Voice
1839fd6b6d
arecord: add example list audio devices and intractive interface ( #4530 )
2020-10-12 22:28:39 +01:00
Sadeed
bd839fe0a0
mmdc: add page ( #4540 )
2020-10-12 22:28:28 +01:00
Ray Voice
9f1c79f134
acpi: add proc example ( #4526 )
2020-10-12 22:26:57 +01:00
Dov Murik
c2d5c49913
ls, stty: Remove platform-specific pages ( #4620 )
...
tldr pages for `command` and `stty` in specific platforms are identical
to their counterparts in the common folder.
2020-10-12 22:22:31 +01:00
Thomas Steven
54e2dfd611
journalctl: add errors from this boot example ( #4601 )
2020-10-12 22:18:41 +01:00
en1gma713
4d06885a4f
lslogins: add page ( #4563 )
2020-10-12 22:16:02 +01:00
Debasis Mandal
b3c2c81d07
git-replace, w: add pages ( #4496 )
2020-10-12 22:04:01 +01:00
Alberto García Sola
6ffb27546e
afinfo, afplay, airport, apachectl, archey, as, asr: add Spanish translation ( #4596 )
2020-10-12 22:00:27 +01:00
NikonP
99b2c81f77
aplay: add page ( #4591 )
2020-10-12 21:58:51 +01:00
Argishti Rostamian
a083f6f060
func: app page ( #4536 )
2020-10-12 21:58:41 +01:00
B. Mearns
7fcea618b7
aws-kinesis: add page ( #4510 )
2020-10-12 15:36:50 -03:00
Jay Piamjariyakul
44cdd27869
chkdsk: add page ( #4657 )
2020-10-12 14:07:03 +01:00
Bhaskar
c5f2b57ef1
gnome-extensions: add page ( #4652 )
2020-10-12 14:04:25 +01:00
Juri
c9db672e4d
exiftool: fix more information link ( #4648 )
2020-10-12 14:02:33 +01:00
skitau
1fcec872b1
azcopy: add page ( #4569 )
2020-10-12 00:53:17 -03:00
Starkiller645
e5d969ecb3
chroma: add page ( #4603 )
2020-10-11 09:44:44 +01:00
Adar
c38ba9528c
swupd: add page ( #4605 )
2020-10-11 02:56:35 -03:00
Mgs. M. Rizqi Fadhlurrahman
08216c5397
grep: add line numbers on search ( #4599 )
2020-10-10 16:46:14 -03:00
ktrueda
be0e6cb272
parquet-tools: add page ( #4588 )
2020-10-10 16:45:08 +01:00
nath1as
be42a2feea
legit: add page ( #4425 )
2020-10-10 00:13:57 -03:00
Francesco Franchina
86a01e4aca
jupyter: add nbconvert example ( #4582 )
2020-10-09 23:38:25 -03:00
Antonio Bustos
b727765b15
htpdate: add page ( #4479 )
2020-10-09 23:36:17 -03:00
Ivor Benderavage
8f07a3fd2c
ghdl: add page ( #4589 )
2020-10-09 23:35:12 -03:00
Juri
8994f18ea4
ghci: add page ( #4576 )
2020-10-10 00:27:19 +01:00
Amit Sharma
1659ff508b
debugfs: add page ( #4409 )
2020-10-10 00:21:54 +01:00
Lukas
583653c701
scoop-bucket: add page ( #4554 )
2020-10-10 00:18:31 +01:00
D34DPlayer
6c92ad98a9
iwctl: add page and French translation ( #4594 )
2020-10-09 17:11:08 -03:00
teeteejo
de8cb1174e
dep: replace page ( #4476 )
...
Replace Go's retired `dep` command with the PHP deployment command from https://deployer.org
Ref: https://github.com/golang/dep#dep
2020-10-09 16:14:28 +01:00
Kyle Parrish
1c3164143e
wsl: add --set-version example ( #4578 )
2020-10-09 10:00:55 -03:00
Enrique Matías Sánchez
a8f1f5fafd
ntfsfix: sdb2 => sdXN ( #4590 )
2020-10-09 08:28:00 -03:00
Ehab Alsharif
8d27898ab6
git-ls-remote: add page ( #4538 )
2020-10-08 08:50:01 -03:00
Jérôme Deuchnord
d51d17a557
kosmorro: add page ( #4498 )
2020-10-08 09:14:43 +05:30
en1gma713
bf413d38fc
vipw: add page ( #4544 )
2020-10-07 17:47:29 -03:00