Fix command line spelling errors.
This project was inspired by The Fuck.
Initially I tried to use TheFuck but the antivirus on my machine was not happy with the name of the application. It kept complaining that a HIGH severity malware is found, we could not clean up a threat. Hence gave a try to writeup the one in C#.
- Add the directory containing fk.exe to your path
- Put the following lines in your .bashrc file to preserve bash history in multiple terminal windows:
shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"