Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-24 | Select file if file path is passed | ||
2020-05-24 | Fix filterfn not in sync with cfg.regex | ||
2020-05-23 | Add openSUSE Tumbleweed | ||
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | ||
* Add -a option to generate a temporary NNN_FIFO * Add documentation for -a option * plugins/README.md: promote the use of -a This obsoletes the global FIFO unlink trick, so I remove mentions of it. @jarun update: Polish -a | |||
2020-05-23 | preview-kitty polish (async version + text render for SVGs) (#591) | ||
* preview-kitty: async version The plugin now aborts slow file viewers. * preview-kitty: use text mode preview for SVG | |||
2020-05-22 | Change binary file detection in preview-tui/kitty (#587) | ||
2020-05-20 | Fix build break | ||
2020-05-20 | Fix #582 | ||
2020-05-20 | Remove Fedora 29 (EOL) | ||
2020-05-19 | Notify FIFO readers on exit (if any) (#581) | ||
This allows to close preview windows opened just before exiting nnn. | |||
2020-05-19 | Fix regression from commit 2200a1c | ||
2020-05-19 | Fix build break | ||
2020-05-18 | Option -P: specify plugin key to run on start | ||
2020-05-17 | Take to target on Right/l on symlink in list dir | ||
2020-05-17 | Update docs | ||
2020-05-17 | Add a preview-kitty plugin (#577) | ||
2020-05-17 | Late handle blocked mimes | ||
2020-05-16 | Fix #575 | ||
2020-05-15 | Fix #573: update docs | ||
2020-05-14 | Fix #571 | ||
2020-05-13 | Update docs | ||
2020-05-13 | Allow launching plugins with Alt + plugin's key (#569) | ||
* Allow launching plugins with Alt + plugin's key * Fix Alt key in filter/prompts modes * Fix handling Alt key in nextsel() In filter mode: run the associated plugin. In prompt mode: just throw out the Alt+key input. In nextsel(): differentiate Alt+key and Esc | |||
2020-05-12 | Add some space for badges | ||
2020-05-12 | Skip printing and erasing | ||
2020-05-12 | Update docs | ||
2020-05-11 | Add asciicast image | ||
2020-05-11 | Auto-lock old issues | ||
2020-05-10 | Do not leak wfd | ||
2020-05-10 | Simplify cd | ||
2020-05-10 | Fix #565: chdir when dir is changed | ||
2020-05-10 | Fix #564: Option -l: number of lines to move on mouse scroll | ||
2020-05-10 | Remove blocking pipe open in child | ||
2020-05-10 | Use standard exit status everywhere | ||
2020-05-10 | Use exit status | ||
2020-05-10 | Block data type | ||
2020-05-10 | Fix reading from pipe when running plugin | ||
2020-05-09 | Increase pipe capacity | ||
2020-05-08 | Minor doc update | ||
2020-05-06 | Ignore -S when start dir is specified | ||
2020-05-06 | preview-tui: ensure 1st hovered file is previewed (#561) | ||
2020-05-06 | getplugs: add "master" version support (#560) | ||
Pass "master" as first argument to the script. | |||
2020-05-06 | Ignore false lint issue | ||
2020-05-06 | Mention tmux version required | ||
2020-05-06 | Fix no preview update when dir changed with same entry number hovered | ||
2020-05-06 | Fix broken dir read from pipe | ||
2020-05-06 | Drop fzy support | ||
2020-05-06 | Add a bookmarks plugin that supports names (#558) | ||
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-05-06 | Update docs | ||
2020-05-06 | Change requires to dependencies | ||
2020-05-06 | Uniform plugins | ||