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

3322 commits

Author SHA1 Message Date
Marco Bonelli
9f2b387cbe column: fix typo (#2861) 2019-04-02 11:14:39 +01:00
Owen Voke
c015b89e85 choco-apikey: add page (#2836) 2019-04-01 19:38:51 +02:00
Andrik Albuquerque
0207fe045a pg_dump: added -a and -s examples (#2856) 2019-03-30 21:20:05 +00:00
Starbeamrainbowlabs
a2a2a52231 clementine: add page (#2852) 2019-03-27 08:58:51 +00:00
pxgamer
2ef5958a4e hg-root: update wording of 'for' to 'of' 2019-03-27 10:34:11 +05:30
pxgamer
b28dfed869 hg-root: add page 2019-03-27 10:34:11 +05:30
Ryan Tuck
948147d383 rename: Remove extra escaping (#2850) 2019-03-26 23:49:14 +00:00
echo $USER | sed 's/cp/c p/
209ceee876 virtualenv: add python version example (#2851) 2019-03-26 23:41:33 +00:00
Owen Voke
ad348f3ee1 hg-status: add page (#2847) 2019-03-26 11:20:30 +01:00
Owen Voke
fa21dc0a07 larasail: add page (#2848) 2019-03-26 02:56:05 +01:00
pxgamer
87b90deaee hg-update: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
a443cd690f hg-serve: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
af14d2e459 hg-remove: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
a6800ad93a hg-push: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
56f6707ac4 hg-pull: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
f6e007764e hg-log: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
4041b9f930 hg-init: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
917fd84142 hg-commit: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
814c761496 hg-clone: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
bbfd4fcf69 hg-branch: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
984ccacaff hg-add: add link to homepage 2019-03-24 00:27:35 +01:00
pxgamer
ad4ffdd129 hg: add link to homepage 2019-03-24 00:27:35 +01:00
Ilya
3356ff2879 php: add new example (#2845) 2019-03-23 22:17:46 +00:00
Tigran Tch
6b69d09d35 ffsend: add page (#2839) 2019-03-22 17:03:29 +00:00
pxgamer
b1f8f91934 netstat: update description for protocol 2019-03-21 22:10:22 +05:30
pxgamer
7ba01ca0a1 netstat: fix token naming and curly braces 2019-03-21 22:10:22 +05:30
Grigoriy
a4b89c8e38 mc: add option for starting in black and white mode (#2843) 2019-03-21 10:19:18 +00:00
pxgamer
922904f2b9 choco-upgrade: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
5a45ebe874 choco-uninstall: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
aa8ab6cc42 choco-source: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
500640acd1 choco-search: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
1888af5f52 choco-pin: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
d453a28ce5 choco-pack: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
43fb1f26d9 choco-outdated: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
77380f8a63 choco-new: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
db5bd26512 choco-list: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
a77f64235d choco-install: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
a4451e6751 choco-info: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
0bc9ca9879 choco-feature: add link to homepage 2019-03-20 11:23:44 +05:30
pxgamer
7aa68ea1b1 choco: add link to homepage 2019-03-20 11:23:44 +05:30
Starbeamrainbowlabs
79f26a8fd3
vpnc: minor grammatical fix (#2838) 2019-03-18 18:11:40 +00:00
Robert
75a5dc32f6 vpnc: add page (#2837) 2019-03-18 17:35:29 +00:00
johan456789
8f7020729e xar: add page (#2834) 2019-03-18 15:07:56 +00:00
Kyle Warneck
2c6e7f7c20 npm: revised description of npm list 2019-03-13 09:12:11 +05:30
Kyle Warneck
5f5cd8759e npm: remove unncessary --save flag. simplify descriptions
removes unnecssary --save flag (added by default in npm > 5).
Adds an example that installs a package wihtout a version since thats a simpler case.
Moves the global install example down the page since it's a more complicated case
Switch to the longversion of global option (`--global`) instead of `-g` to comply with styleguide
Simplified description of adding dependency
Switched from the terms "dependency" and "module" to "package" where possible since package is more idiomatic in this context.

Remove `npm list --global` example to keep page under 8 example limit
2019-03-13 09:12:11 +05:30
Owen Voke
381c6bf2bc hsd-cli: add page (#2812) 2019-03-12 14:49:11 +01:00
Hervé Nivon
a66920ebcf source deactivate is deprecated (#2827) 2019-03-12 11:57:08 +00:00
Starbeamrainbowlabs
31d784bc09 tldr: alter to match new client spec 2019-03-12 11:49:51 +00:00
Marco Bonelli
e7524f3d19 Update pages/common/tldr.md
Co-Authored-By: sbrl <sbrl@starbeamrainbowlabs.com>
2019-03-12 11:49:51 +00:00
Jonathan Dahan
80211827a0 tldr: remove -t 2019-03-12 11:49:51 +00:00