Created
June 18, 2014 04:47
-
-
Save garaemon/edd3cbc4951cd1cef36e to your computer and use it in GitHub Desktop.
search rostopic by percol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment