Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Update template | Arun Prakash Jana | |
2020-05-31 | Update docs | Arun Prakash Jana | |
2020-05-30 | F5 to redraw (even with filter) | Arun Prakash Jana | |
2020-05-30 | Retire ^S as select plugin | Arun Prakash Jana | |
2020-05-30 | also send mutool to $PAGER (#615) | basbebe | |
2020-05-30 | Remove NNN_PIPE on exit | Arun Prakash Jana | |
2020-05-30 | Update docs | Arun Prakash Jana | |
2020-05-30 | Support make option O_CTX8 for 8 contexts | Arun Prakash Jana | |
Note that this is not compatible with 4 contexts. | |||
2020-05-30 | Use bitfields for runtime transient states | Arun Prakash Jana | |
2020-05-30 | Handle number of contexts in a generic fashion | Arun Prakash Jana | |
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" | Arun Prakash Jana | |
This reverts commit 2232772db4f00eb936ee66e57d35dd8bc5344d86. | |||
2020-05-30 | Add -P to man (#612) | lvgx | |
2020-05-30 | Merge pull request #607 from leovilok/signals | Mischievous Meerkat | |
Cleanly handle SIGTERM and SIGHUP | |||
2020-05-30 | Fix detecting end of evironment options (#610) | lvgx | |
This allow using both NNN_OPTS and options with arguments from argv. | |||
2020-05-29 | Use sigaction() instead of signal() | Léo Villeveygoux | |
2020-05-29 | Cleanly handle SIGTERM and SIGHUP | Léo Villeveygoux | |
2020-05-29 | Alt+Enter: clear filter and exit filter prompt | Arun Prakash Jana | |
2020-05-29 | add 'wraps' attribute to allow autocompletion (#606) | basbebe | |
2020-05-29 | Remove F5 for toggle hidden (misfit) | Arun Prakash Jana | |
2020-05-29 | Set Escape delay to 0 | Arun Prakash Jana | |
2020-05-29 | Alt+Esc to clear filter and exit filter prompt | Arun Prakash Jana | |
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) | lvgx | |
2020-05-27 | preview-tui: async version using $PAGER to scroll preview (#597) | lvgx | |
2020-05-26 | Fix typos (#595) | SZ Lin (林上智) | |
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 | Arun Prakash Jana | |
2020-05-26 | Prepare for release v3.2 | Arun Prakash Jana | |
2020-05-24 | Use lock workflow | Arun Prakash Jana | |
2020-05-24 | Update templates | Arun Prakash Jana | |
2020-05-24 | Fix build break | Arun Prakash Jana | |
2020-05-24 | Select file if file path is passed | Arun Prakash Jana | |
2020-05-24 | Fix filterfn not in sync with cfg.regex | Arun Prakash Jana | |
2020-05-23 | Add openSUSE Tumbleweed | Arun Prakash Jana | |
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | lvgx | |
* 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) | lvgx | |
* 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) | lvgx | |
2020-05-20 | Fix build break | Arun Prakash Jana | |
2020-05-20 | Fix #582 | Arun Prakash Jana | |
2020-05-20 | Remove Fedora 29 (EOL) | Arun Prakash Jana | |
2020-05-19 | Notify FIFO readers on exit (if any) (#581) | lvgx | |
This allows to close preview windows opened just before exiting nnn. | |||
2020-05-19 | Fix regression from commit 2200a1c | Arun Prakash Jana | |
2020-05-19 | Fix build break | Arun Prakash Jana | |
2020-05-18 | Option -P: specify plugin key to run on start | Arun Prakash Jana | |
2020-05-17 | Take to target on Right/l on symlink in list dir | Arun Prakash Jana | |
2020-05-17 | Update docs | Arun Prakash Jana | |
2020-05-17 | Add a preview-kitty plugin (#577) | lvgx | |
2020-05-17 | Late handle blocked mimes | Arun Prakash Jana | |
2020-05-16 | Fix #575 | Arun Prakash Jana | |
2020-05-15 | Fix #573: update docs | Arun Prakash Jana | |
2020-05-14 | Fix #571 | Arun Prakash Jana | |
2020-05-13 | Update docs | Arun Prakash Jana | |