Commit Graph

  • 4c5bd8efa5 indent block fail :x, no more triple output 0rax 2013-11-07 00:41:36 +0100
  • 69428a7279 Some minor modification (open inside the generator for better readability) + one bug fixe (the last block wasnt yiel by the generator) 0rax 2013-11-07 00:34:37 +0100
  • d85fab763b Following #128 talk about how output should be made for search. Just changed the way on how the search function output the result, no more ala grep output. Cheatsheets are now parsed [by CheatSheets.__parse_cheat_command_block(self, cheat_fp)] into block (separated by newline), i have seen that all block in cheatsheets are delimited by a blank line, so instead of parsing from first consecutive # to last consecutive command, an output that is not used by all sheets (reference to "7z" cheatfile). And so the block are parsed by begin of the document to blanck line to end of the document. Finally the output is made by indenting the block content by 4 spaces + the title of the sheet on the top. This is a way to handle subcommands in my mind (search "git commit" and you now have all what you want) 0rax 2013-11-07 00:23:54 +0100
  • b1212052f7 Added search function into cheat, used a grep like output, if needed it could be changed, discussion is open inside #128 issue 0rax 2013-11-06 00:36:49 +0100
  • 3b0535833b bash: extend switch case example #127 Jörg Thalheim 2013-11-03 20:26:56 +0100
  • 08f28b5468 wget: continue flag #126 Jörg Thalheim 2013-11-03 20:19:27 +0100
  • e81088d379 Merge pull request #120 from Mic92/patch-2 Chris Lane 2013-11-03 10:54:34 -0800
  • 931ce7a579 Merge pull request #125 from fmunch/tail Chris Lane 2013-11-03 10:52:26 -0800
  • e17fa47655 Merge pull request #119 from amitsaha/systemctl Chris Lane 2013-11-03 10:51:43 -0800
  • 8d5954268d Added tail cheatsheet #125 Florent Munch 2013-11-01 15:42:56 +0100
  • 198a9af3a4 Merge 2d1a356846 into c6441524b0 #123 blackguest 2013-11-01 06:58:14 -0700
  • 2d1a356846 Minor README format fix. #123 blackguest 2013-11-01 08:58:05 -0500
  • d4a81f199d Arrange imports correctly. blackguest 2013-11-01 08:45:07 -0500
  • 1c271487e1 Add nose tests and updated README.md with test instructions and minor spell check fixes. blackguest 2013-11-01 08:41:14 -0500
  • 401ba78f5c Add swp files to gitignore. blackguest 2013-11-01 08:39:45 -0500
  • 2683ebe99a CheatSheets helpers added to the CheatSheets class, including pretty_print. display_sheet method also added which cleans up the argparse logic. blackguest 2013-11-01 08:36:17 -0500
  • b8eed82e84 some new mov vim cmds #122 7histle 2013-10-31 19:09:51 +0400
  • f62f69c704 Merge e651de5dde into c6441524b0 #121 blackguest 2013-10-29 14:24:13 -0700
  • e651de5dde Minor typo and pep8 quote fixes. #121 blackguest 2013-10-29 16:19:51 -0500
  • 622b6991ba Add support for vim decrypted view of cheatsheat files. blackguest 2013-10-29 16:13:42 -0500
  • cf75fa9843 Add -x command line cheat to vim cheatsheet. blackguest 2013-10-29 16:11:23 -0500
  • 9f50f3b310 openssl: move note about self-signed certificates up #120 Jörg Thalheim 2013-10-28 18:22:55 +0100
  • b848b2a607 openssl: command to show certificate infos Jörg Thalheim 2013-10-28 13:16:01 +0100
  • bbbcfe98f9 systemctl cheat #119 Amit Saha 2013-10-28 10:25:34 +1000
  • e8c1716c70 Merge 3223ca6c0e into c6441524b0 #118 Bob Mottram 2013-10-27 02:59:30 -0700
  • 3223ca6c0e Added cheatsheet for vi Bob Mottram 2013-10-27 09:57:16 +0000
  • c7f5215dfb Added cheats #117 iamsudip 2013-10-24 09:31:42 +0530
  • c6441524b0 Git cheatsheet: trivial changes Chris Lane 2013-10-23 22:06:48 -0400
  • fb5721f887 Merge branch 'master' of https://github.com/Ashernor/cheat into Ashernor-master Chris Lane 2013-10-23 22:04:31 -0400
  • 59ba9e2749 Merge pull request #107 from a-sk/fix-zsh-autocompletion Chris Lane 2013-10-23 18:35:47 -0700
  • 7bbe9279e1 Merge pull request #114 from iamsudip/gitcpatch Chris Lane 2013-10-23 18:34:11 -0700
  • eb4e396c98 Merge pull request #116 from puchrojo/patch-1 Chris Lane 2013-10-23 18:31:55 -0700
  • 64a1e825a9 Merge pull request #115 from barisinanc/master Chris Lane 2013-10-23 18:30:42 -0700
  • b2f706ac18 Merge pull request #111 from jonlabelle/master Chris Lane 2013-10-23 18:29:23 -0700
  • 500a205c38 Update README.md #116 puchrojo 2013-10-23 17:59:56 +0200
  • d491b342cc Fix on vim cheatsheet #115 Baris Inanc 2013-10-21 09:26:35 +0300
  • acea96b02d Updated git cheatsheet little #114 iamsudip 2013-10-19 13:01:02 +0530
  • a2012ba356 Merge b1df8fe3cc into f5a7c30dc4 #112 Jean-Philippe Roemer 2013-10-11 10:15:12 -0700
  • b1df8fe3cc fix edit autocomplete (just dont show description of -e/--edit option and i dont know why 0rax 2013-10-11 19:15:07 +0200
  • 53978fa86f Add hint to use sudo when creation fail of sheet. 0rax 2013-10-11 18:56:03 +0200
  • 5a6b864da4 Merge 6c9ac348b5 into f5a7c30dc4 #113 Thomas Robin 2013-10-11 09:33:34 -0700
  • fc4b047958 In response to Issue #108: Added option to copy sheet while not editable. 0rax 2013-10-11 18:32:21 +0200
  • 6c9ac348b5 Adding wget and curl cheats and updating git cheat #113 ashernor 2013-10-11 18:31:40 +0200
  • b6e73539bd Added autocompletion for fish shell 0rax 2013-10-11 16:26:24 +0200
  • 4927eacac0 Add cheatsheet and examples for curl. #111 Jon LaBelle 2013-10-10 16:03:30 -0500
  • f5a7c30dc4 Merge pull request #110 from TiTi/master Chris Lane 2013-10-08 16:58:43 -0700
  • 4e3e5ab091 Merge 9d1a65b4bb into 9870deee6f #110 TiTi 2013-10-08 16:54:57 -0700
  • 9870deee6f Cheatsheets: minor tweaks Chris Lane 2013-10-08 19:52:46 -0400
  • 9d1a65b4bb Add cheatsheets #110 TiTi 2013-10-09 00:16:31 +0200
  • 97182d4cf1 Add a troubleshooting section (python 2.6 doesn't comes with the argparse module) TiTi 2013-10-08 23:55:25 +0200
  • 02d4e25d8f Merge d9bce2f3c4 into 545c35722a #109 Thomas Robin 2013-10-06 10:48:02 -0700
  • d9bce2f3c4 add cheatsheet for df iwconfig ls and rm #109 ashernor 2013-10-06 19:47:15 +0200
  • b5ed21d5b7 Prepand _ to cheat.zsh to make zsh autocompletions works #107 a-sk 2013-10-03 23:57:13 +0400
  • e087674668 Fix zsh autocompletion file a-sk 2013-10-03 23:55:52 +0400
  • 545c35722a Merge branch 'master' of https://github.com/0rax/cheat into 0rax-master Chris Lane 2013-09-23 20:44:41 -0400
  • 10fd30c63c Merge 50b04c52e1 into f38da5dc69 #100 Jean-Philippe Roemer 2013-09-23 17:43:29 -0700
  • f38da5dc69 Trivial whitespace fix on cheatsheets/date Chris Lane 2013-09-23 20:42:26 -0400
  • 176120c3d6 Merge branch 'date-cheat' of https://github.com/gbremer/cheat into gbremer-date-cheat Chris Lane 2013-09-23 20:42:00 -0400
  • ec85695526 Merge 73df1ae517 into 2240eb6fd1 #103 Grant Bremer 2013-09-23 17:41:44 -0700
  • 2240eb6fd1 Trivial whitespace fix on chown cheatsheet. Chris Lane 2013-09-23 20:40:53 -0400
  • f52c0d59ba Merge branch 'chown-chgrp' of https://github.com/gbremer/cheat into gbremer-chown-chgrp Chris Lane 2013-09-23 20:40:15 -0400
  • 333ce55193 Merge ffd8ec833f into 4bc2a27b57 #101 Grant Bremer 2013-09-23 17:39:37 -0700
  • 4bc2a27b57 Merge pull request #106 from engstrom/master Chris Lane 2013-09-23 17:39:20 -0700
  • 9992396f97 Merge 75137cf507 into 6eb7ec04ff #106 Dustin Engstrom 2013-09-23 17:38:33 -0700
  • 6eb7ec04ff Merge pull request #102 from gbremer/ssh-keygen-fix Chris Lane 2013-09-23 17:37:37 -0700
  • 41bc00e67c Merge 17b7fec47c into b4d19eb4ae #102 Grant Bremer 2013-09-23 17:37:23 -0700
  • b4d19eb4ae Merge pull request #104 from gbremer/find-commands Chris Lane 2013-09-23 17:37:12 -0700
  • 18d32c964f Merge bbab921bf8 into 350a4ee863 #104 Grant Bremer 2013-09-23 17:36:53 -0700
  • 350a4ee863 Merge pull request #105 from gbremer/mkdir-commands Chris Lane 2013-09-23 17:36:35 -0700
  • 75137cf507 Added cheatsheet for the top command #106 engstrom 2013-09-23 18:27:30 -0600
  • 9d1fe45b93 Merge bcebf8dfea into 0cc76a78a1 #105 Grant Bremer 2013-09-21 13:32:13 -0700
  • bcebf8dfea Adding mkdir cheat #105 Grant Bremer 2013-09-21 16:31:17 -0400
  • bbab921bf8 Adding additional find commands #104 Grant Bremer 2013-09-21 13:39:46 -0400
  • 73df1ae517 Adding date cheat #103 Grant Bremer 2013-09-21 13:23:23 -0400
  • 17b7fec47c Fixing bit size to standard 4096 #102 Grant Bremer 2013-09-21 13:15:09 -0400
  • ffd8ec833f Adding reference example to chown #101 Grant Bremer 2013-09-21 13:13:16 -0400
  • 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 #100 0rax 2013-09-20 02:27:06 +0200
  • 72b7af171d Split EDITOR variable to prevent error on popen while using EDITOR var with spaces 0rax 2013-09-20 02:12:48 +0200
  • 42642526f8 Merged to the new version 0rax 2013-09-20 02:04:14 +0200
  • e02e5011fc prepare to merge 0rax 2013-09-20 02:03:30 +0200
  • 0cc76a78a1 Trivial changes to the head cheatsheet. Chris Lane 2013-09-19 19:45:28 -0400
  • 0d60d6b558 Merge branch 'patch-6' of https://github.com/maggick/cheat into maggick-patch-6 Chris Lane 2013-09-19 19:42:52 -0400
  • a0e6eb811e Merge 0501f8cbfe into 963496db86 #72 Matthieu Keller 2013-09-19 16:41:21 -0700
  • 963496db86 Restored -d functionality to original Chris Lane 2013-09-19 19:05:22 -0400
  • da2b0a872d Deleted cruft Chris Lane 2013-09-19 18:45:43 -0400
  • bbed1c5851 Removed the -c option from argparse Chris Lane 2013-09-19 18:43:56 -0400
  • fc909d6c18 Merge c87e741f34 into 98b254b799 #98 Jean-Philippe Roemer 2013-09-15 19:22:55 -0700
  • a0cfee02d2 Revert Print back to main, would be easier to integrate other positional option like that roemer_j 2013-09-16 04:10:45 +0200
  • c87e741f34 Made a OO refactoring, cleaner in my mind #98 roemer_j 2013-09-16 04:07:34 +0200
  • 1e1520ce56 Removed old help, just forgot to remove at first commit roemer_j 2013-09-16 03:28:08 +0200
  • 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. roemer_j 2013-09-16 03:26:20 +0200
  • 466ba03f81 Merge bdeed4ab84 into 98b254b799 #86 Lars Yencken 2013-09-15 12:12:56 -0700
  • 73497941c2 Merge 22d3d01827 into 98b254b799 #97 Loïc Runarvot 2013-09-15 11:01:22 -0700
  • 22d3d01827 Use cheat_dir var instead of recall the function #97 Loïc Runarvot 2013-09-15 19:59:34 +0200
  • 0501f8cbfe correction #72 Matthieu Keller 2013-09-15 17:34:15 +0200
  • 15b07eca41 Merge 98b254b799 into 5a026dfb41 #96 cushy007 2013-09-15 05:39:50 -0700
  • 98b254b799 2to3 #96 Johann Saunier 2013-09-15 11:02:27 +0200
  • 5a026dfb41 Merge pull request #94 from fmunch/uname Chris Lane 2013-09-14 18:20:40 -0700
  • 8b8530ba68 Merge 8dae29ad42 into 4224acbc5c #94 fmunch 2013-09-14 18:20:09 -0700
  • 4224acbc5c Merge pull request #95 from bfontaine/patch-1 Chris Lane 2013-09-14 18:19:54 -0700