nnn/user-scripts/README.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

2019-03-24 16:31:15 +00:00
| Script (a-z) | Description |
2019-03-12 14:05:24 +00:00
| --- | --- |
2019-03-17 13:09:21 +00:00
| 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 |
2019-03-23 02:14:34 +00:00
| 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)) |
2019-03-17 13:09:21 +00:00
| imgur | Upload an image file to imgur |
2019-03-17 13:13:21 +00:00
| kdeconnect | Send selected files to Android device using kdeconnect-cli |
2019-03-20 16:20:56 +00:00
| ndiff | File and directory diff for selection using vimdiff |
2019-03-23 15:30:16 +00:00
| nlaunch | Drop-down independent app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
2019-03-24 15:03:27 +00:00
| paste | Paste contents of current (text) file to paste.ubuntu.com (needs [pastebinit](https://launchpad.net/pastebinit)) |
2019-03-17 13:09:21 +00:00
| 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 |
2019-03-17 13:09:21 +00:00
| upgrade | Check and update to latest version of nnn manually on Debian 9 Stretch |