Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 777 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 777 Bytes

fk - git the fuck

Fix command line spelling errors.

demo

Why?

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#.

Installation Instructions

  • 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"