dotfiles/modules/programs/tmux/tmux-sessionizer/completions.fish

2 lines
161 B
Fish
Raw Normal View History

2023-07-04 11:44:55 +02:00
complete -c ts -f -a '(fd -HIg '.git' ~/ --min-depth 1 --max-depth 5 --type d --prune --exec realpath "{}/.." | xargs -I{} basename {} | string replace "." "")'