aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/README.md
diff options
context:
space:
mode:
authorGravatar Juan Adrián Castro Quintana <juacq97@gmail.com>2019-03-24 22:33:18 -0700
committerGravatar GitHub <noreply@github.com>2019-03-24 22:33:18 -0700
commit6c27098533344d8800c6ca5d632b2877f854f431 (patch)
tree65b134090fb8b674f4a6ccdeae38f358b353bda2 /user-scripts/README.md
parent21e259ecd491f62ab2971c3f7ae533ae82cb86dc (diff)
parent28ef959e7119e0ff8eed426f636f19744825e4dd (diff)
downloadnnn-6c27098533344d8800c6ca5d632b2877f854f431.tar.gz
Merge branch 'master' into add-kdeconnect
Diffstat (limited to 'user-scripts/README.md')
-rw-r--r--user-scripts/README.md26
1 files changed, 15 insertions, 11 deletions
diff --git a/user-scripts/README.md b/user-scripts/README.md
index 2c1b985..18ed906 100644
--- a/user-scripts/README.md
+++ b/user-scripts/README.md
@@ -1,12 +1,16 @@
-#### List of scripts
-
-| Script | Description |
+| Script (a-z) | Description |
| --- | --- |
-| copier.sh | Copy selection to clipboard |
-| edit.sh | Fuzzy find a file in directory subtree with fzy and edit in vim |
-| fzy.sh | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
-| imgur.sh | Upload an image file to imgur |
-| nlaunch | drop-down app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
-| picker.sh | Pick files and pipe the newline-separated list to another utility |
-| sxiv.sh | Open images in current directory in sxiv |
-| upgrade.sh | Check and update to latest version of nnn manually on Debian 9 Stretch |
+| copier | Copy selection to clipboard |
+| edit | Fuzzy find a file in directory subtree with fzy and edit in vim |
+| fzy | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
+| hexview | view a file in hex; needs xxd and $PAGER |
+| imgresize | Resize images in directory to screen resolution (needs [imgp](https://github.com/jarun/imgp)) |
+| imgur | Upload an image file to imgur |
+| kdeconnect | Send selected files to Android device using kdeconnect-cli |
+| ndiff | File and directory diff for selection using vimdiff |
+| nlaunch | Drop-down independent app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
+| paste | Paste contents of current (text) file to paste.ubuntu.com (needs [pastebinit](https://launchpad.net/pastebinit)) |
+| picker | Pick files and pipe the newline-separated list to another utility |
+| sxiv | Open images in current directory in sxiv |
+| transfer | Upload current file to transfer.sh |
+| upgrade | Check and update to latest version of nnn manually on Debian 9 Stretch |