]> Sergey Matveev's repositories - nnn.git/commitdiff
Set correct plugin language
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 27 Mar 2021 20:21:43 +0000 (01:51 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 27 Mar 2021 20:21:43 +0000 (01:51 +0530)
plugins/README.md

index a0133c79bf012cc68ff9d90165a709cb29150dfc..79eb8e9bd3acb5ee33da55c2753065486a70295d 100644 (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 |