.dots/tmux/plugins/tmux-sidebar/scripts/custom_tree.sh

5 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
find . -path '*/.git*' -prune -o -print |
sed -e 's;[^/]*/;|___;g;s;___|; |;g'