aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 05:11:00 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 05:11:00 +0530
commite1c91e1aefc1a20e738fc1b4d5b2a612ff959ffd (patch)
tree459d0e4fce4eed9a893b30bb84e969ebd7e2ce58 /plugins
parentff72917e72a783081db4b73939d6d094c863eaf7 (diff)
downloadnnn-e1c91e1aefc1a20e738fc1b4d5b2a612ff959ffd.tar.gz
Plugin rename
Diffstat (limited to 'plugins')
-rw-r--r--plugins/README.md2
-rwxr-xr-xplugins/chmodx (renamed from plugins/exetoggle)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 6c8f0ee..25c5b57 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -18,9 +18,9 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
| boom | Play random music from dir | sh | [moc](http://moc.daper.net/) |
| dups | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
| chksum | Create and verify checksums | sh | md5sum,<br>sha256sum |
+| chmodx | Toggle executable status of hovered file | sh | chmod |
| diffs | Diff for selection (limited to 2 for directories) | sh | vimdiff |
| dragdrop | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |
-| exetoggle | Toggle executable status of hovered file | sh | chmod |
| fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find |
| fzhist | Fuzzy-select a cmd from history, edit in `$EDITOR` and run | sh | fzf/fzy |
| fzopen | Fuzzy find a file in dir subtree and edit or open | sh | fzf/fzy, xdg-open |
diff --git a/plugins/exetoggle b/plugins/chmodx
index 1ad8467..1ad8467 100755
--- a/plugins/exetoggle
+++ b/plugins/chmodx