My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 10 KiB

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 5 ans
il y a 5 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 5 ans
il y a 4 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. `nnn` is language-agnostic when it comes to plugins. You can write a plugin in any (scripting) language you are comfortable in!
  9. ## Installing plugins
  10. The following command installs or updates (after backup) all plugins:
  11. ```sh
  12. curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
  13. ```
  14. Plugins are installed to `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins`.
  15. ## List of plugins
  16. | Plugin (a-z) | Description | Lang | Deps |
  17. | --- | --- | --- | --- |
  18. | autojump | Navigate to dir/path (**autojump stores navigation patterns**) | sh | autojump |
  19. | boom | Play random music from dir | sh | [moc](http://moc.daper.net/) |
  20. | dups | List non-empty duplicate files in current dir | sh | find, md5sum,<br>sort uniq xargs |
  21. | chksum | Create and verify checksums | sh | md5sum,<br>sha256sum |
  22. | diffs | Diff for selection (limited to 2 for directories) | sh | vimdiff |
  23. | dragdrop | Drag/drop files from/into nnn | sh | [dragon](https://github.com/mwh/dragon) |
  24. | fzcd | Change to the directory of a fuzzy-selected file/dir | sh | fzf/fzy<br>fd/fdfind/find |
  25. | fzhist | Fuzzy-select a cmd from history, edit in `$EDITOR` and run | sh | fzf/fzy |
  26. | fzopen | Fuzzy find a file in dir subtree and edit or open | sh | fzf/fzy, xdg-open |
  27. | getplugs | Update plugins | sh | curl |
  28. | gutenread | Browse, download, read from Project Gutenberg | sh | curl, unzip, w3m<br>[epr](https://github.com/wustho/epr) (optional) |
  29. | hexview | View a file in hex in `$PAGER` | sh | xxd |
  30. | imgresize | Resize images in dir to screen resolution | sh | [imgp](https://github.com/jarun/imgp) |
  31. | imgthumb | View thumbnail of an image or dir of images | sh | [lsix](https://github.com/hackerb9/lsix) |
  32. | imgur | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) | bash | - |
  33. | imgview | 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/[viu](https://github.com/atanunq/viu), less|
  34. | ipinfo | Fetch external IP address and whois information | sh | curl, whois |
  35. | kdeconnect | Send selected files to an Android device | sh | kdeconnect-cli |
  36. | launch | GUI application launcher | sh | fzf/fzy |
  37. | mediainf | Show media information | sh | mediainfo |
  38. | moclyrics | Show lyrics of the track playing in moc | sh | [ddgr](https://github.com/jarun/ddgr), [moc](http://moc.daper.net/) |
  39. | mocplay | Append (and/or play) selection/dir/file in moc | sh | [moc](http://moc.daper.net/) |
  40. | mp3conv | Extract audio from multimedia as mp3 | sh | ffmpeg |
  41. | nmount | Toggle mount status of a device as normal user | sh | pmount, udisks2 |
  42. | nuke | Sample file opener (CLI-only by default) | sh | various |
  43. | oldbigfile | List large files by access time | sh | find, sort |
  44. | organize | Auto-organize files in directories by file type | sh | file |
  45. | pdfread | Read a PDF or text file aloud | sh | pdftotext, mpv,<br>pico2wave |
  46. | pdfview | View PDF file in `$PAGER` | sh | pdftotext/<br>mupdf-tools |
  47. | picker | Pick files and list one per line (to pipe) | sh | nnn |
  48. | pskill | Fuzzy list by name and kill process or zombie | sh | fzf/fzy, ps,<br>sudo/doas |
  49. | renamer | Batch rename selection or files in dir | sh | [qmv](https://www.nongnu.org/renameutils/)/[vidir](https://joeyh.name/code/moreutils/) |
  50. | ringtone | Create a variable bitrate mp3 ringtone from file | sh | date, ffmpeg |
  51. | splitjoin | Split file or join selection | sh | split, cat |
  52. | suedit | Edit file using superuser permissions | sh | sudoedit/sudo/doas |
  53. | treeview | Informative tree output in `$EDITOR` | sh | tree |
  54. | uidgid | List user and group of all files in dir | sh | ls, less |
  55. | upgrade | Upgrade nnn manually on Debian 9 Stretch | sh | curl |
  56. | upload | Paste text to ix.io, upload binary to file.io | sh | curl, jq, tr |
  57. | vidthumb | Show video thumbnails in terminal | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),<br>[lsix](https://github.com/hackerb9/lsix) |
  58. | wall | Set wallpaper or change colorscheme | sh | nitrogen/pywal |
  59. ## Invoking a plugin
  60. Use the plugin shortcut (<kbd>;key</kbd> or <kbd>^Skey</kbd>) to list the defined plugin keys and press the required key. E.g., with the below config:
  61. ```sh
  62. export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;n:notes;v:imgviu;t:imgthumb'
  63. ```
  64. 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.
  65. A maximum of 15 keys can be defined. To select and invoke a plugin from the plugin directory, press <kbd>Enter</kbd> (to _enter_ the plugin dir) after the plugin shortcut.
  66. #### Skip directory refresh after running a plugin
  67. `nnn` refreshes the directory after running a plugin 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:
  68. ```sh
  69. export NNN_PLUG='m:-mediainfo'
  70. ```
  71. Now `nnn` will not refresh the directory after running the `mediainfo` plugin.
  72. ## Running commands as plugin
  73. To assign keys to arbitrary non-background, non-shell-interpreted cli commands and invoke like plugins, add `_` (underscore) before the command.
  74. For example:
  75. ```sh
  76. export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn;o:fzopen'
  77. ```
  78. 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.
  79. #### Skip user confirmation after command execution
  80. `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:
  81. ```sh
  82. export NNN_PLUG='s:_smplayer $nnn*;n:-_vim /home/vaio/Dropbox/Public/synced_note*'
  83. ```
  84. Now there will be no prompt after <kbd>;s</kbd> and <kbd>;n</kbd>.
  85. #### Run GUI app as plugin
  86. To run a GUI app as plugin, add a `|` after `_`. For example:
  87. ```sh
  88. export NNN_PLUG='m:-_|mousepad $nnn'
  89. ```
  90. Notes:
  91. 1. Use single quotes for `$NNN_PLUG` so `$nnn` is not interpreted
  92. 2. `$nnn` should be the last argument (IF used)
  93. 3. (_Again_) add `_` before the command
  94. 4. To disable directory refresh after running a _command as plugin_, prefix with `-_`
  95. #### Some useful key-command examples
  96. | Key:Command | Description |
  97. |---|---|
  98. | `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file |
  99. | `l:_git log` | Show git log |
  100. | `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes |
  101. | `p:-_less -iR $nnn*` | Page through hovered file in less |
  102. | `s:-_\|smplayer -minigui $nnn` | Play hovered media file, even unfinished download |
  103. | `x:_chmod +x $nnn` | Make the hovered file executable |
  104. | `y:-_sync*` | Flush cached writes |
  105. ## Access level of plugins
  106. When `nnn` executes a plugin, it does the following:
  107. - Changes to the directory where the plugin is to be run (`$PWD` pointing to the active directory)
  108. - Passes two arguments to the script:
  109. 1. The hovered file's name.
  110. 2. The working directory (might differ from `$PWD` in case of symlinked paths; non-canonical).
  111. - Sets the environment variable `NNN_PIPE` used to control `nnn` active directory.
  112. Plugins can also read the `.selection` file in the config directory.
  113. ## Create your own plugins
  114. Plugins can be written in any scripting language. However, POSIX-compliant shell scripts runnable in `sh` are preferred.
  115. Drop the plugin in `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins` and make it executable. Optionally add a hotkey in `$NNN_PLUG` for frequent usage.
  116. #### Controlling `nnn`'s active directory
  117. `nnn` provides a mechanism for plugins to control its active directory.
  118. The way to do so is by writing to the pipe pointed by the environment variable `NNN_PIPE`.
  119. The plugin should write a single string in the format `<number><path>` without a newline at the end. For example, `1/etc`.
  120. The number indicates the context to change the active directory of (0 is used to indicate the current context).
  121. 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.
  122. If a context is not provided, it is asked for explicitly. To skip this and choose the current context, set the `CUR_CTX` variable in `.nnn-plugin-helper` to `1`.
  123. Usage examples can be found in the Examples section below.
  124. #### Examples
  125. There are many plugins provided by `nnn` which can be used as examples. Here are a few simple selected examples.
  126. - Show the git log of changes to the particular file along with the code for a quick and easy review.
  127. ```sh
  128. #!/usr/bin/env sh
  129. git log -p -- "$1"
  130. ```
  131. - Change to directory in clipboard using helper script
  132. ```sh
  133. #!/usr/bin/env sh
  134. . $(dirname $0)/.nnn-plugin-helper
  135. nnn_cd "$(xsel -ob)"
  136. ```
  137. - Change directory to the location of a link using helper script with specific context (current)
  138. ```sh
  139. #!/usr/bin/env sh
  140. . $(dirname $0)/.nnn-plugin-helper
  141. nnn_cd "$(dirname $(readlink -fn $1))" 0
  142. ```
  143. - Change to arbitrary directory without helper script
  144. ```sh
  145. #!/usr/bin/env sh
  146. printf "cd to: "
  147. read -r dir
  148. printf "%s" "0$dir" > "$NNN_PIPE"
  149. ```
  150. ## Contributing plugins
  151. 1. Add informative sections like _Description_, _Notes_, _Dependencies_, _Shell_, _Author_ etc. in the plugin.
  152. 2. Add an entry in the table above.
  153. 3. Keep non-portable commands (like `notify-send`) commented so users from any other OS/DE aren't surprised.
  154. 4. The plugin file should be executable.