Set correct plugin language

This commit is contained in:
Arun Prakash Jana 2021-03-28 01:51:43 +05:30
parent 6dfea38999
commit 603c1580e8
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
| [boom](boom) | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| [bulknew](bulknew) | Create multiple files/dirs at once | bash | sed, xargs, mktemp |
| [chksum](chksum) | Create and verify checksums [✓] | sh | md5sum,<br>sha256sum |
| [cleanfilename](cleanfilename) | Clean filename to be more shell-friendly [✓] | sh | sed |
| [cleanfilename](cleanfilename) | Clean filename to be more shell-friendly [✓] | bash | sed |
| [diffs](diffs) | Diff for selection (limited to 2 for directories) [✓] | sh | vimdiff, mktemp |
| [dragdrop](dragdrop) | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |
| [dups](dups) | List non-empty duplicate files in current dir | bash | find, md5sum,<br>sort uniq xargs |