e161886166
Thefuck is a magnificent app which corrects your previous console command. It tries to match a rule for the previous command, creates a new command using the matched rule and runs it. Thefuck comes with a lot of predefined rules, but you can create your own rules as well. WWW: https://github.com/nvbn/thefuck PR: 224263 Approved by: adamw Differential Revision: https://reviews.freebsd.org/D13460
10 lines
394 B
Text
10 lines
394 B
Text
Thefuck is a magnificent app which corrects your previous console command.
|
|
It tries to match a rule for the previous command, creates a new command
|
|
using the matched rule and runs it. Thefuck comes with a lot of predefined
|
|
rules, but you can create your own rules as well.
|
|
|
|
You should place this command in your shell config file:
|
|
|
|
eval $(thefuck --alias)
|
|
|
|
WWW: https://github.com/nvbn/thefuck
|