If you're a developer who frequently uses the command line, this one's for you!

Let's be honest: We all have typed git as gti sometimes. "The Fuck" is an app that corrects errors in your previous console commands. You'll be pleasantly surprised at the accuracy with which it works. So if you typed,

$ git push orivin master

you get an error. Now type,

$ fuck

and you'll get the corrected command. Press enter and it'll run automagically.

$ git push origin master

Magnificent, isn't it?

⬇️On Mac, you can install it using "brew install thefuck". Instructions for other systems can be found here.

🤬If you aren't comfortable with typing a swear word, you can also alias it to something else, like please, mercy, f, yolo, etc.

🤓For the geeks, set up a voice recognition to listen to your reaction when the command results in an error (fuck!) and see the magic unfold!