ghq listと同じことをfindでやる方法
ghq.rootが ~/src だとすると、これで同じことができます。
find ~/src/github.com -follow -maxdepth 2 -mindepth 2 -type d
結果
$ find ~/src/github.com -follow -maxdepth 2 -mindepth 2 -type d
/Users/DQNEO/src/github.com/deyunanhai/tupai.js
/Users/DQNEO/src/github.com/dietcake/dietcake
/Users/DQNEO/src/github.com/DQNEO/fluent-logger-php
/Users/DQNEO/src/github.com/DQNEO/git-delete-remote-merged-branch
/Users/DQNEO/src/github.com/DQNEO/memo
/Users/DQNEO/src/github.com/DQNEO/minigit
/Users/DQNEO/src/github.com/DQNEO/myelectron
これをpecoに食わせるといい感じになりそうです。
find -follow
は何?
-followをつけるとシンボリックリンクもリストアップしてくれます。
ghq listはシンボリックリンクをリストアップしてくれないの?
下記記事によるとghq v0.7.1でなおったと書いてあるのですが、私の環境だとなぜかシンボリックリンクを拾ってくれませんでした。
http://motemen.hatenablog.com/entry/2015/08/ghq-v07
(それ以上深追いはしてない)
Author And Source
この問題について(ghq listと同じことをfindでやる方法), 我々は、より多くの情報をここで見つけました https://qiita.com/DQNEO/items/c3d9052ed75f9b0980c7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .