From fa10f722cd285c9be0c67744d67406df1662084e Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 15 Sep 2014 00:08:48 -0700 Subject: Add ps/kill example to manpage --- fzy.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fzy.1') diff --git a/fzy.1 b/fzy.1 index 37203a3..a5b5024 100644 --- 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 -- cgit v1.2.3