diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 15:20:59 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 15:20:59 +0530 |
commit | aa1bc78ea7650f6a52fdfa6ce44de6e232639d74 (patch) | |
tree | b7fb4192bdb083255eb3d6110de242345938b9fd /plugins | |
parent | bd2831498c812df98ee481bfa7e00bf4dc8c52ed (diff) | |
download | nnn-aa1bc78ea7650f6a52fdfa6ce44de6e232639d74.tar.gz |
Update docs
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/README.md | 2 | ||||
-rwxr-xr-x | plugins/ndiff | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md index 9877563..236ab00 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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 | diff --git a/plugins/ndiff b/plugins/ndiff index 10af0b3..e2f1125 100755 --- a/plugins/ndiff +++ b/plugins/ndiff @@ -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 |