]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix entry order
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 26 Feb 2022 20:36:24 +0000 (02:06 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 26 Feb 2022 20:36:24 +0000 (02:06 +0530)
plugins/README.md

index 911892b50cfe5d3e3ad6701f13da806af20e4d25..05f0351c5ef33d8dea2df90e8b1247a928a903bb 100644 (file)
@@ -32,12 +32,12 @@ Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or bina
 | [gitroot](gitroot) | Cd to the root of current git repo | sh | git |
 | [gpge](gpge) | Encrypt/decrypt files using GPG [✓] | sh | gpg |
 | [gutenread](gutenread) | Browse, download, read from Project Gutenberg | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional) |
+| [gsconnect](gsconnect) | GNOME's implementation of kdeconnect [✓] | sh | gsconnect |
 | [imgresize](imgresize) | Batch resize images in dir to screen resolution | sh | [imgp](https://github.com/jarun/imgp) |
 | [imgur](imgur) | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | bash | - |
 | [imgview](imgview) | View (thumbnail)images, set wallpaper, [rename](https://github.com/jarun/nnn/wiki/Basic-use-cases#browse-rename-images) and [more](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts)| sh | _see in-file docs_ |
 | [ipinfo](ipinfo) | Fetch external IP address and whois information | sh | curl, whois |
 | [kdeconnect](kdeconnect) | Send selected files to an Android device [✓] | sh | kdeconnect-cli |
-| [gsconnect](gsconnect) | GNOME's implementation of kdeconnect [✓] | sh | GNOME, GSConnect-extension|
 | [launch](launch) | GUI application launcher | sh | fzf |
 | [mimelist](mimelist) | List files by mime in subtree | sh | - |
 | [moclyrics](moclyrics) | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |