97182d4cf1
Add a troubleshooting section (python 2.6 doesn't comes with the argparse module)
2013-10-08 23:55:25 +02:00
d9bce2f3c4
add cheatsheet for df iwconfig ls and rm
2013-10-06 19:47:15 +02:00
b5ed21d5b7
Prepand _ to cheat.zsh to make zsh autocompletions works
2013-10-03 23:58:17 +04:00
e087674668
Fix zsh autocompletion file
2013-10-03 23:55:52 +04:00
545c35722a
Merge branch 'master' of https://github.com/0rax/cheat into 0rax-master
...
* 'master' of https://github.com/0rax/cheat :
Added 1 check for EDITOR var, if EDITOR is set to "" + added try catch to catch subprocess error like EDITOR variable pointing to a non installed editor
Split EDITOR variable to prevent error on popen while using EDITOR var with spaces
prepare to merge
Revert Print back to main, would be easier to integrate other positional option like that
2013-09-23 20:44:41 -04:00
f38da5dc69
Trivial whitespace fix on cheatsheets/date
2013-09-23 20:42:26 -04:00
176120c3d6
Merge branch 'date-cheat' of https://github.com/gbremer/cheat into gbremer-date-cheat
...
* 'date-cheat' of https://github.com/gbremer/cheat :
Adding date cheat
2013-09-23 20:42:00 -04:00
2240eb6fd1
Trivial whitespace fix on chown cheatsheet.
2013-09-23 20:40:53 -04:00
f52c0d59ba
Merge branch 'chown-chgrp' of https://github.com/gbremer/cheat into gbremer-chown-chgrp
...
* 'chown-chgrp' of https://github.com/gbremer/cheat :
Adding reference example to chown
2013-09-23 20:40:15 -04:00
4bc2a27b57
Merge pull request #106 from engstrom/master
...
Added cheatsheet for the top command
2013-09-23 17:39:20 -07:00
6eb7ec04ff
Merge pull request #102 from gbremer/ssh-keygen-fix
...
Fixing bit size to standard 4096
2013-09-23 17:37:37 -07:00
b4d19eb4ae
Merge pull request #104 from gbremer/find-commands
...
Adding additional find commands
2013-09-23 17:37:12 -07:00
350a4ee863
Merge pull request #105 from gbremer/mkdir-commands
...
Adding mkdir cheat
2013-09-23 17:36:35 -07:00
75137cf507
Added cheatsheet for the top command
2013-09-23 18:27:30 -06:00
bcebf8dfea
Adding mkdir cheat
2013-09-21 16:31:17 -04:00
bbab921bf8
Adding additional find commands
2013-09-21 13:39:46 -04:00
73df1ae517
Adding date cheat
2013-09-21 13:23:23 -04:00
17b7fec47c
Fixing bit size to standard 4096
2013-09-21 13:15:09 -04:00
ffd8ec833f
Adding reference example to chown
2013-09-21 13:13:16 -04:00
50b04c52e1
Added 1 check for EDITOR var, if EDITOR is set to "" + added try catch to catch subprocess error like EDITOR variable pointing to a non installed editor
2013-09-20 02:27:06 +02:00
72b7af171d
Split EDITOR variable to prevent error on popen while using EDITOR var with spaces
2013-09-20 02:12:48 +02:00
42642526f8
Merged to the new version
2013-09-20 02:04:14 +02:00
e02e5011fc
prepare to merge
2013-09-20 02:03:30 +02:00
0cc76a78a1
Trivial changes to the head cheatsheet.
2013-09-19 19:45:28 -04:00
0d60d6b558
Merge branch 'patch-6' of https://github.com/maggick/cheat into maggick-patch-6
...
* 'patch-6' of https://github.com/maggick/cheat :
correction
minor spell corrections
Create head
2013-09-19 19:42:52 -04:00
963496db86
Restored -d functionality to original
...
During the last commit, the -d functionality was changed (likely
unintentionally) such that it outputted a raw Python list rather than
lines printed to stdout. I've restored the original functionality,
because the autocompletion scripts rely upon it.
2013-09-19 19:05:22 -04:00
da2b0a872d
Deleted cruft
...
Deleted a 'foo' cheatsheet I accidentally committed while testing.
2013-09-19 18:45:43 -04:00
bbed1c5851
Removed the -c option from argparse
...
A previous revision merged the functionality implemented by the -c and
-e options, but the -c option was reintroduced during the last revision
(probably) by accident. I took that out given that it no longer serves
a purpose.
2013-09-19 18:43:56 -04:00
a0cfee02d2
Revert Print back to main, would be easier to integrate other positional option like that
2013-09-16 04:10:45 +02:00
c87e741f34
Made a OO refactoring, cleaner in my mind
2013-09-16 04:07:34 +02:00
1e1520ce56
Removed old help, just forgot to remove at first commit
2013-09-16 03:28:08 +02:00
526a9f595a
Refactored for argparse, the help output dont remain the same : too much sheets so I thought that do not print cheatlist every time could be a good things. Added description + epilogue (examples) to the standart argparse output.
2013-09-16 03:26:20 +02:00
0501f8cbfe
correction
2013-09-15 17:34:15 +02:00
98b254b799
2to3
2013-09-15 11:02:27 +02:00
5a026dfb41
Merge pull request #94 from fmunch/uname
...
Added uname cheatsheet
2013-09-14 18:20:40 -07:00
4224acbc5c
Merge pull request #95 from bfontaine/patch-1
...
Minor typo in README fixed
2013-09-14 18:19:54 -07:00
d3914c0265
Typo fixed
2013-09-15 01:41:00 +02:00
8dae29ad42
Added information for uname -v
2013-09-15 01:07:04 +02:00
9f182d684d
Added uname cheatsheet
2013-09-15 00:57:06 +02:00
c819997844
Merge pull request #93 from fmunch/od
...
Added od cheatsheet
2013-09-14 14:10:41 -07:00
71e9f11e83
Added od cheatsheet
2013-09-14 22:19:46 +02:00
78532d804b
Fixed a typo in the README.
2013-09-14 12:23:19 -04:00
f1cdfa6dd9
Updated the README.
2013-09-14 11:35:16 -04:00
30e4078688
Merge branch 'master' of github.com:chrisallenlane/cheat
...
* 'master' of github.com:chrisallenlane/cheat:
tar: List content of gz/bz2 archives
2013-09-14 10:52:35 -04:00
70e61d4e1f
Trivial changes. Removed a copyright notice that I hadn't noticed before, and deleted a superfluous 'exit()' call.
2013-09-14 10:52:11 -04:00
305584196d
Merge pull request #92 from Mic92/patch-1
...
tar: List content of gz/bz2 archives
2013-09-14 07:37:22 -07:00
587dbf3c11
Integrated the autocompletion scripts into the project, and rewrote the bash version to take advantage of the new -l option.
2013-09-14 10:27:53 -04:00
b24e2b7fd2
Merge branch '0rax-master' into dev
...
* 0rax-master:
Added autocomplete for bash
2013-09-14 10:17:45 -04:00
a07079957a
Resolved a merge conflict and made a minor commenting change.
2013-09-14 10:13:54 -04:00
5639c995c3
Updated the help to reflect the new options.
2013-09-14 10:06:45 -04:00