dotfiles/config/.scripts/pws.sh

7 lines
282 B
Bash
Raw Permalink Normal View History

2024-09-06 00:14:30 +01:00
(rg -uu --color=always --line-number --no-heading . > $1) & tail -n +1 -f $1 | \
fzf-tmux --cycle -p 80%,90% < /dev/null \
--disabled --ansi \
--bind "change:reload:rg -uu --smart-case {q} $1 || :" \
--bind "enter:become(echo {1} {2})" \
--delimiter : ; pkill -P $$