aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Mischievous Meerkat <engineerarun@gmail.com>2019-06-20 18:36:07 +0530
committerGravatar GitHub <noreply@github.com>2019-06-20 18:36:07 +0530
commitbccc2a092146fed0435dd3339514c863196b122a (patch)
tree0101e6e6fd5568fc9507726046065cfdff19d829 /plugins/README.md
parenta4c38d85477ff889b2aa863e2a5b18c72dd266fb (diff)
parent2dc3da62a2fe8672393c20ceeb1792fb0560f333 (diff)
downloadnnn-bccc2a092146fed0435dd3339514c863196b122a.tar.gz
Merge pull request #286 from ath3/plugin-md5sum
Added md5sum plugin
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 1d243da..7ab679d 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -9,15 +9,16 @@
| 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 |
+| checksum | sh | md5sum, sha256sum | Create and verify checksums |
| mocplay | sh | [moc](http://moc.daper.net/) | Appends (and plays, see script) selection/dir/file in moc|
-| ndiff | bash | vimdiff | Diff for selection (limited to 2 for directories) |
+| ndiff | sh | vimdiff | Diff for selection (limited to 2 for directories) |
| nmount | sh | pmount, udisks2 | 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 (text) file to paste.ubuntu.com |
| pdfview | sh | pdftotext/mupdf-tools | View PDF file in `$PAGER` |
| picker | sh | nnn | Pick files and pipe the newline-separated list to another utility |
| pywal | sh | pywal | Set selected image as wallpaper, change terminal color scheme |
-| splitjoin | bash | split, cat | Split file or join selection |
+| splitjoin | sh | split, cat | Split file or join selection |
| sxiv | sh | sxiv | Browse images in a dir in sxiv, set wallpaper, copy path ([config](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts))|
| transfer | sh | curl | Upload file to transfer.sh |
| upgrade | sh | wget | Upgrade to latest nnn version manually on Debian 9 Stretch |