0
0

project_launch.zsh 270 B

123456789101112
  1. #!/bin/zsh
  2. tmux new-window \
  3. /bin/zsh ~/.scripts/nvim_launch.zsh \
  4. $( \
  5. fd \
  6. --base-directory ~ \
  7. -t d \
  8. -d 5 \
  9. -u -E '.[a-fh-zA-FG-Z]*' \
  10. --prune \\.git$ \
  11. -x echo {//} \
  12. | fzf)