aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-20 20:57:19 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-06-20 20:57:19 +0530
commitc07288e5858367f624ca054b40a27a63d9e86a04 (patch)
tree26b975946509b29aaa760475a4261bbc8f981858
parent2d1d17616058126ef4c7e156f5925006839a822f (diff)
downloadnnn-c07288e5858367f624ca054b40a27a63d9e86a04.tar.gz
The table is sorted
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 7651df9..0b9a742 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -1,6 +1,7 @@
| Plugin (a-z) | Lang | Deps | Description |
| --- | --- | --- | --- |
| boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) |
+| checksum | sh | md5sum, sha256sum | Create and verify checksums |
| fzy-edit | sh | fzy | Fuzzy find a file in directory subtree and edit in vim |
| fzy-open | sh | fzy | Fuzzy find a file in directory subtree and open using xdg-open |
| getplugs | sh | wget | Update plugins |
@@ -9,7 +10,6 @@
| 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 | sh | vimdiff | Diff for selection (limited to 2 for directories) |
| nmount | sh | pmount, udisks2 | Toggle mount status of a device as normal user |