diff options
| author | 2019-03-24 22:33:18 -0700 | |
|---|---|---|
| committer | 2019-03-24 22:33:18 -0700 | |
| commit | 6c27098533344d8800c6ca5d632b2877f854f431 (patch) | |
| tree | 65b134090fb8b674f4a6ccdeae38f358b353bda2 /user-scripts/README.md | |
| parent | 21e259ecd491f62ab2971c3f7ae533ae82cb86dc (diff) | |
| parent | 28ef959e7119e0ff8eed426f636f19744825e4dd (diff) | |
| download | nnn-6c27098533344d8800c6ca5d632b2877f854f431.tar.gz | |
Merge branch 'master' into add-kdeconnect
Diffstat (limited to 'user-scripts/README.md')
| -rw-r--r-- | user-scripts/README.md | 26 |
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 | |