garaemon.github.io about me
2014 October 18

rostopicとpercolを組み合わせると便利。

zshrcにこんな感じでM-rrostopic listの結果が出るようにしておく。

    function search-rostopic-by-percol(){
        LBUFFER=$LBUFFER$(rostopic list | percol)
        zle -R -c
    }
    zle -N search-rostopic-by-percol
    bindkey '^[r' search-rostopic-by-percol

するとこんな感じで使える。