Commit Graph

6 Commits

Author SHA1 Message Date
adelviscio 93bda9dc20 Removed cat
Piping cat to sed is an extra step.  Sed can handle file arguments.
2013-09-07 00:29:49 -04:00
Carlos Peña 53a2a616d0 chead sed to remove empty lines 2013-08-31 12:46:33 +03:00
Carlos Peña 9500ca8446 cheat sed, remove leading spaces with regex 2013-08-27 00:06:30 +03:00
Chris Lane bbbe9193e0 Made trivial changes to some of the cheatsheets to make them play more nicely with colorized output. 2013-08-23 19:00:37 -04:00
Anthony Delviscio e6e4b1e420 Added global flag, replaced redundant redirection.
Not using the 'g' (global) flag only replaces the first match on a line.  The 'g' flag will replace all matches.
2013-08-21 00:17:52 -04:00
Louis Taylor 8dda6a9241 Package with distutils
Created cheatsheets package to store the default sheets.
2013-08-13 11:01:06 +01:00