aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 23:13:56 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-02 23:36:08 +0530
commitc92c5c7b1576dd3ab13c055ed399ad0f09d74bbc (patch)
treeca7323488eb18be71f0d9af814e6ad23e1febbec /plugins/README.md
parente1c91e1aefc1a20e738fc1b4d5b2a612ff959ffd (diff)
downloadnnn-c92c5c7b1576dd3ab13c055ed399ad0f09d74bbc.tar.gz
Support toggle exe
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 25c5b57..ecc0478 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -18,7 +18,6 @@ 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) |
| fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find |