6

PathPicker Shell 下面快速选择要操作的文件

neo created at6 years ago view count: 2375

想想每次用Vim, Git, rm 输入文件路径的时候是不是很麻烦, Facebook搞的PathPicker帮你提升这方面的效率。提供的命令叫fpp。 然后把文件列表相关的输出都通过管道重定向到fpp进行文件选择。

像下面这样


    git status | fpp
    hg status | fpp
    git grep "FooBar" | fpp
    grep -r "FooBar" . | fpp
    git diff HEAD~1 --stat | fpp
    find . -iname "*.js" | fpp
    arc inlines | fpp

安装

mac上面执行下 brew install fpp

项目地址: https://github.com/facebook/PathPicker

report
回复

Recent search keywords