]> Sergey Matveev's repositories - dotfiles.git/blob - tmux/.tmux/functions.zsh/tmux-fzf-procs
Fuzzy process finding
[dotfiles.git] / tmux / .tmux / functions.zsh / tmux-fzf-procs
1 pgrep -l -f . |
2 fzf -m --no-sort --keep-right --delimiter " " \
3     --preview="procstat -c {1} ; procstat -s {1} ; procstat -r {1} ; procstat -f {1}" |
4 perl -lane 'print $F[0]'