Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-02 | Keep preview-tui generic | ||
2020-06-01 | Fix #624: wait for user input if cmd fails | ||
2020-06-01 | Support mime, extension in preview-tui | ||
2020-06-01 | Fix shellcheck | ||
2020-06-01 | Simplify preview-tui | ||
2020-06-01 | Update preview-tui to adapt to terminal size | ||
2020-06-01 | Workaround #621: preview is updated on redraw (^L) | ||
2020-06-01 | Wrap FILE_MIME_OPTS use in check (#622) | ||
We leave it undefined on Solaris/Illumos because no such options exist, so only use it if we have it. | |||
2020-06-01 | Document non-repeat-refresh of file under preview | ||
2020-05-31 | Remove redundant key F5 | ||
2020-05-31 | Do not auto-revive filter in nav-to-type mode | ||
2020-05-31 | Simplify get_input() | ||
2020-05-31 | Set the corrent keybind for plugin | ||
2020-05-31 | Update template | ||
2020-05-31 | Update docs | ||
2020-05-30 | F5 to redraw (even with filter) | ||
2020-05-30 | Retire ^S as select plugin | ||
2020-05-30 | also send mutool to $PAGER (#615) | ||
2020-05-30 | Remove NNN_PIPE on exit | ||
2020-05-30 | Update docs | ||
2020-05-30 | Support make option O_CTX8 for 8 contexts | ||
Note that this is not compatible with 4 contexts. | |||
2020-05-30 | Use bitfields for runtime transient states | ||
2020-05-30 | Handle number of contexts in a generic fashion | ||
This supports using a power of 2 number of contexts like 2, 4 or 8. Note that the number of contexts are not backward compatible. So if user is having 8 contexts and plans to use 4, his sessions with > 1 contexts open may break. We can have a make option to enable 8 contexts. 4 remains default. | |||
2020-05-30 | Revert "Alt+Enter: clear filter and exit filter prompt" | ||
This reverts commit 2232772db4f00eb936ee66e57d35dd8bc5344d86. | |||
2020-05-30 | Add -P to man (#612) | ||
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 | ||