summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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