Browse code

Add ps/kill example to manpage

John Hawthorn authored on 15/09/2014 07:08:48
Showing 1 changed files

  • fzy.1 index 37203a3..a5b5024 100644
... ...
@@ -79,6 +79,9 @@ List files under the current directory and open the one selected in vi.
79 79
 .BR "cd $(find -type d | fzy)"
80 80
 Present all directories under current path, and change to the one selected.
81 81
 .TP
82
+.BR "ps aux | fzy | awk '{ print $2 }' | xargs kill"
83
+List running processes, kill the selected process
84
+.TP
82 85
 .BR "git checkout $(git branch | cut -c 3- | fzy)"
83 86
 Same as above, but switching git branches.
84 87
 .SH AUTHOR