Commit Graph

539 Commits

Author SHA1 Message Date
7histle b8eed82e84 some new mov vim cmds 2013-10-31 19:09:51 +04:00
Jörg Thalheim 9f50f3b310 openssl: move note about self-signed certificates up
commit b848b2a607 inserted additional commands to show certificate, which are related to the comment.
2013-10-28 18:22:55 +01:00
Jörg Thalheim b848b2a607 openssl: command to show certificate infos
Did you ever was on a server, but did not remember, what the certificate is for?
2013-10-28 13:16:01 +01:00
Amit Saha bbbcfe98f9 systemctl cheat 2013-10-28 10:25:34 +10:00
iamsudip c7f5215dfb Added cheats 2013-10-24 09:31:42 +05:30
Chris Lane c6441524b0 Git cheatsheet: trivial changes
Slightly reorganized the order in which some of the examples were
presented.
2013-10-23 22:06:48 -04:00
Chris Lane fb5721f887 Merge branch 'master' of https://github.com/Ashernor/cheat into Ashernor-master
* 'master' of https://github.com/Ashernor/cheat:
  Adding wget and curl cheats and updating git cheat

Conflicts:
	cheatsheets/curl
2013-10-23 22:04:31 -04:00
Chris Lane 59ba9e2749 Merge pull request #107 from a-sk/fix-zsh-autocompletion
Fix zsh autocompletion
2013-10-23 18:35:47 -07:00
Chris Lane 7bbe9279e1 Merge pull request #114 from iamsudip/gitcpatch
Updated git cheatsheet little
2013-10-23 18:34:11 -07:00
Chris Lane eb4e396c98 Merge pull request #116 from puchrojo/patch-1
Update README.md
2013-10-23 18:31:55 -07:00
Chris Lane 64a1e825a9 Merge pull request #115 from barisinanc/master
Fix on vim cheatsheet
2013-10-23 18:30:42 -07:00
Chris Lane b2f706ac18 Merge pull request #111 from jonlabelle/master
Add cheatsheet and examples for curl.
2013-10-23 18:29:23 -07:00
puchrojo 500a205c38 Update README.md
sudo apt-get install python-pip
2013-10-23 17:59:56 +02:00
Baris Inanc d491b342cc Fix on vim cheatsheet 2013-10-21 09:26:35 +03:00
iamsudip acea96b02d Updated git cheatsheet little 2013-10-19 13:01:02 +05:30
0rax b1df8fe3cc fix edit autocomplete (just dont show description of -e/--edit option and i dont know why 2013-10-11 19:15:07 +02:00
0rax 53978fa86f Add hint to use sudo when creation fail of sheet. 2013-10-11 18:56:03 +02:00
0rax fc4b047958 In response to Issue #108: Added option to copy sheet while not editable. 2013-10-11 18:32:21 +02:00
ashernor 6c9ac348b5 Adding wget and curl cheats and updating git cheat 2013-10-11 18:31:40 +02:00
0rax b6e73539bd Added autocompletion for fish shell 2013-10-11 16:26:24 +02:00
Jon LaBelle 4927eacac0 Add cheatsheet and examples for curl. 2013-10-10 16:03:30 -05:00
Chris Lane f5a7c30dc4 Merge pull request #110 from TiTi/master
Add cheatsheets (lsof, netstat, nmap, pdftk, ps, sam2p [new])
2013-10-08 16:58:43 -07:00
Chris Lane 9870deee6f Cheatsheets: minor tweaks
Made minor changes to the ls and rm cheatsheets.
2013-10-08 19:52:46 -04:00
TiTi 9d1a65b4bb Add cheatsheets 2013-10-09 00:16:31 +02:00
TiTi 97182d4cf1 Add a troubleshooting section (python 2.6 doesn't comes with the argparse module) 2013-10-08 23:55:25 +02:00
ashernor d9bce2f3c4 add cheatsheet for df iwconfig ls and rm 2013-10-06 19:47:15 +02:00
a-sk b5ed21d5b7 Prepand _ to cheat.zsh to make zsh autocompletions works 2013-10-03 23:58:17 +04:00
a-sk e087674668 Fix zsh autocompletion file 2013-10-03 23:55:52 +04:00
Chris Lane 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
Chris Lane f38da5dc69 Trivial whitespace fix on cheatsheets/date 2013-09-23 20:42:26 -04:00
Chris Lane 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
Chris Lane 2240eb6fd1 Trivial whitespace fix on chown cheatsheet. 2013-09-23 20:40:53 -04:00
Chris Lane 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
Chris Lane 4bc2a27b57 Merge pull request #106 from engstrom/master
Added cheatsheet for the top command
2013-09-23 17:39:20 -07:00
Chris Lane 6eb7ec04ff Merge pull request #102 from gbremer/ssh-keygen-fix
Fixing bit size to standard 4096
2013-09-23 17:37:37 -07:00
Chris Lane b4d19eb4ae Merge pull request #104 from gbremer/find-commands
Adding additional find commands
2013-09-23 17:37:12 -07:00
Chris Lane 350a4ee863 Merge pull request #105 from gbremer/mkdir-commands
Adding mkdir cheat
2013-09-23 17:36:35 -07:00
engstrom 75137cf507 Added cheatsheet for the top command 2013-09-23 18:27:30 -06:00
Grant Bremer bcebf8dfea Adding mkdir cheat 2013-09-21 16:31:17 -04:00
Grant Bremer bbab921bf8 Adding additional find commands 2013-09-21 13:39:46 -04:00
Grant Bremer 73df1ae517 Adding date cheat 2013-09-21 13:23:23 -04:00
Grant Bremer 17b7fec47c Fixing bit size to standard 4096 2013-09-21 13:15:09 -04:00
Grant Bremer ffd8ec833f Adding reference example to chown 2013-09-21 13:13:16 -04:00
0rax 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
0rax 72b7af171d Split EDITOR variable to prevent error on popen while using EDITOR var with spaces 2013-09-20 02:12:48 +02:00
0rax 42642526f8 Merged to the new version 2013-09-20 02:04:14 +02:00
0rax e02e5011fc prepare to merge 2013-09-20 02:03:30 +02:00
Chris Lane 0cc76a78a1 Trivial changes to the head cheatsheet. 2013-09-19 19:45:28 -04:00
Chris Lane 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
Chris Lane 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