add tmux plugin: tmux-sidebar
A sidebar with the directory tree for the current path. Tries to make tmux more IDE like.
This commit is contained in:
4
.tmux/scripts/custom_tree.sh
Executable file
4
.tmux/scripts/custom_tree.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find . -path '*/.git*' -prune -o -print |
|
||||
sed -e 's;[^/]*/;|___;g;s;___|; |;g'
|
||||
Reference in New Issue
Block a user