]> Sergey Matveev's repositories - nnn.git/commitdiff
Plugin rename
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 1 Jan 2020 22:45:17 +0000 (04:15 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 1 Jan 2020 22:45:17 +0000 (04:15 +0530)
plugins/README.md
plugins/autojump [moved from plugins/jump with 100% similarity]

index 2dd02c25065df03a86caeb9b6313472258fe760a..6c8f0ee69d7a5a7c174f088db3746c02ce1a0cdf 100644 (file)
@@ -14,6 +14,7 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 
 | Plugin (a-z) | Description | Lang | Deps |
 | --- | --- | --- | --- |
+| autojump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump |
 | 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 |
@@ -32,7 +33,6 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | imgur | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | bash | - |
 | imgviu | View an image or images in dir in `$PAGER` | sh | [viu](https://github.com/atanunq/viu), less |
 | ipinfo | Fetch external IP address and whois information | sh | curl, whois |
-| jump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump |
 | kdeconnect | Send selected files to an Android device | sh | kdeconnect-cli |
 | launch | GUI application launcher | sh | fzf/fzy |
 | mediainf | Show media information | sh | mediainfo |
similarity index 100%
rename from plugins/jump
rename to plugins/autojump