My build of nnn with minor changes
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 6.2 KiB

5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
5 år sedan
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <h1 align="center">nnn plugins</h1>
  2. <p align="center"><img src="https://i.imgur.com/14iPDIq.png" /></p>
  3. <p align="center"><i>image preview with plugin thumb</i></p>
  4. Plugins extend the capabilities of `nnn`. They are scripts which `nnn` can communicate with and trigger. This mechanism fits perfectly with the fundamental design to keep the core file manager lean and fast, by delegating repetitive (but not necessarily file manager-specific) tasks to the plugins.
  5. The currently available plugins are listed below.
  6. | Plugin (a-z) | Lang | Deps | Description |
  7. | --- | --- | --- | --- |
  8. | boom | sh | [moc](http://moc.daper.net/) | Play random music from dir |
  9. | dups | sh | find, md5sum,<br>sort uniq xargs | List non-empty duplicate files in current dir |
  10. | checksum | sh | md5sum,<br>sha256sum | Create and verify checksums |
  11. | drag-file | sh | [dragon](https://github.com/mwh/dragon) | Drag and drop files from nnn |
  12. | drop-file | sh | [dragon](https://github.com/mwh/dragon) | Drag and drop files into nnn |
  13. | fzy-open | sh | fzy, xdg-open | Fuzzy find a file in dir subtree and edit or xdg-open |
  14. | getplugs | sh | curl | Update plugins |
  15. | gutenread | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional)| Browse, download, read from Project Gutenberg |
  16. | hexview | sh | xxd | View a file in hex in `$PAGER` |
  17. | imgresize | sh | [imgp](https://github.com/jarun/imgp) | Resize images in dir to screen resolution |
  18. | imgur | bash | - | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) |
  19. | ipinfo | sh | curl, whois | Fetch external IP address and whois information |
  20. | kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device |
  21. | mediainf | sh | mediainfo | Show media information |
  22. | moclyrics | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) | Show lyrics of the track playing in moc |
  23. | mocplay | sh | [moc](http://moc.daper.net/) | Append (and/or play) selection/dir/file in moc|
  24. | ndiff | sh | vimdiff | Diff for selection (limited to 2 for directories) |
  25. | nmount | sh | pmount, udisks2 | Toggle mount status of a device as normal user |
  26. | notes | sh | - | Open a quick notes file/dir in `$EDITOR` |
  27. | nwal | sh | nitrogen | Set image as wallpaper using nitrogen |
  28. | oldbigfile | sh | find, sort | List large files by access time |
  29. | organize | sh | file | Auto-organize files in directories by file type |
  30. | pastebin | sh | - | Paste contents of a text a file ix.io |
  31. | pdfview | sh | pdftotext/<br>mupdf-tools | View PDF file in `$PAGER` |
  32. | picker | sh | nnn | Pick files and list one per line (to pipe) |
  33. | pywal | sh | pywal | Set image as wallpaper, change terminal colorscheme |
  34. | readit | sh | pdftotext, mpv,<br>pico2wave | Read a PDF or text file aloud |
  35. | ringtone | sh | date, ffmpeg | Create a variable bitrate mp3 ringtone from file |
  36. | splitjoin | sh | split, cat | Split file or join selection |
  37. | suedit | sh | sudoedit/sudo/doas | Edit file using superuser permissions |
  38. | sxiv | sh | sxiv | View images in dir, set wallpaper, copy path ([config](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts))|
  39. | thumb | sh | [lsix](https://github.com/hackerb9/lsix) | View thumbnail of an image or dir of images |
  40. | transfer | sh | curl | Upload file to transfer.sh |
  41. | uidgid | sh | ls, less | List user and group of all files in dir |
  42. | upgrade | sh | curl | Upgrade nnn manually on Debian 9 Stretch |
  43. | vidthumb | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),<br>[lsix](https://github.com/hackerb9/lsix) | Show video thumbnails in terminal |
  44. | viuimg | sh | [viu](https://github.com/atanunq/viu), less | View an image or images in dir in `$PAGER` |
  45. ## Installing plugins
  46. The following command installs all plugins:
  47. curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
  48. Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`. You can run the `getplugs` plugin later to update the plugins. It backs up earlier plugins.
  49. **NOTE:** `getplugs` also downloads the launcher `nlaunch` and tries to place it at `/usr/local/bin/` using `sudo`. If it fails you have to place `nlauch` manually somewhere in your `$PATH`.
  50. ## Executing plugins
  51. **Method 1:** Directly with <kbd>:key</kbd>:
  52. export NNN_PLUG='o:fzy-open;p:mocplay;d:ndiff;m:nmount;n:notes;v:viuimg;t:thumb'
  53. With this, plugin `fzy-open` can be run with the keybind <kbd>:o</kbd>, `mocplay` can be run with <kbd>:p</kbd> and so on... The key vs. plugin pairs are shown in the help and config screen. Up to 10 plugins can have such keybinds.
  54. **Method 2:** Use the _pick plugin_ shortcut to visit the plugin directory and execute a plugin. Repeating the same shortcut cancels the operation and puts you back in the original directory.
  55. ## File access from plugins
  56. Plugins can access:
  57. - all files in the directory (`nnn` switches to the dir where the plugin is to be run so the dir is `$PWD` for the plugin)
  58. - the current file under the cursor (the file name is passed as the first argument to a plugin)
  59. - the traversed path where plugin is invoked (this is the second argument to the plugin; for all practical purposes this is the same as `$PWD` except paths with symlinks)
  60. - the current selection (by reading the file `.selection` in config dir, see the plugin `ndiff`)
  61. Each script has a _Description_ section which provides more details on what the script does, if applicable.
  62. ## Create your own plugins
  63. Plugins are scripts and all scripting languages should work. However, POSIX-compliant shell scripts runnable in `sh` are preferred. If that's too rudimentary for your use case, use Python, Perl or Ruby.
  64. You can create your own plugins by putting them in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
  65. For example, you could create a executable shell script `git-changes`:
  66. #!/usr/bin/env sh
  67. git log -p -- "$@"
  68. And then trigger it by hitting the pick plugin key and selecting `git-changes` which will conveniently show the git log of changes to the particular file along with the code for a quick and easy review.
  69. ## Contributing plugins
  70. Please keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised.
  71. The plugins should be executable. Please add an entry in the table above.