diff options
Diffstat (limited to 'plugins/ndiff')
-rwxr-xr-x | plugins/ndiff | 8 |
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') |