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

1098 commits

Author SHA1 Message Date
Waldir Pimenta
9a0a0335d6 hub: overhaul the page for improved clarity (#1202)
- make main description and command descriptions more specific
- simplify the fork command description
- simplify the pull-request example (both the command and description) hopefully without sacrificing information
- replace the browse issues example (which opens a page in the web browser) with one create a github remote for the current repo
2016-12-21 23:01:21 +00:00
alefir
c81a256483 Change scp examples to match token syntax guidelines (#1203) 2016-12-19 12:22:07 +05:30
Waldir Pimenta
71a329d775 git-cherry-pick: add examples to pick more commits (#1198) 2016-12-15 15:25:23 +00:00
alefir
34c8b016ad git-cherry-pick: add page (#1196) 2016-12-15 09:59:11 +00:00
Phil Ewels
660b0fe51b ftp: add page (#1173) 2016-12-13 16:35:47 +00:00
Martin Pool
fe37d4fb83 sudo: use shutdown -h to halt rather than reboot (#1191)
Makes the example consistent with its description
2016-12-06 13:39:45 +00:00
Waldir Pimenta
d71904864d git-fetch: add --prune and bare example (#1189) 2016-12-02 13:19:05 +00:00
Phil Ewels
fffe42cf5d conda: add page (#1158) 2016-11-29 14:44:38 +05:30
Waldir Pimenta
21e92ecc78 git-svn: add example for making a shallow clone (#1136) 2016-11-28 06:28:49 +00:00
Eric Rösch
1928329a65 adb: add push, pull and devices commands (#1166) 2016-11-26 16:03:36 +00:00
Waldir Pimenta
b9fded2e16 blender: add page (#1131)
Mostly based on https://www.blender.org/manual/advanced/command_line/arguments.html
with some additional help from http://blender.stackexchange.com/questions/3061/setting-render-options-from-the-command-line
2016-11-26 15:55:38 +00:00
Waldir Pimenta
63659bed37 find: quotes outside tokens; generic extension (#1160)
The generic extension is to conform to our contribution guidelines:
https://github.com/tldr-pages/tldr/blob/master/CONTRIBUTING.md#token-syntax
2016-11-26 15:51:12 +00:00
Phil Ewels
951f690e1d samtools: add page (#1159) 2016-11-26 13:17:48 +05:30
Assem Attia
3051976952 unar: add page (#1141) 2016-11-26 10:44:25 +05:30
Darius Karel
57d6e2e91e ansible: add page (#1153) 2016-11-23 11:29:38 +00:00
Frank
8a23482bb6 git stash: add clear (#1149) 2016-11-19 17:43:18 +00:00
Waldir Pimenta
cb277137b6 uname: split page to provide contextually-relevant info in the main desc. (#1156) 2016-11-19 17:41:17 +00:00
Daniel Choudhury
911521fc45 Made requested changes, remove bucket to bucket sync example 2016-11-19 22:42:14 +05:30
Daniel Choudhury
b6002b0606 Adding aws s3 cheatsheet 2016-11-19 22:42:14 +05:30
fuerbringer
aa6cb04e10 Changed batch mode description. 2016-11-13 19:29:25 +05:30
fuerbringer
4f0a7b9a48 Changed file path tokens and batch mode description. 2016-11-13 19:29:25 +05:30
fuerbringer
fc981c2116 htpasswd: add page 2016-11-13 19:29:25 +05:30
Waldir Pimenta
85395120d6 pandoc: update for v1.18
piping --help to the head command, as mentioned in #1072,
isn't necessary anymore (in fact, doing that doesn't work at all now)

See https://github.com/jgm/pandoc/commit/273d90b
2016-11-09 13:00:29 +00:00
Waldir Pimenta
ca490f9fc9 pandoc: improve desc, add 2 examples (#1072)
The list of supported formats needs to be done this way until https://github.com/jgm/pandoc/issues/2685 is resolved.

Also expand the --to option, to avoid ambiguity (per PR review)
2016-11-09 11:24:52 +00:00
Assem Attia
3d0644b2f6 fuck: add page (#1139) 2016-11-06 18:43:46 +05:30
Assem Attia
2940e07f92 move screenfetch.md to pages/common (#1147) 2016-11-06 11:54:21 +00:00
Waldir Pimenta
1524aa95da perl: various minor tweaks
- use generic names in the descriptions, since they can be directly matched to the corresponding tokens
- move the -e example to appear right before the -M -e example
- make description of -M -e example more explicit (to match the plain -e example)
2016-11-05 19:17:40 +00:00
Assem Attia
b9bb46e6de perl: add page (#1142) 2016-11-05 19:14:19 +00:00
Waldir Pimenta
39f27492c7 php: tweak some descriptions 2016-11-05 18:59:21 +00:00
Waldir Pimenta
11f2cb2037 php: remove redundant "CLI" from main description 2016-11-05 18:55:29 +00:00
Dan Kim
c32263f9dc q: add page (#1143) 2016-11-05 18:39:47 +00:00
kalebo
6d109e5a66 rg: add page (#1146) 2016-11-03 09:12:23 +05:30
Waldir Pimenta
dc085927c6 assimp: add page (#1028) 2016-10-31 07:51:40 +00:00
Galdin Raphael
e8f92f81d9 vue: add page (#1134) 2016-10-29 23:34:42 +01:00
Waldir Pimenta
b5f522803a alias: various tweaks (#1135)
- add a caveat to the main description about an aliases not being permanently saved
- tweak the descriptions of some examples
2016-10-29 16:03:11 +01:00
Waldir Pimenta
05c63936ce git-reset: expand page (#1127)
As mentioned in https://github.com/tldr-pages/tldr/pull/1088#issuecomment-249368792
2016-10-27 18:27:41 +01:00
Waldir Pimenta
b2401cf0be git-diff: rework a bit for clarity (#1129)
- use {{commit}} instead of {{PATHSPEC}}
- start with the simplest invocation, git diff
- move command to show staged changes next to the first two, which it is related to
- clarify description of --summary example
- move the .patch extension out of the token
2016-10-27 17:15:29 +01:00
Waldir Pimenta
173d353375 git-tag, git-fetch: add example for fetching tags (#1128) 2016-10-27 10:25:22 +05:30
Waldir Pimenta
669e845d3f git-log.md: improve descriptions, add --grep (#1012) 2016-10-25 18:22:47 +01:00
frinkelpi
0f8f19cfc6 pdftk: add page (#1126) 2016-10-24 17:16:49 +01:00
Eric Nielsen
2f5af7f829 http: Variable supplied parameters between {{}} (#1125)
Missing in the last example.
2016-10-21 16:56:02 +01:00
Agniva De Sarker
f862a8aec2 ssh: shorten last description 2016-10-18 13:01:23 +05:30
Agniva De Sarker
452ba5f903 Fix linting error 2016-10-18 10:34:51 +05:30
Agniva De Sarker
19156aa83d ssh: simplify page
- Combined the last 2 commands into a single format that can be expanded upon
by showing the -o option, since both can be passed as options.
- This also does not increase the no. of examples.
- Corrected a minor typo in path.
2016-10-18 10:27:47 +05:30
Pu Du
a9dc22e4dc ssh: add x11 forwarding 2016-10-18 10:07:00 +05:30
Waldir Pimenta
262b77aaea xargs: rework page to make it more beginner-friendly (#1039)
* xargs: update as agreed on code review.
2016-10-17 23:02:05 +01:00
vkolmakov
7b3cf933c0 Rephrase why command description and minor fixes 2016-10-16 22:10:01 -05:00
vkolmakov
165e1ded0b Merge add and add-dev and remove ls 2016-10-16 18:46:48 -05:00
vkolmakov
81a9c4fedd yarn: add page 2016-10-16 17:24:40 -05:00
Waldir Pimenta
d049860773 heroku: capitalize "Heroku" in descriptions 2016-10-16 11:56:22 +01:00