Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-13 | Allow launching plugins with Alt + plugin's key (#569) | lvgx | |
* 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 | Arun Prakash Jana | |
2020-05-12 | Skip printing and erasing | Arun Prakash Jana | |
2020-05-12 | Update docs | Arun Prakash Jana | |
2020-05-11 | Add asciicast image | Arun Prakash Jana | |
2020-05-11 | Auto-lock old issues | Arun Prakash Jana | |
2020-05-10 | Do not leak wfd | Arun Prakash Jana | |
2020-05-10 | Simplify cd | Arun Prakash Jana | |
2020-05-10 | Fix #565: chdir when dir is changed | Arun Prakash Jana | |
2020-05-10 | Fix #564: Option -l: number of lines to move on mouse scroll | Arun Prakash Jana | |
2020-05-10 | Remove blocking pipe open in child | Arun Prakash Jana | |
2020-05-10 | Use standard exit status everywhere | Arun Prakash Jana | |
2020-05-10 | Use exit status | Arun Prakash Jana | |
2020-05-10 | Block data type | Arun Prakash Jana | |
2020-05-10 | Fix reading from pipe when running plugin | Arun Prakash Jana | |
2020-05-09 | Increase pipe capacity | Arun Prakash Jana | |
2020-05-08 | Minor doc update | Arun Prakash Jana | |
2020-05-06 | Ignore -S when start dir is specified | Arun Prakash Jana | |