]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 21 Apr 2019 09:50:59 +0000 (15:20 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 21 Apr 2019 09:50:59 +0000 (15:20 +0530)
plugins/README.md
plugins/ndiff

index 9877563856878f802d726b1769fab98f54f4c02e..236ab00b81012dd772d7377014858683c09b1d76 100644 (file)
@@ -9,7 +9,7 @@
 | imgur | bash | - | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) |
 | ipinfo | sh | curl, whois | Fetch IP address and whois information |
 | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device |
-| ndiff | sh | vimdiff | File and directory diff for selection |
+| ndiff | sh | vimdiff | Show diff for selection |
 | nmount | sh | pmount | Toggle mount status of a device as normal user |
 | nwal | sh | nitrogen | Set the selected image as wallpaper using nitrogen |
 | pastebin | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of current (text) file to paste.ubuntu.com |
index 10af0b393097e8fc93fdd25bc9e68fc669738097..e2f112565d453c195334f5509ffbaa957924c6fb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env sh
 
-# Description: File and directory diff using vimdiff
+# Description: Show diff using vimdiff
 #
 # Shell: POSIX compliant
 # Author: Arun Prakash Jana