fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 4f2fb9abf4c2d0af67643ef60886e931421c7c93
parent 7aba3bf7e9bd667e120350420cd18233c4427433
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Mon, 15 Sep 2014 00:08:48 -0700

Add ps/kill example to manpage

Diffstat:
Mfzy.1 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/fzy.1 b/fzy.1 @@ -79,6 +79,9 @@ List files under the current directory and open the one selected in vi. .BR "cd $(find -type d | fzy)" Present all directories under current path, and change to the one selected. .TP +.BR "ps aux | fzy | awk '{ print $2 }' | xargs kill" +List running processes, kill the selected process +.TP .BR "git checkout $(git branch | cut -c 3- | fzy)" Same as above, but switching git branches. .SH AUTHOR