aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/treeview
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-16 11:22:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-16 11:22:34 +0530
commitcf987fa9885127bccc5da0750584bca0f49d684e (patch)
tree570c5871d37f8b439b9cf0f627ec4f8bb1a0cef1 /plugins/treeview
parente82f6d02cdbfda3afbc66997adf15c8b4a2a5317 (diff)
downloadnnn-cf987fa9885127bccc5da0750584bca0f49d684e.tar.gz
Plugin treeview to show tree o/p with perms and size
Diffstat (limited to 'plugins/treeview')
-rwxr-xr-xplugins/treeview8
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 -