其他
80K+ Stars 开源的命令行神器!
thefuck 的灵感来自 @liamosaur tweet,旨在快速纠正终端命令中的错误。在 GitHub 上已获得 80.3k stars,功能非常酷。
🎨️ 命令敲错,fuck一下
🧰 安装
python (3.5+)
pip
python-dev
brew install thefuck
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
pip3 install thefuck --user
pkg install thefuck
crew install thefuck
sudo pacman -S thefuck
pip install thefuck
eval $(thefuck --alias fuck)
source ~/.bashrc
fuck --yeah
fuck -r
pip3 install thefuck --upgrade
🔥 效果演示
thefuck 的默认行为需要时间来重新运行以前的命令。在即时模式下,The Fuck通过使用脚本记录输出,然后阅读日志来节省时间。
eval $(thefuck --alias --enable-experimental-instant-mode)
这个工具非常酷,对于经常使用命令行的小伙伴很有帮助。再也不用担心敲错命令或者忘记命令了!
附项目的链接: