A sidebar with the directory tree for the current path. Tries to make tmux more IDE like.
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
find . -path '*/.git*' -prune -o -print |
|
|
sed -e 's;[^/]*/;|___;g;s;___|; |;g' |