Fix command line spelling errors like it's 1999.
C#
Switch branches/tags
Nothing to show
Permalink
Failed to load latest commit information.
src Slight refactor to make it so I don't have to do levenshtein twice. Jul 15, 2015
.gitignore Initial commit. Jul 9, 2015
README.md Updated readme Jul 11, 2015

README.md

fuck

Fix command line spelling errors like it's 1999.

demo

Installation Instructions

Add the directory fuck.exe is located to your path, then put the following lines in your .bashrc file:

shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"

Why?

I ordered my lunch at work late so I decided to spike out a program to fix command line spelling errors in my newfound free time.

This project was inspired by The Fuck.