nnn/plugins/ndiff

9 lines
169 B
Text
Raw Normal View History

2019-03-20 21:50:56 +05:30
#!/usr/bin/env sh
2019-04-21 15:20:59 +05:30
# Description: Show diff using vimdiff
2019-03-20 21:50:56 +05:30
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana
2019-04-21 23:59:51 +05:30
vimdiff $(cat ~/.config/nnn/.selection | tr '\0' '\n')