aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Dave Snider <dave.snider@gmail.com>2020-08-28 15:33:25 -0700
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-08-29 05:36:19 +0530
commitf79af220c7c3683636f50de94e97816171c1f651 (patch)
tree74e7a7bfb755daaf60a8739df5e3ef187c465d76 /plugins/README.md
parent2f61b0910dec004ba612fa6238ed8a2c4b9fe485 (diff)
downloadnnn-f79af220c7c3683636f50de94e97816171c1f651.tar.gz
Small plugin for jump. Also adds check for NNN_PIPE to autojump plugin (#714)
* Add jump plugin to nnn * indents * Readme for plugin * add pipe check to autojump * indents to 4 Merge plugins jump and autojump
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 360d91f..07aa7a8 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -16,7 +16,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
| Plugin (a-z) | Description | Lang | Dependencies |
| --- | --- | --- | --- |
-| [autojump](autojump) | Navigate to dir/path | sh | autojump |
+| [autojump](autojump) | Navigate to dir/path | sh | [jump](https://github.com/gsamokovarov/jump)/autojump |
| [bookmarks](bookmarks) | Use named bookmarks managed with symlinks | sh | fzf |
| [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 |