aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-05-31Update templateGravatar Arun Prakash Jana
2020-05-31Update docsGravatar Arun Prakash Jana
2020-05-30F5 to redraw (even with filter)Gravatar Arun Prakash Jana
2020-05-30Retire ^S as select pluginGravatar Arun Prakash Jana
2020-05-30also send mutool to $PAGER (#615)Gravatar basbebe
2020-05-30Remove NNN_PIPE on exitGravatar Arun Prakash Jana
2020-05-30Update docsGravatar Arun Prakash Jana
2020-05-30Support make option O_CTX8 for 8 contextsGravatar Arun Prakash Jana
Note that this is not compatible with 4 contexts.
2020-05-30Use bitfields for runtime transient statesGravatar Arun Prakash Jana
2020-05-30Handle number of contexts in a generic fashionGravatar 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-30Revert "Alt+Enter: clear filter and exit filter prompt"Gravatar Arun Prakash Jana
This reverts commit 2232772db4f00eb936ee66e57d35dd8bc5344d86.
2020-05-30Add -P to man (#612)Gravatar lvgx
2020-05-30Merge pull request #607 from leovilok/signalsGravatar Mischievous Meerkat
Cleanly handle SIGTERM and SIGHUP
2020-05-30Fix detecting end of evironment options (#610)Gravatar lvgx
This allow using both NNN_OPTS and options with arguments from argv.
2020-05-29Use sigaction() instead of signal()Gravatar Léo Villeveygoux
2020-05-29Cleanly handle SIGTERM and SIGHUPGravatar Léo Villeveygoux
2020-05-29Alt+Enter: clear filter and exit filter promptGravatar Arun Prakash Jana
2020-05-29add 'wraps' attribute to allow autocompletion (#606)Gravatar basbebe
2020-05-29Remove F5 for toggle hidden (misfit)Gravatar Arun Prakash Jana
2020-05-29Set Escape delay to 0Gravatar Arun Prakash Jana
2020-05-29Alt+Esc to clear filter and exit filter promptGravatar 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-28preview-tui: directly call $PAGER on text files (#599)Gravatar lvgx
2020-05-27preview-tui: async version using $PAGER to scroll preview (#597)Gravatar lvgx
2020-05-26Fix typos (#595)Gravatar SZ Lin (林上智)
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
2020-05-26x86-64 to x86_64Gravatar Arun Prakash Jana
2020-05-26Prepare for release v3.2Gravatar Arun Prakash Jana
2020-05-24Use lock workflowGravatar Arun Prakash Jana
2020-05-24Update templatesGravatar Arun Prakash Jana
2020-05-24Fix build breakGravatar Arun Prakash Jana
2020-05-24Select file if file path is passedGravatar Arun Prakash Jana
2020-05-24Fix filterfn not in sync with cfg.regexGravatar Arun Prakash Jana
2020-05-23Add openSUSE TumbleweedGravatar Arun Prakash Jana
2020-05-23Add -a option to generate a temporary NNN_FIFO (#588)Gravatar 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-23preview-kitty polish (async version + text render for SVGs) (#591)Gravatar lvgx
* preview-kitty: async version The plugin now aborts slow file viewers. * preview-kitty: use text mode preview for SVG
2020-05-22Change binary file detection in preview-tui/kitty (#587)Gravatar lvgx
2020-05-20Fix build breakGravatar Arun Prakash Jana
2020-05-20Fix #582Gravatar Arun Prakash Jana
2020-05-20Remove Fedora 29 (EOL)Gravatar Arun Prakash Jana
2020-05-19Notify FIFO readers on exit (if any) (#581)Gravatar lvgx
This allows to close preview windows opened just before exiting nnn.
2020-05-19Fix regression from commit 2200a1cGravatar Arun Prakash Jana
2020-05-19Fix build breakGravatar Arun Prakash Jana
2020-05-18Option -P: specify plugin key to run on startGravatar Arun Prakash Jana
2020-05-17Take to target on Right/l on symlink in list dirGravatar Arun Prakash Jana
2020-05-17Update docsGravatar Arun Prakash Jana
2020-05-17Add a preview-kitty plugin (#577)Gravatar lvgx
2020-05-17Late handle blocked mimesGravatar Arun Prakash Jana
2020-05-16Fix #575Gravatar Arun Prakash Jana
2020-05-15Fix #573: update docsGravatar Arun Prakash Jana
2020-05-14Fix #571Gravatar Arun Prakash Jana
2020-05-13Update docsGravatar Arun Prakash Jana