Commit Graph

3118 Commits (b3682af6ff3b8e0de63583ce18893847600bdf22)

Author SHA1 Message Date
Starbeamrainbowlabs cd056a4b5b
uncrustify: add page (#3904) 2020-03-11 17:50:56 +01:00
Owen Voke 44ea389734
laravel-zero: add page (#3898) 2020-03-10 18:06:03 +08:00
Hugo Locurcio 236ba09423
godot: update the `--export` example (#3895)
This also adds more information about the `-s` switch's requirements.
2020-03-08 17:42:55 +01:00
Cody 454fe1cfbb
aws: upgrade to CLIv2 (#3892)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-03-06 22:13:10 +01:00
Starbeamrainbowlabs 4c831ae0d5
git-lfs: add fetch and checkout subcommands (#3884) 2020-03-06 19:48:14 +01:00
Michael Beasley 2f24ed9b74
packer: add packer to tldr (#3888) 2020-03-06 13:46:18 +08:00
Adrien Vakili 03d03c9722
wormhole: add page (#3866) 2020-03-04 16:56:50 +08:00
Marco Bonelli 21580038c4 mysqldump: use proper filename token for all examples 2020-03-03 18:03:15 +01:00
Marco Bonelli 40af8c1f54 mysqldump: use long options, correct command name 2020-03-03 18:03:15 +01:00
b_b 536a64ea1c harmonize mysqldump examples
- always use `-p` for password
- use short hand syntax for restoring a database (like the one used for restoring all databases)
2020-03-03 18:03:15 +01:00
Pierre Rudloff d90bdb3ba1
fin: add page (#3879) 2020-03-02 19:16:11 +00:00
Starbeamrainbowlabs 6a93d4470a reflac: add page 2020-03-02 08:57:26 +05:30
Zlatan Vasović bb5022546d
tldr: update the description (#3883) 2020-02-29 17:29:17 +01:00
Hasan TEZCAN 3c67d56b60
middleman: add page (#3880) 2020-02-28 14:35:24 +01:00
Ivan Aracki 649e2f6590
vault: add command (#3871) 2020-02-27 15:20:06 +01:00
Paul S bb264b81b2
tar: add a relative paths example (#3867)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-25 20:04:41 +01:00
Ivan Aracki eec1815b50
passwd: add base command (#3869)
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2020-02-24 23:41:14 +01:00
Lucas Gabriel Schneider 4e0d7702df sops: rephrase description
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 36dae50265 jq: rephrase description
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Lucas Gabriel Schneider 5012c02228 pass: rephrase example
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-02-20 18:00:28 +01:00
Schneider 5682556a79 sops: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 5cd2e19036 pass: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 356cbc1c74 paci: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 2ea46b006f jq: remove adjectives 2020-02-20 18:00:28 +01:00
Schneider 0c6d326d84 http: remove adjectives 2020-02-20 18:00:28 +01:00
Alex Balgavy 2705d6ea00
ctags: add page (#3852) 2020-02-20 15:59:03 +00:00
Ein Verne 519edc9bf0
jdupes: add page (#3857) 2020-02-17 22:27:23 +01:00
Vivek Kalyan 897cff578d
awk: simplify loop/fix missing filename (#3848) 2020-02-17 22:26:27 +01:00
Izzur Zuhri 0bddfe82b0
sequelize: add page (#3861) 2020-02-17 13:36:56 +01:00
Antonio Bustos d009c909d2
gh: add page (#3854) 2020-02-16 23:30:39 -03:00
Ein Verne b00ed9364b
calibredb: add example (#3856) 2020-02-16 23:30:04 -03:00
Bos Eriko Reyes 0fdec2d3bc
move figlet to common pages (#3858) 2020-02-16 14:57:45 +08:00
Ryan Olson 8169ae1edc
Tmux improvements (#3806)
As it's in the tmux tldr, we don't need to mention tmux when talking
about a tmux session.  Cleaned up some wording as well.

Oftentimes, users will change their prefix.  This shouldn't assume that
your prefix is Ctrl-b.

Detach session also needs to be a lowercase "d" rather than uppercase.

The tip for killing your current session does not work as described.
If you simply use "prefix x", that allows you to kill your pane, not
your session. Killing your session isn't bound to any key command (by
default).  So the best way to kill your current session (from within
tmux) is not outlined.
2020-02-12 11:48:30 +00:00
Lucas Gabriel Schneider 8211b80c17
multiple pages: rephrase without adjectives (#3846)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-11 18:53:43 +01:00
Simon Barendse ed97d6dc9e
secrethub: clarify versioning (#3847) 2020-02-10 21:24:00 -03:00
Lucas Gabriel Schneider 26e019b295
multiple pages: change user_name to username (#3841) 2020-02-08 19:56:05 +01:00
Raghu Kalluri 2c9b7c9f5c tac: add stdin example (#3844) 2020-02-08 15:48:47 +01:00
Joel Bastos bc50bdf850
pyenv-virtualenv: add activate/deactivate examples (#3842) 2020-02-07 22:52:26 +00:00
thawk 5bc64c80e1
ebook-convert: add TOC example (#3843)
Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-07 19:16:23 +00:00
Laura Dietz 206e00387d
rsync: add -rauL option (#3802)
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
2020-02-06 15:11:32 +00:00
Florian Ströger e1355b2e87
qrencode: add print to terminal examples (#3823) 2020-02-05 09:56:35 +00:00
Raghu Kalluri 7e8b6b3eb8
jar: Added 'cf' example (#3827) 2020-02-04 21:56:35 +01:00
Mansoor 676bb11841
initdb: Add new page for initdb (#3833) 2020-02-04 10:13:09 -03:00
z7y8hsBP 0ac937674d
fls: add page (#3786)
* fls: add page

Added a (very) basic description of fls

* Update fls.md

Changed imagefile to device in the first example

* Update fls.md

Added Link to the Sleuthkit wiki

* Moved to /pages/common

* Update fls.md

Fixed travis errors.

* Update pages/common/fls.md

Upper to lower case - sorry.

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update pages/common/fls.md

Upper to lower case - thanks and sorry

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Update fls.md

Clarified description in the 2nd description

* Update pages/common/fls.md

Upper to lower case - sorry, my native tongue uses way more upper characters

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update pages/common/fls.md

Co-Authored-By: Iván Hernández Cazorla <ivan@ivanhercaz.com>

* Update fls.md

Reworded partition/timezone example

* fls: Example two clarified

Thanks @zdroid @sbrl

* fls: clarified lathes in examples, removed mactime

Thanks @agnivade

* fls: moved -o and -z into two examples

* fls: fixed typo

* fls: minor changes

- fix typo at paths
- apply snake case convention

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Iván Hernández Cazorla <ivan@ivanhercaz.com>
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
2020-02-03 20:07:11 +01:00
MT 131afc3ee1
pdftocairo: add page (#3824) 2020-02-03 18:54:00 +01:00
Hugh Wimberly a3ccc785e8
poetry: add page (#3832)
* poetry: add page

* Add period for command description.

* Describe action rather than use a token

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Expand virtualenv to virtual environment

Co-Authored-By: Zlatan Vasović <zlatanvasovic@gmail.com>

* Use description instead of token.

* Update poetry.md

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-02-03 17:46:41 +01:00
Zlatan Vasović 972359f339 Make tldr-bot happy 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 1f51696e83 f3fix: add page 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 34a4dfb666 f3probe: add sudo 2020-02-03 12:53:43 +01:00
Starbeamrainbowlabs 1bef364ccb f3probe: add see also 2020-02-03 12:53:43 +01:00