diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-26 07:36:24 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-05-26 10:27:09 +0530 |
commit | d6fbe87768a0893581e3fbad89c43aa2aa839251 (patch) | |
tree | a2c8cf81f15b69e10f364696bbe4e4f74c141bf3 /plugins/README.md | |
parent | 7bf671c954312f38ab0a457879b9ba159a63bae2 (diff) | |
download | nnn-d6fbe87768a0893581e3fbad89c43aa2aa839251.tar.gz |
Support directory diff
Diffstat (limited to 'plugins/README.md')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index bcaedf6..107bf99 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 external IP address and whois information | | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device | -| ndiff | sh | vimdiff | Show diff for selection | +| ndiff | bash | vimdiff | Diff for selection (limited to 2 for directories) | | 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 | |