Commit Graph

3 Commits

Author SHA1 Message Date
nvbn 2f04a953ba Fix tests with python 2 2015-04-25 03:13:57 +02:00
nvbn b7cb407637 Add useful constructors for `Rule` and `Command` for tests 2015-04-25 02:35:26 +02:00
Nils Winkler f1cce413b3 Added rule for fixing Alt+Space character
Happens on the Mac a lot when typing a pipe character (Alt+7), and
keeping the Alt key pressed down for a bit too long, so instead of
Space, you're typing Alt+Space. This rule replaces the Alt+Space with a
simple Space character.

$ ps -ef | grep foo
-bash:  grep: command not found
$ fuck
ps -ef | grep foo
2015-04-23 15:19:30 +02:00