My build of nnn with minor changes
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.md 9.5 KiB

hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 4 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 4 años
hace 5 años
hace 4 años
hace 5 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
hace 5 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <h1 align="center">nnn plugins</h1>
  2. <p align="center"><img src="https://i.imgur.com/SpT0L2W.png" /></p>
  3. <p align="center"><i>read ebooks with plugin gutenread (Android)</i></p>
  4. <p align="center"><img src="https://i.imgur.com/14iPDIq.png" /></p>
  5. <p align="center"><i>image preview with plugin imgthumb</i></p>
  6. ## Introduction
  7. Plugins extend the capabilities of `nnn`. They are _executable_ scripts (or binaries) 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.
  8. ## List of plugins
  9. | Plugin (a-z) | Description | Lang | Deps |
  10. | --- | --- | --- | --- |
  11. | boom | Play random music from dir | sh | [moc](http://moc.daper.net/) |
  12. | dups | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
  13. | chksum | Create and verify checksums | sh | md5sum,<br>sha256sum |
  14. | diffs | Diff for selection (limited to 2 for directories) | sh | vimdiff |
  15. | dragdrop | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |
  16. | exetoggle | Toggle executable status of hovered file | sh | chmod |
  17. | fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find |
  18. | fzhist | Fuzzy-select a cmd from history, edit in `$EDITOR` and run | sh | fzf/fzy |
  19. | fzopen | Fuzzy find a file in dir subtree and edit or open | sh | fzf/fzy, xdg-open |
  20. | getplugs | Update plugins | sh | curl |
  21. | gutenread | Browse, download, read from Project Gutenberg | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional) |
  22. | hexview | View a file in hex in `$PAGER` | sh | xxd |
  23. | imgresize | Resize images in dir to screen resolution | sh | [imgp](https://github.com/jarun/imgp) |
  24. | imgsxiv | Browse images, set wallpaper, copy path ([config](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts)), [rename](https://github.com/jarun/nnn/wiki/Basic-use-cases#browse-rename-images)| sh | sxiv |
  25. | imgthumb | View thumbnail of an image or dir of images | sh | [lsix](https://github.com/hackerb9/lsix) |
  26. | imgur | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | bash | - |
  27. | imgviu | View an image or images in dir in `$PAGER` | sh | [viu](https://github.com/atanunq/viu), less |
  28. | ipinfo | Fetch external IP address and whois information | sh | curl, whois |
  29. | jump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump |
  30. | kdeconnect | Send selected files to an Android device | sh | kdeconnect-cli |
  31. | launch | GUI application launcher | sh | fzf/fzy |
  32. | mediainf | Show media information | sh | mediainfo |
  33. | moclyrics | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |
  34. | mocplay | Append (and/or play) selection/dir/file in moc | sh | [moc](http://moc.daper.net/) |
  35. | nmount | Toggle mount status of a device as normal user | sh | pmount, udisks2 |
  36. | notes | Open a quick notes file/dir in `$EDITOR` | sh | - |
  37. | nuke | Sample file opener (CLI-only by default) | sh | various |
  38. | oldbigfile | List large files by access time | sh | find, sort |
  39. | organize | Auto-organize files in directories by file type | sh | file |
  40. | pastebin | Paste contents of a text a file ix.io | sh | - |
  41. | pdfread | Read a PDF or text file aloud | sh | pdftotext, mpv,<br>pico2wave |
  42. | pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools |
  43. | picker | Pick files and list one per line (to pipe) | sh | nnn |
  44. | pskill | Fuzzy list by name and kill process or zombie | sh | fzf/fzy, ps,<br>sudo/doas |
  45. | renamer | Batch rename selection or files in dir | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) |
  46. | ringtone | Create a variable bitrate mp3 ringtone from file | sh | date, ffmpeg |
  47. | splitjoin | Split file or join selection | sh | split, cat |
  48. | suedit | Edit file using superuser permissions | sh | sudoedit/sudo/doas |
  49. | treeview | Informative tree output in `$EDITOR` | sh | tree |
  50. | uidgid | List user and group of all files in dir | sh | ls, less |
  51. | upgrade | Upgrade nnn manually on Debian 9 Stretch | sh | curl |
  52. | upload | Upload file to file.io | sh | curl, jq, tr |
  53. | vidthumb | Show video thumbnails in terminal | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),<br>[lsix](https://github.com/hackerb9/lsix) |
  54. | wall | Set wallpaper or change colorscheme | sh | nitrogen/pywal |
  55. ## Installing plugins
  56. The following command installs all plugins:
  57. curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
  58. 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.
  59. ## Ways to execute a plugin
  60. 1. Directly with <kbd>;key</kbd> or <kbd>xkey</kbd>:
  61. export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb'
  62. Now plugin `fzopen` 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.
  63. 2. Use the _pick plugin_ keybind to visit the plugin directory and execute a plugin. Repeat the keybind to cancel and return to the original directory.
  64. #### Skip directory refresh after running a plugin
  65. `nnn` refreshes a directory after running a plugin by key (method 1 above) to reflect any changes by the plugin. To disable this (say while running the `mediainfo` plugin on some filtered files), add a `-` before the plugin name:
  66. export NNN_PLUG='o:fzopen;m:-mediainfo;p:mocplay;
  67. Now `nnn` will not refresh the directory after running the `mediainfo` plugin.
  68. ## Running commands as plugin
  69. To assign keys to arbitrary non-background, non-shell-interpreted cli commands and invoke like plugins, add `_` (underscore) before the command.
  70. For example:
  71. export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn;o:fzopen'
  72. Now <kbd>;x</kbd> can be used to make a file executable, <kbd>;g</kbd> can be used to the git log of a git project directory, <kbd>;s</kbd> can be used to preview a partially downloaded media file.
  73. #### Skip user confirmation after command execution
  74. `nnn` waits for user confirmation (the prompt `Press Enter to continue`) after it executes a command as plugin (unlike plugins which can add a `read` to wait). To skip this, add a `*` after the command. For example:
  75. export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn*;o:fzopen'
  76. Now there will be no prompt after <kbd>;s</kbd>.
  77. Notes:
  78. 1. Use single quotes for `$NNN_PLUG` so `$nnn` is not interpreted
  79. 2. `$nnn` should be the last argument (IF you want to pass the hovered file name)
  80. 3. (_Again_) add `_` before the command
  81. 4. To disable directory refresh after running a command as plugin prefix the command with `-_`
  82. ## Access level of plugins
  83. When `nnn` executes a plugin, it does the following:
  84. - Changes to the directory where the plugin is to be run (`$PWD` pointing to the active directory)
  85. - Passes two arguments to the script:
  86. 1. The hovered file's name.
  87. 2. The working directory (might differ from `$PWD` in case of symlinked paths; non-canonical).
  88. - Sets the environment variable `NNN_PIPE` used to control `nnn` active directory.
  89. Plugins can also read the `.selection` file in the config directory.
  90. ## Create your own plugins
  91. Plugins can be written in any scripting language. However, POSIX-compliant shell scripts runnable in `sh` are preferred.
  92. Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a custom keybind in `$NNN_PLUG` for frequent usage.
  93. #### Controlling `nnn`'s active directory
  94. `nnn` provides a mechanism for plugins to control its active directory.
  95. The way to do so is by writing to the pipe pointed by the environment variable `NNN_PIPE`.
  96. The plugin should write a single string in the format `<number><path>` without a newline at the end. For example, `1/etc`.
  97. The number indicates the context to change the active directory of (0 is used to indicate the current context).
  98. For convenience, we provided a helper script named `.nnn-plugin-helper` and a function named `nnn_cd` to ease this process. `nnn_cd` receives the path to change to as the first argument, and the context as an optional second argument.
  99. If a context is not provided, it is asked for explicitly.
  100. Usage examples can be found in the Examples section below.
  101. #### Examples
  102. There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples.
  103. - Show the git log of changes to the particular file along with the code for a quick and easy review.
  104. ```sh
  105. #!/usr/bin/env sh
  106. git log -p -- "$1"
  107. ```
  108. - Change to directory in clipboard using helper script
  109. ```sh
  110. #!/usr/bin/env sh
  111. . $(dirname $0)/.nnn-plugin-helper
  112. nnn_cd "$(xsel -ob)"
  113. ```
  114. - Change directory to the location of a link using helper script with specific context (current)
  115. ```sh
  116. #!/usr/bin/env sh
  117. . $(dirname $0)/.nnn-plugin-helper
  118. nnn_cd "$(dirname $(readlink -fn $1))" 0
  119. ```
  120. - Change to arbitrary directory without helper script
  121. ```sh
  122. #!/usr/bin/env sh
  123. printf "cd to: "
  124. read -r dir
  125. printf "%s" "0$dir" > "$NNN_PIPE"
  126. ```
  127. ## Contributing plugins
  128. 1. Add informative sections like _Description_, _Notes_, _Dependencies_, _Shell_, _Author_ etc. in the plugin.
  129. 2. Add an entry in the table above.
  130. 3. Keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised.
  131. 4. The plugin file should be executable.