Commit Graph

1315 Commits (87faf0ee101699fda9e6d2c0ee287848bc407deb)

Author SHA1 Message Date
Waldir Pimenta 87faf0ee10 license: clarify descriptions (#1036)
Following discussion in #711
2016-09-06 08:37:04 +01:00
pdey 01759dcb9e mongorestore: add page (#1037) 2016-09-05 21:52:20 +01:00
Eric Nielsen 13fea84d7e less, more: Update page up/down shortcut (#1038)
- Previous shortcut (`D`/`d`) refers to scrolling half of a page, not a full page
2016-09-05 18:27:12 +01:00
Waldir Pimenta d4cbe1ab9c Merge pull request #1031 from tldr-pages/bash-version
bash: add --version
bash: quote command passed with -c
2016-09-04 21:21:00 +01:00
Waldir Pimenta 0f16059d3a bash: quote command passed with -c 2016-09-04 20:59:10 +01:00
Agniva De Sarker cebed99cb1 Merge pull request #1029 from ericbn/git-stash
git-stash: Make examples clearer
2016-09-03 12:33:11 +05:30
Eric Nielsen 2aca1c08b8 git-stash: Further improve verbosity of examples 2016-09-02 07:33:17 -05:00
Waldir Pimenta 6a9f7e74ca Merge pull request #1021 from tldr-pages/ufw 2016-09-01 22:11:14 +01:00
Waldir Pimenta 76783fdc72 zip: minor change to fix build
See #1018 and https://github.com/tldr-pages/tldr-lint/pull/6
2016-09-01 21:39:16 +01:00
Eric Nielsen 480255d595 git-stash: Improved examples verbosity 2016-09-01 13:01:07 -05:00
Agniva De Sarker f08c58079b Changing "Remove" to "Delete" 2016-09-01 22:51:56 +05:30
Agniva De Sarker 964f07132b Reordering the syntax to match with the description 2016-09-01 22:51:56 +05:30
Agniva De Sarker 7506047a39 ufw: Improve page 2016-09-01 22:51:46 +05:30
Waldir Pimenta be0fbaec97 zip: improve page (#1030)
- reorganize examples for a more logical progression
- make descriptions clearer and more in line with the option names they describe (c.f. #782 and #1018)
2016-09-01 16:41:00 +01:00
zhangda7 34aec29c08 ngrep: add page (#930)
* ngrep: add page

* ngrep: update command

* ngrep: update syntax
2016-09-01 20:50:09 +05:30
Waldir Pimenta 9ecfc2bd9d bash: add --version 2016-09-01 14:31:38 +01:00
Eric Nielsen e0d884efeb curl: Add more download and rewrite data examples (#1023)
- Download: first example introduces `-o`, second one introduces `-O`,
  third example introduces `-L` and `-C` using brackets as per #1018
- Data: first example introduces `-d` (default method is POST and
  default Content-Type is application/x-www-form-urlencoded), second
  example introduces `-X` and `-H`
- Remove "Head request"
- Expand description of "Send form-encoded data" example
2016-08-31 19:33:33 +01:00
Eric Nielsen 1c0471fc23 wget: Use same example description as for curl (#1026)
- Use same description for the "Download a URL to a file" example as for curl (see #1019 and #1023)
- Also fix example formatting

* wget: Use "contents" instead of "output" of an URL
2016-08-31 00:27:02 +01:00
Eric Nielsen 57fd36ec38 git-stash: Make examples clearer
- Difference between a stash name and a stash message was not clear. For
  example, you cannot do:

      $ git stash save foo
      $ git stash apply foo
      fatal: ambiguous argument 'foo': unknown revision or path not in
      the working tree.

- Difference between stash `apply` and `pop` was not clear
- Make it clearer that all `apply`, `pop` and `drop` can take an
  optional stash name, and that the default name is `stash@{0}`
2016-08-30 17:57:40 -05:00
Eric Nielsen c8e3e44905 chmod: Use brackets instead of parenthesis (#1024)
To specify with single-letter parameter is being referenced (as per #1018)
2016-08-30 17:47:11 +01:00
Waldir Pimenta 95d348665b inkscape: slight improvement to last example desc 2016-08-29 17:25:40 +01:00
Waldir Pimenta 1fd16aa105 inkscape: fix typo (double equal signs) 2016-08-29 17:24:11 +01:00
Rahul Kavale bf955d43e6 grep: add flags for lines before and after the match (#1020) 2016-08-29 00:43:14 +01:00
Waldir Pimenta 71ee99ef6f Merge pull request #990 from tldr-pages/expand-tree.md
tree.md: add more useful examples
2016-08-27 09:48:49 +01:00
michaelAndersonCampingWorld 35635d7afb apg: add page (#1013)
* add page with examples for apg (advanced password generator)
* edits per code review
* spread the examples across more options than just -m and -M
* expand abbreviations and add double curly brackets
2016-08-26 12:07:09 +01:00
Agniva De Sarker 4d19e2f249 mongodump: add page (#1017) 2016-08-26 12:01:49 +01:00
Agniva De Sarker 996dd4074f cd: Removing leading slash according to convention 2016-08-25 22:56:19 +05:30
Waldir Pimenta 31a07858ca split tree.md into linux and osx versions, to cater to the different sets of available options 2016-08-24 18:43:14 +01:00
Waldir Pimenta 268af0f8a9 tree: use "levels" in the -L example description
for improved mnemonics :)
2016-08-24 17:00:32 +01:00
Waldir Pimenta 85dcf3eef6 tree.md: add more useful examples
and reorder entries by increasing complexity
2016-08-24 17:00:31 +01:00
Waldir Pimenta 96289e570d git-branch.md: various fixes (no content change)
- changed token syntax to match project guidelines
- added tokens to the rename example
- moved rename example to before the delete example
- reword some descriptions for clarity
- include "git" in the command description
2016-08-24 16:58:53 +01:00
Waldir Pimenta 0ad07e4f2d pwgen: make option names more intuitive (#1014) 2016-08-24 11:29:33 +02:00
Waldir Pimenta a07b6f9e1e scrapy.md: lowercase "framework" 2016-08-23 13:17:29 +01:00
Bernardas Ališauskas 9f5d5b571f add page for scrapy from scrapy.org (#939) 2016-08-23 13:15:37 +01:00
Kyle Sweeney 111d8aae0f strace.md: Added option to start an executable (#979)
* updated strace.md with starting a program

* fixed errors, and followed same `` guide

* removed extraneous space
2016-08-22 13:59:39 +02:00
Agniva De Sarker 29b0d77e29 Merge pull request #1007 from tldr-pages/pod
osx/pod.md: add page
2016-08-22 09:44:17 +05:30
Zlatan Vasović 63a7e2744e Add `apt-get autoremove` (#1011) 2016-08-22 00:01:13 +02:00
Zachariah Kendall 6e25c3cfb9 traceroute: Add example of specifying datagram size (#999) 2016-08-21 20:07:22 +01:00
Leandro Ostera 2ba4397edc Updates vim and vimtutor pages (#926)
* Updates vim and vimtutor pages

* Easy peasy.

* Use <Enter> instead of <Cr>

* Show help command.

We might not be able to help you move around
but the interactive help provided by vim is
pretty good, so helping people find it might
be a good idea.

* Reorder commands and lowercase help
2016-08-21 16:00:09 +02:00
Waldir Pimenta e3553ac6f8 kill.md: change signal explanation (closes #616) (#998)
* add kill signal

* 修改kill相关信号的注释

* kill.md: improve descriptions and formatting

* kill.md: move dashes to outside the tokens
2016-08-21 15:36:24 +02:00
Pelle Jacobs 3babe7cebc Create fswatch.md (#1005)
* Create fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md

* Update fswatch.md
2016-08-21 13:03:49 +02:00
Waldir Pimenta 04f25d3684 xcodebuild.md: add page (#1008)
* Create xcodebuild.md

xcodebuild

* xcodebuild.md: shorten page

* xcodebuild.md: use token formatting

* xcodebuild.md: remove xcrun command

* xcodebuild.md: fix linting and reword some descriptions

* xcodebuild: change tokens to match the guidelines

* xcodebuild: remove unclear part the first example's description
2016-08-21 12:59:23 +02:00
Waldir Pimenta 948bea2207 pod.md: improve example descriptions 2016-08-18 12:19:54 +01:00
Waldir Pimenta 9a3906ecbb pod.md: remove incorrect example and add 'pod list' instead 2016-08-18 12:19:25 +01:00
Agniva De Sarker e42a45fba9 7z*.md: Modify tokens (#1009) 2016-08-18 10:50:36 +01:00
Waldir Pimenta 6abfb1f252 Merge pull request #788 from oxguy3/patch-1
Added missing p7zip tools (7z and 7zr)
2016-08-18 10:36:16 +01:00
Waldir Pimenta 2f6388423b expand pod.md page as discussed in #583 2016-08-17 19:42:19 +01:00
SimMan dcf58acecd Rename pod to pod.md 2016-08-17 19:31:41 +01:00
SimMan da7a23fe3c Create pod
CocoaPods
2016-08-17 19:31:41 +01:00
George D. Plymale II dff8f92cf0 dig.md: add reverse DNS lookup example (#1003)
Doing a reverse DNS lookup by typing out the IP address in reverse, plus adding .in-addr.arpa to the end is tedious, but fortunately dig has the -x option which makes that process much simpler as one can just feed it a normal IP address.
2016-08-13 05:01:26 +01:00