ImmortalPC
e7339b3b57
Change git cheatsheets: add 'git show'
2013-09-01 15:03:36 +02:00
John Shanahan
12e6d83d47
Added some required fields to setup.py
2013-08-31 14:19:03 -04:00
Nicolas Crocfer
3e75a55491
Added diff cheatsheet
2013-08-31 14:18:13 +02:00
Carlos Peña
53a2a616d0
chead sed to remove empty lines
2013-08-31 12:46:33 +03:00
Toam
e38e306b7a
Added ab cheatsheet
2013-08-30 17:54:51 +02:00
John Shanahan
b26adf2ca8
Added 7z cheatsheet
2013-08-30 10:58:54 -04:00
Özgür Özdemircili
6abab41aa6
New lsof cheat
2013-08-30 12:16:48 +02:00
Özgür Özdemircili
9e1ea4fae4
New cheats on find
2013-08-30 12:16:39 +02:00
a-sk
702f043ff4
Add note about DEFAULT_CHEAT_DIR to the README file
2013-08-29 19:19:19 +04:00
a-sk
23de32ce50
Remove odd new line
2013-08-29 19:16:01 +04:00
a-sk
a781f6a8f7
Install zsh completions
2013-08-29 19:12:00 +04:00
a-sk
f20c0aba20
Add zsh cheats completions
2013-08-29 19:12:00 +04:00
a-sk
5c51f457a0
Add -d/--cheat_directories option to list directories containing cheatsheets
2013-08-29 19:12:00 +04:00
a-sk
e662862b7b
Introduce DEFAULT_CHEAT_DIR environment variable
...
Now ~/.cheat can be overridden
2013-08-29 18:20:23 +04:00
Bob Mottram
02ab2e7b8d
Added sheets for emacs and gpg
2013-08-29 11:38:22 +01:00
Nicolas Borboën
35fccbf9a4
Added mysqdump backup and restore and basic connection
2013-08-29 10:36:52 +02:00
Grant Bremer
92f6d8636f
Adding additional ssh-keygen command examples
2013-08-28 23:28:03 -04:00
Grant Bremer
49d1daa97b
Adding additional ssh-keygen command examples
2013-08-28 23:06:43 -04:00
Grant Bremer
1a1f87e131
Adding less cheat sheet
2013-08-28 22:16:07 -04:00
Sam Dodrill
84b5df508b
Cheatsheets added
...
- apk: Alpine Linux package manager
- gcc: GNU C Compiler
- grep: Pattern matcher in files or pipes
- vim: Vi IMproved
2013-08-28 10:05:46 -07:00
Matthieu Keller
17a2d6871d
add ssh on a non-standard port
2013-08-28 14:15:50 +02:00
Matthieu Keller
a84dd27f6b
remove ssh-copy-id
2013-08-28 14:11:57 +02:00
Matthieu Keller
e963af111c
To copy a key to a remote host on a non-standard port with non-standard ssh key
2013-08-28 14:06:26 +02:00
Pierre Poulain
a66f3d1c15
corrected typo for a better management of files with space in their name
2013-08-28 11:27:44 +01:00
Pierre Poulain
dfc7c98607
added example for the gs command (reduce pdf file)
2013-08-28 11:24:32 +01:00
Pierre Poulain
4f83172647
added examples for pdftk (manipulating pdf files)
2013-08-28 11:22:30 +01:00
Pierre Poulain
79a091a275
added new examples for find
2013-08-28 11:15:59 +01:00
Carlos Peña
4960f45f6f
fixing typo in cheat git
2013-08-28 10:30:37 +03:00
Chris Lane
437f191bf7
Trivial change to mount cheatsheet.
2013-08-27 19:44:58 -04:00
Chris Lane
c7c63b42cd
Minor changes to the git cheatsheet.
2013-08-27 19:43:24 -04:00
Chris Lane
9e8294b566
Merge branch 'master' of https://github.com/ozdemircili/cheat into ozdemircili-master
...
* 'master' of https://github.com/ozdemircili/cheat :
Added git cheats
Added mount cheatsheet
2013-08-27 19:06:53 -04:00
Chris Lane
29e9215f82
Merge pull request #40 from carlosp420/master
...
cheat awk: sum integers from a file or stdin
2013-08-27 16:05:08 -07:00
Philip Molares
9d9916251e
Added youtube-dl cheatsheet
2013-08-27 23:36:43 +02:00
Carlos Peña
bcdc3c7f23
cheat awk: sum integers from a file or stdin
2013-08-27 14:06:15 +03:00
Özgür Özdemircili
63bd132a9b
Added git cheats
2013-08-27 10:56:53 +02:00
Özgür Özdemircili
dcfc6e60be
Added mount cheatsheet
2013-08-27 10:53:49 +02:00
Chris Lane
6990807010
Updated the help command to mention the new create/edit capabilities. Vaguely followed the docopt syntax.
2013-08-26 21:17:55 -04:00
Chris Lane
3e7dcc9b43
Updated the README to mention the new create/edit abilities.
2013-08-26 21:05:05 -04:00
Chris Lane
d183a6fb14
Change to the SSH cheatsheet
2013-08-26 20:37:04 -04:00
Chris Lane
496de6ae89
Integrated cheatsheet contents.
2013-08-26 20:34:36 -04:00
Chris Lane
cdc2b8ee4d
Wrapped some more parenthesis around print statements to retain compatibility with Python 3.3.
2013-08-26 20:16:43 -04:00
Chris Lane
63c391f67a
When creating a new cheatsheet using the -c option, the program now
...
first attempts to write to the ~/.cheat directory, or alternatively
create it if it does not already exist. Failing that, it attempts to
write to the python package directory.
2013-08-26 20:12:59 -04:00
Chris Lane
3399b8905d
Removed the asterisks denoting the boundaries of the cheatsheets.
2013-08-26 19:45:12 -04:00
Chris Lane
cd1b43118d
Merge branch 'master' of https://github.com/bradtse/cheat into bradtse-master
...
* 'master' of https://github.com/bradtse/cheat :
Added in a create option also
Added in an edit option that allows a user to edit the cheatsheet from their default editor. Also made some visual changes to the output of the cheatsheet.
2013-08-26 19:42:40 -04:00
Chris Lane
e757bcc46d
Merge branch 'master' of https://github.com/shanahanjrs/cheat into shanahanjrs-master
...
* 'master' of https://github.com/shanahanjrs/cheat :
Added Python 3 support.
2013-08-26 19:37:40 -04:00
Chris Lane
67c8436691
Fixed a typo I introduced to the mysqldump cheatsheet.
2013-08-26 19:32:38 -04:00
Chris Lane
2e69eb063c
Trivial changes to the mysqldump cheatsheet.
2013-08-26 19:31:21 -04:00
Chris Lane
d0e1f18e52
Merge branch 'master' of https://github.com/codehill/cheat into codehill-master
...
* 'master' of https://github.com/codehill/cheat :
More mysqldump commands.
2013-08-26 19:26:40 -04:00
Chris Lane
7886eea791
Renamed mysql.sql to mysql, because the installer doesn't seem to install that cheatsheet when it has the .sql extension.
2013-08-26 19:21:42 -04:00
Chris Lane
bf290ea5b7
Trivial changes.
2013-08-26 19:19:52 -04:00