Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And here's a command that tries to fix up a mistake after you type it. Like this one, it's also named like what you might say afterwards.

https://github.com/nvbn/thefuck



I was just about to share this. I use this daily and this magnificent tool is really helpful.


This is great. Is there an easy "open source terminal emulator" where I can run this after I typed enter but before it is executed? More like. is there a way the terminal can understand I typed a bad command and then give suggestions for changing it.


GNU Emacs has a module called eshell-smart that borrows from Plan 9's 9term.

When you run a command it moves the cursor (point in Emacs) to the beginning of the line and shows output below it. If you start typing it jumps to a new prompt allowing you to enter a separate command. If instead you move right from the beginning of the line it sees you are correcting/tweaking the command and doesn't jump to a new line when you type something. If you press space it acts like a pager.

It's pretty neat because it allows you to review the output without getting in the way.


I would guess the shell is a more accessible place to accomplish something like this. For example: https://superuser.com/questions/175799/does-bash-have-a-hook...


Interesting. Thanks very much. I will try it out.


efb


aliased as 'duck' to be work-friendly


Where do you work that anyone would care you use a command called « fuck »?


Damn, imagine working at a place where at the end of each day, the management goes through your shell history and includes it in a "performance review".


Or you're giving a live demo in a terminal to the bosses and you mistype a command, then your fingers slip by habit...


I afraid that I may say it out loud if I type `fuck` too many times.. ;0


Mormon boss, eh




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: