1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-20 01:08:27 +03:00
nnn/plugins/ndiff
Arun Prakash Jana 5cf3471716
Plugins!
2019-04-18 20:32:53 +05:30

9 lines
167 B
Bash
Executable File

#!/usr/bin/env sh
# Description: File and directory diff using vimdiff
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana
vimdiff $(cat ~/.nnncp | tr '\0' '\n')