nnn/plugins/ndiff

9 lines
169 B
Plaintext
Raw Normal View History

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