aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ndiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ndiff')
-rwxr-xr-xplugins/ndiff8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/ndiff b/plugins/ndiff
new file mode 100755
index 0000000..10af0b3
--- /dev/null
+++ b/plugins/ndiff
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+# Description: File and directory diff using vimdiff
+#
+# Shell: POSIX compliant
+# Author: Arun Prakash Jana
+
+vimdiff $(cat ~/.nnncp | tr '\0' '\n')