diff --git a/README.md b/README.md index 6ed29a8d..21c81cf1 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Availability Travis Status CircleCI Status -Privacy Awareness +Privacy Awareness License +Donate via PayPal!

@@ -22,11 +23,6 @@ It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.co Visit the [Wiki](https://github.com/jarun/nnn/wiki) for concepts, program usage, how-tos and troubleshooting. -*Love smart and efficient utilities? Explore [my repositories](https://github.com/jarun?tab=repositories). Buy me a cup of coffee if they help you.* - -

-Donate via PayPal! - ## Features - Modes diff --git a/plugins/README.md b/plugins/README.md index 0f2165ac..a9e928a7 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -14,7 +14,6 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina | Plugin (a-z) | Description | Lang | Deps | | --- | --- | --- | --- | -| autojump | Navigate to dir/path | 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,
sort uniq xargs | | chksum | Create and verify checksums | sh | md5sum,
sha256sum | @@ -33,6 +32,7 @@ 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 | diff --git a/plugins/autojump b/plugins/jump similarity index 88% rename from plugins/autojump rename to plugins/jump index d1581139..b30530fe 100755 --- a/plugins/autojump +++ b/plugins/jump @@ -4,6 +4,8 @@ # # Requires: autojump - https://github.com/wting/autojump # +# Note: autojump STORES NAVIGATION PATTERNS +# # Shell: POSIX compliant # Author: Marty Buchaus