Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-03 | Add new ToDo list | Arun Prakash Jana | |
2020-06-03 | Esc to send hovered path to FIFO | Arun Prakash Jana | |
2020-06-03 | Force notify on left click (right selects & updates) | Arun Prakash Jana | |
2020-06-02 | Key | to send file path to FIFO | Arun Prakash Jana | |
2020-06-02 | Refresh hovered for preview on mouse click | Arun Prakash Jana | |
2020-06-01 | Fix #624: wait for user input if cmd fails | Arun Prakash Jana | |
2020-06-01 | Wrap FILE_MIME_OPTS use in check (#622) | Sijmen J. Mulder | |
We leave it undefined on Solaris/Illumos because no such options exist, so only use it if we have it. | |||
2020-05-31 | Remove redundant key F5 | Arun Prakash Jana | |
2020-05-31 | Do not auto-revive filter in nav-to-type mode | Arun Prakash Jana | |
2020-05-31 | Simplify get_input() | Arun Prakash Jana | |
2020-05-31 | Set the corrent keybind for plugin | 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 | Remove NNN_PIPE on exit | 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 | 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 | 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-26 | Prepare for release v3.2 | 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 -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-20 | Fix build break | Arun Prakash Jana | |
2020-05-20 | Fix #582 | 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-16 | Fix #575 | Arun Prakash Jana | |
2020-05-14 | Fix #571 | 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 | Skip printing and erasing | 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 | Fix reading from pipe when running plugin | Arun Prakash Jana | |