1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 18:44:56 +02:00
Commit graph

5926 commits

Author SHA1 Message Date
Ryan Olson
dda02c001c vim: removed reference to "programmer's" text editor
Vim can be used for all sorts of text editing.  I know that there are
a lot of folks that use Vim who are _not_ programmers.  You can use
Vim for any sort of writing or text editing.
2020-01-30 00:59:51 +00:00
Ryan Olson
e80c67e791 vim: remove <ESC> from beginning of commands 2020-01-30 00:59:51 +00:00
Ryan Olson
2c40178eb1 vim: helpful additions
Closes #3779
2020-01-30 00:59:51 +00:00
Florian
9abba96cc0
zstd: reworded a sentence (as discussed in PR #3791) (#3814) 2020-01-30 00:41:22 +00:00
Nir Elbaz
545a95dd90
nano: add example and reword page (#3771) 2020-01-29 16:16:44 +01:00
Zlatan Vasović
92d4324bf8
tldr: add Serbo-Croatian translation (#3798) 2020-01-29 16:13:13 +01:00
Robert Treat
ca968791e3
Clean up pg_ctl commands (#3817)
- fix command syntax for pg_ctl start
- re-arrange commands into a more natural flow
- add command for reloading the config without restart
2020-01-29 15:54:09 +01:00
Zlatan Vasović
06c08c0b23
Rework npm configuration (#3657)
* Rework npm configuration

* Delete package-lock.json

* Return some metadata
2020-01-29 12:58:03 +01:00
Nir Elbaz
8d70685f0b
ab: add POST request example (#3805)
* Update ab.md

Sending POST requests

* Update pages/common/ab.md

Co-Authored-By: Marco Bonelli <mebeim@users.noreply.github.com>

Co-authored-by: Marco Bonelli <mebeim@users.noreply.github.com>
2020-01-29 12:53:07 +01:00
Florian
f1e65d27c0 lzop: add page (#3791) 2020-01-28 20:12:51 +01:00
Zlatan Vasović
bad49f0083
tldr: change "linux" to "Linux" (#3797)
This is a preferred version of the name.
2020-01-27 14:22:43 +01:00
Starbeamrainbowlabs
a0d7c46e80 openrc, rc-status, rc-service, rc-update: add pages (#3800)
* rc-status: add page

* openrc: add page

* rc-service: add page

* rc-update: add page

* rc-status: add list all runlevels example

* openrc: fix travis errors

* rc-status: fix travis errors again

* Update pages/linux/rc-update.md

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

* Update pages/linux/rc-status.md

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

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-27 14:13:47 +01:00
Simon Barendse
ac0e7625a2 secrethub: add page (#3794)
* secrethub: add page

* Use token syntax for piping a secret value to write

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-27 14:12:54 +01:00
Miro Rauhala
9bd9afa6bd youtube-dl: add download the best audio+video (#3790)
* youtube-dl: add download the best audio+video

With this command the user can download the best audio and video separately. After it's done downloading, it will spawn ffmpeg to merge the two files together. Handy when downloading stuff from youtube as they host video and audio separate.

* youtube-dl: removed braces
2020-01-26 13:53:12 +01:00
Zlatan Vasović
6131069f18 multiple pages: add missing periods (#3799) 2020-01-25 11:49:48 -03:00
Iván Hernández Cazorla
88fb3b21a8
iwconfig: add page (#3789) 2020-01-25 12:36:45 +00:00
Will Bollock
7fbe8fc5b2 mullvad: add page (#3793)
* Add mullvad.md

Information on the mullvad command line utility.

* Update mullvad.md

* Update pages/linux/mullvad.md

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

* Update pages/linux/mullvad.md

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

* Update mullvad.md

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-24 22:42:43 +01:00
z7y8hsBP
b80fdb65d8 losetup: added example for --read-only and --partscan (#3792) 2020-01-24 22:40:35 +01:00
Michael Gallimore
04ed3b2f18 tldr: {{git checkout}} should read tldr {{git-checkout}} (#3795) 2020-01-24 19:00:08 +00:00
Ryan Olson
fe1fa95713 atom: wait for git commit editor (#3785) 2020-01-24 00:35:34 +00:00
Ryan Olson
d17785495d emacs: open file at line number (#3780) 2020-01-23 14:01:39 +00:00
Kamal Banga
e1b7b6f25e git-status: add command with --branch flag (#3787) 2020-01-23 13:58:27 +00:00
Ryan Olson
5eb53e4a7a git-switch: switch to previous branch (#3784) 2020-01-23 11:27:19 +01:00
Ryan Olson
3b017c80e7 git-add: add git add interactively for all changed files (#3778) 2020-01-23 11:24:01 +01:00
LinuxOnTheDesktop
9537f5f6ae Update CONTRIBUTING.md (#3776)
I have fixed a grammatical mistake (specifically, a lack of number agreement). Previously, the sentence in question did not, construed strictly, make sense. Also, I'm doing this to practice doing pull requests!
2020-01-23 01:09:12 +01:00
Yuichiro Luke Smith
f66048460d tldr: add japanese translation (#3774) 2020-01-22 23:58:26 +00:00
Proscream
f77b6870b3 docker-logs: Add Korean Translation (#3772) 2020-01-21 14:54:34 +00:00
Peter Tripp
050891747e pkgutil: add page (osx) (#3755) 2020-01-21 12:17:11 +00:00
Starbeamrainbowlabs
7916181b6e qr: add page (#3769)
* qr: add page

* Update qr.md
2020-01-20 21:58:38 +01:00
Zlatan Vasović
abe0abda67 Add organization member: @schneiderl (#3766) 2020-01-19 16:39:24 -03:00
Lucas Gabriel Schneider
a06d1c9b1f dmenu: fix typo (#3767) 2020-01-17 22:16:22 +01:00
Iván Hernández Cazorla
478ad26e68 maintainers: add surnames to @ivanhercaz (#3768) 2020-01-17 22:16:02 +01:00
Proscream
bd55a42bc9 docker-images: Add Korean Translation (#3765) 2020-01-17 19:04:44 +00:00
Iván Hernández Cazorla
711a1c4afb tmux: add Spanish translation (#3762) 2020-01-17 11:59:36 +09:00
Marco Bonelli
4ce3205382 ab, ack: add Tamil translation (revived) (#3761)
Co-authored-by: MohamedSabthar <43032716+MohamedSabthar@users.noreply.github.com>
2020-01-16 00:22:16 +00:00
Proscream
e62ba6e5ff docker-containers: add Korean translation (#3760) 2020-01-15 22:36:14 +01:00
Marco Bonelli
7f5a2b0eb2
grep: add French translation (#3759) 2020-01-15 21:00:43 +01:00
David Hatch
1a925460a9 badblocks: add more examples (#3747)
Add two examples using verbose mode and output to file.
2020-01-15 10:50:37 +01:00
sidahmed-malaoui
147d481109 dcfldd: improve an example (#3758) 2020-01-14 22:02:10 +00:00
Proscream
17c2bfaeec docker-compose : Add Korean Translation (#3757) 2020-01-14 20:00:28 +01:00
Marcus Grant
2694e7caf3 ansible-vault: add page (#3279) 2020-01-13 23:11:29 +00:00
Marco Bonelli
c8291fdcfa Remove unnecessary newlines in send-to-bot messages. (#3754)
GitHub wraps text in comments even when a single newline is
encountered. This made comments by @tldr-bot look awkward.
2020-01-13 20:45:31 +01:00
Zlatan Vasović
13feab2bfd README: fix the link to cheat's repository (#3749) 2020-01-13 09:42:48 +08:00
Zlatan Vasović
50c6c6c730 Add organization member: @einverne (#3750) 2020-01-13 09:41:05 +08:00
Proscream
4212e834e1 dive: Add Korean Translation (#3751) 2020-01-12 22:44:58 +00:00
Jacob Roeland
b289e56fc4 chmod: remove all rights (#3748)
* chmod: remove all rights

* chmod: consistent bracket use
2020-01-11 23:10:48 +01:00
Ein Verne
39fd1720c2 top: update page (#3744)
* top: update page

* Update pages/linux/top.md

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

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
2020-01-11 14:53:58 +01:00
Marco Bonelli
36e37a07fd git-init: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
2020-01-10 23:21:56 +00:00
Marco Bonelli
53cae8a217 git-imerge: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
2020-01-10 23:21:56 +00:00
Marco Bonelli
1d759b1e2b git-grep: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
2020-01-10 23:21:56 +00:00