Alison Li
9c7e50848d
git-send-email: improve examples and descriptions ( #3953 )
2020-09-09 01:29:48 +01:00
Alison Li
0df0e02d48
git-send-email: fix syntax ( #3953 )
2020-09-09 01:29:48 +01:00
Alison Li
2c4a92d234
git-send-email: add page ( #3953 )
2020-09-09 01:29:48 +01:00
Martin L. Jensen
75fcfdab4e
flutter: added suggestion with select options
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-09-09 01:09:07 +01:00
Martin L. Jensen
6ed0deee25
flutter: fix space after colon
2020-09-09 01:09:07 +01:00
Martin L. Jensen
600df8ce48
flutter: add run example
...
Example of running flutter on all emulators and devices
2020-09-09 01:09:07 +01:00
Martin L. Jensen
77763027bd
flutter: fix typo
2020-09-09 01:09:07 +01:00
Martin L. Jensen
6a0cd5f770
flutter: add channel example
2020-09-09 01:09:07 +01:00
Evan Boehs
48074e07e3
nodemon: add page ( #4308 )
2020-09-09 00:45:43 +01:00
Axel Navarro
b6b5997b6c
docker-ps: add page ( #4306 )
2020-09-08 13:19:52 -03:00
Axel Navarro
43c136ffe7
cargo-build: add page ( #4302 )
2020-09-08 13:19:03 -03:00
charitarthchugh
87780d9612
carbon-now : add page ( #4313 )
2020-09-05 19:40:30 +08:00
six
de8bb3bcd9
meson: add page ( #4281 )
2020-09-05 00:05:18 +01:00
Sahil Dhiman
d685e341ed
xpdf: add page ( #4303 )
2020-09-04 23:55:04 +01:00
Pepe Doval
adcce024e6
btm: add page ( #4300 )
...
btm is a cross-platform graphical process/system monitor with a
customizable interface and a multitude of features.
It supports Linux, macOS, and Windows.
Inspired by both gtop and gotop.
More info: https://github.com/ClementTsang/bottom
2020-09-04 23:49:00 +01:00
Gustavo Dias Alexandre
54e7a34498
adb-shell: add getprop example ( #4311 )
2020-09-04 06:57:14 -03:00
Gustavo Dias Alexandre
8371c62ba9
fastboot: add getvar example ( #4312 )
2020-09-03 17:09:49 -03:00
Bailey Search
0202b15774
jekyll: add --verbose and clean examples ( #4301 )
2020-08-31 01:20:01 +01:00
Axel Navarro
d103a229a7
adb-shell: add page ( #4287 )
2020-08-31 00:20:36 +01:00
Axel Navarro
cb2073c4ff
adb-reverse: add page ( #4288 )
2020-08-31 00:17:43 +01:00
Axel Navarro
9931dfbd1e
cargo-test: add page ( #4268 )
2020-08-30 01:00:03 -03:00
Axel Navarro
1669465f5f
adb-install: add page ( #4286 )
2020-08-28 10:18:03 -03:00
johnsmith2077
5951942143
jq: correct description of example ( #4299 )
2020-08-28 16:25:06 +08:00
Owen Voke
e815eb4c6e
expose: add page ( #4285 )
2020-08-28 16:12:44 +08:00
waciumawanjohi
8c5d10f81e
cf: add page ( #4284 )
2020-08-28 16:10:34 +08:00
six
ac124dfd8e
vala, valac: add pages ( #4276 )
...
Co-authored-by: dual <dual@dr.h>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:54:58 +01:00
Puneetha Pai
a398529a92
Apply suggestions from code review by @einverne
...
Co-authored-by: Ein Verne <git@einverne.info>
2020-08-21 23:53:25 +01:00
Puneetha Pai
f45f4dafcb
dvc diff: Apply suggestions from code review
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:53:25 +01:00
Puneetha Pai
12e2510f99
Resolve review comments which required edits and re-writes
2020-08-21 23:53:25 +01:00
Puneetha Pai
91e565ba81
Apply suggestions from code review
...
Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-21 23:53:25 +01:00
Puneetha Pai
c6d6d7618c
DVC: Fix failing tests
2020-08-21 23:53:25 +01:00
Puneetha Pai
c96d68ed62
DVC: add page including sub-commands freeze, unfreeze and gc
2020-08-21 23:53:25 +01:00
Puneetha Pai
ca9b1f104e
DVC: add page including sub-commands destroy, diff and fetch
2020-08-21 23:53:25 +01:00
Puneetha Pai
e94e07d26d
DVC: add pages for sub commands commit, config, dag
2020-08-21 23:53:25 +01:00
Puneetha Pai
51190d4610
DVC: add page including sub-commands checkout, init, add
2020-08-21 23:53:25 +01:00
Wenshao Zhong
beb5f2930a
inkscape: fix obsolete option, add -D example ( #4279 )
...
* Added a line in the description to use `-e` for version 0.92.x.
* Removed the `-z` hints, ref https://wiki.inkscape.org/wiki/index.php/Using_the_Command_Line#Deprecations_and_Replacements
2020-08-20 20:09:34 +08:00
Florian
4d9421c651
nativefier: add page ( #4261 )
2020-08-20 19:53:10 +08:00
Szczepan Zalega
8d8f4c61c6
grep: clarify that regexp is used by default
...
grep searches for regexp by default on Linux, and the '-F' switch is required for the exact string.
Corrected by replacing search_string with search_pattern, or adding the mentioned switch.
2020-08-16 16:41:58 +01:00
Owen Voke
82cc25ba32
xcaddy: add page ( #4259 )
2020-08-16 16:34:41 +01:00
Bradley Garrod
c133f38b69
glab: add page ( #4254 )
2020-08-12 00:34:55 +01:00
Axel Navarro
daa21a60a3
git-apply: add page ( #4252 )
...
* git-apply: add page
* Apply suggestions from code review
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-12 01:33:53 +02:00
Ein Verne
6461fb63f2
scc: add page ( #4248 )
2020-08-12 00:32:34 +01:00
Harrison
677ca84ceb
jq: fix jq syntax error ( #4257 )
2020-08-11 17:49:43 +02:00
Samuel Woon
507c0df261
git-request-pull: add page ( #4241 )
2020-08-11 07:48:05 +01:00
Quentin
cf27351f6e
streamlink: add page ( #4242 )
...
* streamlink: add page
* Edit with suggestions from PR
2020-08-10 00:35:29 +01:00
Starbeamrainbowlabs
769555f8a7
awslogs: add missing article
2020-08-10 00:33:41 +01:00
Shane
1fdd0754d4
awslogs: add page
2020-08-10 00:33:41 +01:00
Samuel Woon
2ead707cc3
r2e: add page ( #4240 )
2020-08-10 00:03:53 +01:00
charitarthchugh
a9e7cedb02
topgrade: add-page ( #4244 )
2020-08-10 00:02:23 +01:00
TJ Kolleh
d7fbd3ef2d
node: Reduce description
...
Admin wants a single sentence.
2020-08-02 17:51:14 +01:00
tkolleh
e5b10f7a1f
node: use consistent path and clarify options
2020-08-02 17:51:14 +01:00
tkolleh
d6199ecf7d
node: add --inspect-brk example
2020-08-02 17:51:14 +01:00
Waldir Pimenta
9f2c29171c
mysql: mention mysqldump in backup restore example ( #4237 )
2020-08-02 17:48:22 +01:00
Florian
4aeb0ec69d
plantuml: fix space was missing ( #4233 )
2020-08-01 19:32:30 +02:00
Quentin
0886200ed9
pass-otp: add page ( #4232 )
2020-08-01 10:19:19 +02:00
Rahmanu Hermawan
4474fb5692
hostapd: add page ( #4211 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-28 16:36:27 +02:00
Martin Barth
8f694a13ea
ps: added sort example ( #4216 )
2020-07-28 16:34:12 +02:00
Flex Zhong
1d463f27dd
hexo: add new page ( #4214 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 16:31:30 +02:00
shyneko
a9d0095fdd
tar: update an example ( #4230 )
2020-07-28 16:27:36 +02:00
Starbeamrainbowlabs
95ef1a04ab
syncthing: add page ( #4215 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-28 13:09:30 +02:00
Giorgio Vilardo
867bb333ad
gunicorn: moved into common, added website ( #4226 )
2020-07-28 11:36:11 +08:00
Pierre Rudloff
db505aacf0
interdiff: add page ( #4222 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-25 11:22:13 +02:00
Danny Kim
ba92cdcc4b
cp: replace ambiguous text ( #4223 )
2020-07-25 11:19:46 +02:00
Giorgio Vilardo
22577ba810
uvicorn: add page ( #4217 )
2020-07-24 21:00:36 +01:00
Zlatan Vasović
0f879b6049
git-diff: remove 9th example ( #4204 )
2020-07-23 11:06:21 +08:00
Danny Mösch
ab00dce9de
sd: Remove option -i in favour of option -p ( #4209 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-21 22:50:14 +02:00
Al Berez
2e9c71731b
curl: explain -d example ( #4183 )
2020-07-21 22:27:14 +02:00
shyneko
66bfc92e70
youtube-dl: add download playlist example ( #4174 )
2020-07-21 20:46:21 +01:00
vritser
f08dbe7da1
emacsclient: add -c -e example ( #4182 )
2020-07-17 22:17:43 +02:00
zdroid
700b238b97
Revert "git-diff: remove 9th example"
...
This reverts commit d31091d937
.
2020-07-17 19:59:43 +02:00
Zlatan Vasović
d31091d937
git-diff: remove 9th example
...
Closes #3753 .
2020-07-17 19:58:11 +02:00
Zdravko Kosanović
471e114d4e
grpcurl: add page ( #4198 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:44:48 +02:00
Stepan Pyzhov
3cff0e3914
ajson: add page ( #4191 )
2020-07-17 19:43:24 +02:00
ParaSait
46b1f3f7bb
flex: fix --outfile example ( #4165 )
2020-07-17 19:41:30 +02:00
Matt Watson
01d22cdbc9
git-config: add example for editing in default editor ( #4176 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:40:48 +02:00
Matt Watson
fc69d1297d
jq: Add example for constructing new JSON object ( #4172 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 19:37:49 +02:00
Robert Požarickij
0a4e1cc43e
pg_restore: add example for listing contents of a dump file ( #4178 )
2020-07-17 19:37:32 +02:00
gx1
887b7e7190
ansible-playbook: add start-at and tags commands ( #4171 )
2020-07-17 17:58:11 +01:00
Taryn
c44b00008b
newman: add page ( #4187 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-07-17 00:29:02 +02:00
GermanS
ad248fb117
ack: fix typo ( #4196 )
2020-07-16 22:33:06 +01:00
shyneko
94cb11e58d
tail: add example using -s parameter. ( #4180 )
2020-07-16 21:49:40 +01:00
Zlatan Vasović
bcb600ecc4
rmdir: fix description ( #4163 )
2020-07-08 21:15:57 +08:00
Flex Zhong
866a4f78a0
remove cmake -i example ( #4159 )
2020-07-08 21:14:46 +08:00
Michael Gallo
e1aeaad538
unclutter: add page ( #4152 )
2020-07-07 13:12:36 +02:00
Sawyer Shepherd
5b4755ede6
rmdir: fixed description of rmdir -p ( #4155 )
2020-07-07 13:09:46 +08:00
Christian Rackerseder
d7fc462613
cp: replace -r with -R ( #4141 )
2020-07-06 20:30:29 +02:00
Karthikeyan Vaithilingam
7c8ffa3e15
ant: add page ( #4153 )
2020-07-06 16:57:49 +01:00
David Husz
3a516641b5
pdftk: avoid non-ascii characters ( #4144 )
2020-07-05 22:51:44 +02:00
b3nj5m1n
6fadfd16a9
pass: add edit example, add more info to init/insert, simplify git example ( #4139 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Owen Voke <development@voke.dev>
2020-07-02 14:20:43 +02:00
SirGlorg
fee169f50c
history: list last n commands from the history ( #4138 )
...
* Added history command sample
* Update pages/common/history.md
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-01 18:46:09 +08:00
Teodor Muraru
d1227ba2e3
mpg321: add page ( #4082 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-01 12:10:14 +02:00
Jacob Hrbek
3280802034
vlc: playing video from the web ( #4136 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-07-01 11:34:49 +02:00
jn64
7a9754b18f
git-difftool: add page ( #4127 )
2020-06-27 20:33:13 +01:00
bagginslin
7eddc00f20
cloc: add --by-file example ( #4129 )
2020-06-27 14:25:57 +02:00
JustAnotherStrange
b95727b9d6
youtube-viewer: update example URL ( #4124 )
2020-06-26 19:03:45 +02:00
Yann Collet
c3699ce546
zstd: update compression level sentences ( #4121 )
2020-06-24 00:25:45 +02:00
James Hibbard
16573e0cf0
gpgv: fix typo ( #4122 )
2020-06-22 23:54:49 -03:00
g-w1
136ace195a
youtube-viewer: add page ( #4102 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-06-22 19:43:42 +02:00
jn64
a6057cadb6
exiv2: add page ( #4093 )
2020-06-21 21:11:09 +01:00
Dmitry
533c409465
unrar: extract to another directory example ( #4088 )
2020-06-21 16:02:41 +08:00
João Farias
4ed86c38da
Adding entry for how to run VS Code with sudo permissions - EN and PT-BR ( #4119 )
2020-06-20 12:27:01 -03:00
James Hibbard
4972c4bf4d
gpgv: add page ( #4116 )
2020-06-20 00:50:04 -03:00
Ein Verne
6e943a3808
sponge: add page ( #4117 )
2020-06-20 00:41:03 -03:00
Maxime Veber
fb0fed50fd
composer: more information ( #4111 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-06-19 12:54:32 +02:00
Loïc Warin
bd1216ba60
multipass: add page ( #4105 )
2020-06-19 18:35:25 +08:00
BlackGlory
c564017f45
nix-env: fix example ( #4108 )
2020-06-17 12:59:02 -03:00
Waldir Pimenta
524d44eb13
Update project motto and improve README
2020-06-11 15:10:47 +01:00
stets
185097cdf8
ghost: add page ( #4083 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-06-09 19:55:08 +02:00
Pierre Rudloff
e3f9c6f33e
cmatrix: add page ( #4091 )
2020-06-07 13:03:22 +02:00
Kelly Brazil
b4c25483c9
jc: add page ( #4089 )
2020-06-04 17:05:17 +02:00
Ein Verne
346abde565
lsblk, df: add exclude examples ( #4086 )
2020-06-03 14:31:47 +01:00
Starbeamrainbowlabs
05d7990bc0
convert: fix delay example - fixes #4064 ( #4074 )
2020-06-01 20:57:34 +01:00
jassler
34519ed770
wc: add pipe example ( #4067 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-29 13:01:37 +02:00
Luca Dorigo
9bfeb25d16
openssl-genrsa: add page ( #4050 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Ein Verne <git@einverne.info>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-28 11:03:35 +02:00
Pierre Rudloff
993be569dd
sdkmanager: add page ( #4077 )
2020-05-28 09:09:16 +08:00
Pierre Rudloff
7045283fa1
sdk: fix documentation URL ( #4076 )
2020-05-27 20:53:13 -03:00
Bradley Garrod
fd7b66cf9d
jupytext: add page ( #4072 )
2020-05-27 22:48:18 +02:00
Waldir Pimenta
37634b36f7
Harmonize project name (lowercase tldr, no semicolon, hyphen-separated)
2020-05-27 22:22:32 +02:00
WnndGws
a5eca83cca
watchexec: add page ( #4061 )
2020-05-27 20:47:48 +01:00
RongSon (Sam Ho)
0209f9021c
django-admin: add page ( #4066 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Lucas Gabriel Schneider <casdpa@gmail.com>
2020-05-27 17:04:37 +02:00
James Hibbard
c19f05bf25
nvidia-smi: add page ( #4065 )
2020-05-27 11:29:47 -03:00
Sarada Lee
4278e7b935
Update ls.md by adding ls -F ( #4071 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-05-27 16:17:56 +02:00
Mikey Garcia
e015180320
date: fix typo ( #4069 )
2020-05-27 11:46:20 +08:00
Zlatan Vasović
b93d22d707
julia: add -E example, fix link ( #4062 )
2020-05-25 17:43:07 +02:00
Zlatan Vasović
ddf1ac13c0
multiple pages: Github -> GitHub ( #4060 )
2020-05-22 18:11:09 +02:00
fejx
4e1662b729
Change all occurrences of file_name to filename ( #4059 )
2020-05-22 09:31:24 -03:00
会有猫的
4cac843cae
go-*: apply additional suggestions
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-21 12:33:55 +01:00
gonejack
8421b10d30
go-list: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00
gonejack
1298e61d38
go-version: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00
gonejack
21a74424c7
go-mod: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00
gonejack
6888a29a68
go-generate: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00
gonejack
39f30ce6c7
go-fix: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:24 +01:00
gonejack
e9bd9da77a
go-env: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
ea24f0643a
go-doc: apply suggestion
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
0f22991cb6
go-clean: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
ae117a5437
go-build: apply suggestions
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
7221d87294
go-bug: apply suggestion
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
81b3fe231e
go-bug: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
799b2d39ed
go-build: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:23 +01:00
gonejack
be4d64baf2
go-clean: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
fe8743a067
go-doc: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
16c3791dd9
go-env: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
6f6d15a034
go-fix: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
a6ef97ac93
go-generate: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
f289daca9e
go-list: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
gonejack
19d232cbf4
go-mod: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-21 12:30:22 +01:00
Owen Voke
8a9a0e8222
adguardhome: add page ( #4055 )
2020-05-21 12:30:22 +01:00
Caio Amaral Corrêa
d841c0de25
apktool: add page ( #4053 )
2020-05-21 12:30:21 +01:00
michaeldel
35f90e5f59
docker-run: add page ( #4054 )
2020-05-21 12:30:21 +01:00
Ultimate Pea
22f186ac66
identify: add page ( #4036 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
2020-05-21 12:30:21 +01:00
sarnobat
87332d3bd2
vlc: add example ( #4048 )
2020-05-21 12:30:21 +01:00
François Delbrayelle
842eb98af4
jhipster: add page ( #4047 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
2020-05-21 12:30:21 +01:00
Pierre Rudloff
82f56cf95c
debchange, debuild, dget, quilt: add pages ( #4022 )
2020-05-21 12:30:21 +01:00
Starbeamrainbowlabs
182c6a7036
git notes: add page ( #4042 )
...
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
2020-05-21 12:30:20 +01:00
yurai007
fb2f4d205a
cp: add examples for common -L and Linux specific --parents ( #4026 ) ( #4026 )
2020-05-21 12:30:20 +01:00
fejx
27e7d24edb
git-help: fix location ( #4034 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-05-21 12:30:20 +01:00
michaeldel
0265e42443
plantuml: add page ( #4040 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-05-21 12:30:19 +01:00
Pierre Rudloff
c4898ab0ca
thunderbird: fix -P example ( #4037 )
2020-05-21 12:30:19 +01:00
Cameron Tod
038ea380fc
ack: add regex, single file search examples ( #4007 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-21 12:30:19 +01:00
Starbeamrainbowlabs
85820d1df1
git-show-branch: add page ( #4016 )
2020-05-21 12:30:19 +01:00
Starbeamrainbowlabs
b7f68fac4d
john: apply suggestions ( #3990 )
2020-05-21 12:30:18 +01:00
Starbeamrainbowlabs
6683b2c486
git-instaweb: add page ( #4017 )
2020-05-21 12:30:18 +01:00
Pierre Rudloff
0a0071340c
vlc: add page ( #4029 )
...
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
Co-authored-by: fejx <fejx@users.noreply.github.com>
2020-05-21 12:30:18 +01:00
Starbeamrainbowlabs
b305693b00
git-repack: add page ( #4018 )
2020-05-21 12:30:18 +01:00
Pierre Rudloff
7896c3514a
spfquery: add page ( #4030 )
2020-05-21 12:30:18 +01:00
Owen Voke
ec7de6364a
tea: add page ( #4023 )
2020-05-21 12:30:18 +01:00
gonejack
674658c984
go-version: add page ( #4003 )
...
Signed-off-by: gonejack <igonejack@gmail.com>
2020-05-08 20:39:25 +08:00
Ein Verne
ee05f3f691
git-subtree: add page ( #4012 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Andrik Albuquerque <andrik.albuquerque@gmail.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-05-03 14:55:53 +02:00
Starbeamrainbowlabs
b49de9b90e
ssh-keyscan: add known_hosts example ( #3980 )
2020-05-02 02:05:41 +01:00
Aitzaz Mumtaz Khan
f93d709f61
virtualenvwrapper: add page ( #4010 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-05-01 13:56:24 +02:00
Starbeamrainbowlabs
35b643410f
nomad: add page ( #4008 )
2020-04-27 18:17:19 +08:00
César Soto Valero
01e670afed
fgrep: add page ( #4001 )
2020-04-23 20:18:23 +01:00
Zlatan Vasović
c234e81594
shasum: move into common ( #3999 )
2020-04-22 09:44:35 +08:00
David Cantrell
96cf62bc25
youtube-dl: add subtitle options ( #3992 )
2020-04-19 15:17:24 +02:00
Ann Cascarano
976cf2ffc8
git-branch: add command ( #3994 )
2020-04-18 19:44:41 +02:00
Starbeamrainbowlabs
ead6c88196
stripe: apply suggestions ( #3989 )
2020-04-16 08:49:45 +05:30
Ann Cascarano
1f1c9e0357
git-remote: add command ( #3982 )
2020-04-15 17:52:22 +01:00
kongmoumou
d5c3d824c5
find: always enclose the pattern in quotes ( #3983 )
...
As mentioned in man page, should always enclose the pattern in quotes in order to protect it from expansion by the shell.
2020-04-15 17:51:26 +01:00
Pierre Rudloff
19cdec56cc
csvsql: add page ( #3977 )
2020-04-15 17:49:51 +01:00
Ein Verne
955a6b7b54
git-stage: add page ( #3963 )
...
* git-stage: add page
* Apply suggestions from code review
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
* Update git-add.md
* Update git-stage.md
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-04-15 17:35:25 +01:00
Alex
e4c98a033c
hydra: add page ( #3969 )
2020-04-15 17:35:06 +01:00
Nelson Figueroa
ec911e0308
rails-generate: add migration ( #3975 )
2020-04-15 17:29:07 +01:00
Josef Duchesne
5599de1063
lpr: add page ( #3913 )
...
* lpr: add page
* responded to pr review suggestions
* Added references to CUPS/other notable commands
* Update lpr.md
* Update lpr.md
2020-04-11 13:43:16 +05:30
Starbeamrainbowlabs
42e6ae8e46
git ignore: add page ( #3978 )
2020-04-11 09:03:11 +08:00
Hasan TEZCAN
b4acff7b67
middleman: update page ( #3974 )
2020-04-10 13:04:45 +01:00
Ein Verne
5409614fb9
iperf: update page ( #3960 )
2020-04-07 12:16:19 +02:00
Alex
17c18771b0
john: add page ( #3964 )
2020-04-06 22:01:31 +02:00
paulasjes-stripe
ccd220a1b2
stripe: add page ( #3962 )
2020-04-06 19:59:20 +01:00
Alex
0b4f5233af
evil-winrm: add page ( #3956 )
...
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-04-06 12:59:55 +02:00
Rodolphe Lemasquerier
acb8af9307
transcrypt: add page ( #3952 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-04-05 22:06:18 +02:00
Nelson Figueroa
10f6f2a68e
terraform-fmt: add page ( #3958 )
2020-04-05 21:02:58 +01:00
Alex
94d411ae5b
wpscan: add page ( #3961 )
2020-04-03 21:50:38 +01:00
Alex
aa809e1e2d
zsteg: add page ( #3959 )
2020-04-03 12:00:00 +02:00
Starbeamrainbowlabs
a8e2cd9c81
git fsck: add page ( #3954 )
2020-04-03 16:21:45 +08:00
Jacob Wang
fbc01dd463
rg: Add doc for literal string search ( #3957 )
2020-04-03 09:13:24 +08:00
Ein Verne
fecee0d61a
docker-build: add page ( #3940 )
2020-04-01 01:46:28 +01:00
Albert
f13287de2e
swig: add page ( #3951 )
2020-03-31 21:17:09 -03:00
Alex
52edacb27d
dirsearch: add page ( #3949 )
2020-03-30 18:53:27 +01:00
Starbeamrainbowlabs
8bd5a05913
git-mergetool: add page ( #3947 )
2020-03-30 10:13:26 +01:00
Nelson Figueroa
f0e63b7404
terraform: add validate ( #3946 )
...
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-03-29 12:46:08 +02:00