Commit Graph

3336 Commits (090ab3fea84a39ba965ee24923f0ad1e476ce3f2)

Author SHA1 Message Date
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