dotfiles with stow
This commit is contained in:
6
config/.scripts/pws.sh
Executable file
6
config/.scripts/pws.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
(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 $$
|
||||
Reference in New Issue
Block a user