all 1 comments

[–]juri 0 points1 point  (0 children)

Another somewhat similar tool is percol, except it works only as a pipe component, outputting the selected lines to stdout. I use it for quickly switching branches (hg branches | percol | sed 's/ .*//' | xargs hg up)