1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-03-30 10:06:32 +00:00
nnn/user-scripts/README.md

17 lines
1.1 KiB
Markdown
Raw Normal View History

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