summaryrefslogtreecommitdiff
path: root/fzy.1
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-09-15 00:08:48 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-09-15 00:08:48 -0700
commitfa10f722cd285c9be0c67744d67406df1662084e (patch)
tree346fa193a63f40c5dd4fffd5eb113dd3d4a32195 /fzy.1
parent8ddf546d8e36fca6b147b78621df31800b081e60 (diff)
Add ps/kill example to manpage
Diffstat (limited to 'fzy.1')
-rw-r--r--fzy.13
1 files changed, 3 insertions, 0 deletions
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