Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | Merge pull request #607 from leovilok/signals | ||
Cleanly handle SIGTERM and SIGHUP | |||
2020-05-30 | Fix detecting end of evironment options (#610) | ||
This allow using both NNN_OPTS and options with arguments from argv. | |||
2020-05-29 | Use sigaction() instead of signal() | ||
2020-05-29 | Cleanly handle SIGTERM and SIGHUP | ||
2020-05-29 | Alt+Enter: clear filter and exit filter prompt | ||
2020-05-29 | add 'wraps' attribute to allow autocompletion (#606) | ||
2020-05-29 | Remove F5 for toggle hidden (misfit) | ||
2020-05-29 | Set Escape delay to 0 | ||
2020-05-29 | Alt+Esc to clear filter and exit filter prompt | ||
It's a little annoying that one has to press ^L followed by Esc to go back to the normal view. We cannot reload the directory on Esc because that will break the filter filtered view feature. So we take this route. | |||
2020-05-28 | preview-tui: directly call $PAGER on text files (#599) | ||
2020-05-27 | preview-tui: async version using $PAGER to scroll preview (#597) | ||
2020-05-26 | Fix typos (#595) | ||
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org> | |||
2020-05-26 | x86-64 to x86_64 | ||
2020-05-26 | Prepare for release v3.2 | ||
2020-05-24 | Use lock workflow | ||
2020-05-24 | Update templates | ||
2020-05-24 | Fix build break | ||
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 | ||