thefuck
thefuck是github上一个项目,可纠正命令中的错误
打开链接查看神奇效果
安装与配置
以我所在的Ubuntu服务器为例:
sudo apt install thefuck
vim ~/.bashrc
eval "$(thefuck --alias fuck)"
source ~/.bashrc
官方推荐的安装方法:
On macOS or Linux, you can install The Fuck via Homebrew:
brew install thefuck
On Ubuntu / Mint, install The Fuck with the following commands:
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
pip3 install thefuck --user
On FreeBSD, install The Fuck with the following commands:
pkg install thefuck
On ChromeOS, install The Fuck using chromebrew with the following command:
crew install thefuck
On other systems, install The Fuck by using pip:
pip install thefuck
|