您好,登錄后才能下訂單哦!
本篇內(nèi)容介紹了“thefuck的安裝和使用方法”的有關(guān)知識(shí),在實(shí)際案例的操作過(guò)程中,不少人都會(huì)遇到這樣的困境,接下來(lái)就讓小編帶領(lǐng)大家學(xué)習(xí)一下如何處理這些情況吧!希望大家仔細(xì)閱讀,能夠?qū)W有所成!
簡(jiǎn)介
截圖
示例
安裝
你是不是經(jīng)常在終端敲錯(cuò)命令?敲錯(cuò)命令,刪掉重敲,很煩有沒(méi)有?當(dāng)你一再敲錯(cuò)的時(shí)候,內(nèi)心一定是崩潰的,一定在默念What The FUCK!
。就這樣thefuck
神器就誕生了。thefuck
不僅能修復(fù)字符輸入順序的錯(cuò)誤,在很多別的你想說(shuō)fuck
的情況下,thefuck
依然有效,反正只要你因?yàn)槊畹膯?wèn)題報(bào)錯(cuò),就請(qǐng)fuck
一下。
thefuck是一個(gè)使用Python編寫的開源小工具,它可以自動(dòng)糾正前一個(gè)命令的拼寫錯(cuò)誤。這個(gè)工具非???,尤其對(duì)于常常使用命令行的童鞋。
thefuck支持Mac OS X和Linux系統(tǒng)。
1、命令拼寫不對(duì)
# puthon No command 'puthon' found, did you mean: Command 'python' from package 'python-minimal' (main) Command 'python' from package 'python3' (main) zsh: command not found: puthon # fuck python Python 3.4.2
2、命令輸錯(cuò)
# git brnch git: 'brnch' is not a git command. See 'git --help'. Did you mean this? branch # fuck git branch * master
3、權(quán)限不夠
# apt-get install vim E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? # fuck sudo apt-get install vim [sudo] password for nvbn: Reading package lists... Done
1、安裝thefuck
運(yùn)行以下命令:
#CentOS系統(tǒng) yum -y update && yum -y install gcc wget https://bootstrap.pypa.io/get-pip.py python get-pip.py && yum -y install python-devel sudo -H pip install thefuck #Ubuntu/Debian系統(tǒng) sudo apt update sudo apt install python3-dev python3-pip sudo pip3 install thefuck
更多安裝及使用方法查看Github
項(xiàng)目地址:https://github.com/nvbn/thefuck。
2、配置
#編輯bashrc配置文件 vim ~/.bashrc #在文件尾加入一行給thefuck取別名fuck eval "$(thefuck --alias fuck)" #使生效 source ~/.bashrc
最后使用fuck
命令來(lái)糾正命令行拼寫錯(cuò)誤。
更新到最新的 thefuck 的方法非常簡(jiǎn)單: sudo pip3 install thefuck --upgrade
“thefuck的安裝和使用方法”的內(nèi)容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業(yè)相關(guān)的知識(shí)可以關(guān)注億速云網(wǎng)站,小編將為大家輸出更多高質(zhì)量的實(shí)用文章!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。