dots-of-war/files/scripts/tmuxAutocomplete.sh
2020-04-01 11:06:54 +02:00

4 lines
153 B
Bash
Executable file

#!/bin/bash
while read -r input; do
echo $input | sed 's/\s\+/\n/g' | sed -n '/.\{5\}.\+/p'
done | fzf --height 10 | tr -d '\n' | xargs tmux send-keys