diff options
Diffstat (limited to 'plugins/treeview')
-rwxr-xr-x | plugins/treeview | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/treeview b/plugins/treeview new file mode 100755 index 0000000..c8f8784 --- /dev/null +++ b/plugins/treeview @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +# Description: Show tree output in $EDITOR +# +# Shell: POSIX compliant +# Author: Arun Prakash Jana + +tree -ps | $EDITOR - |