]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/tmux-path-extractor.sh
More fzf/path-extractor convenience
[dotfiles.git] / bin / bin / tmux-path-extractor.sh
1 #!/bin/sh
2
3 tmux has-session -t path-extractor && tmux kill-session -t path-extractor || :
4 tmux new-session -d -s path-extractor "pe < /tmp/tmux-buffer ; tmux detach"
5 tmux set-option -t path-extractor status off
6 exec tmux attach-session -t path-extractor