Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | Derive session and mount paths, shorten paths | Arun Prakash Jana | |
2020-06-08 | Subdir 'mounts' for remote/archive mounts | Arun Prakash Jana | |
2020-06-07 | Fix #639: store NNNLVL in tmp var | Arun Prakash Jana | |
2020-06-06 | preview-kitty: fix crash on first file on dash (#636) | lvgx | |
In the dash shell, when `exec < fifo` is interrupted by SIGCHLD, it exits. So we replace it with `cat fifo |`. Issue discussed in #614 | |||
2020-06-06 | Fix #637: remove mount dir after unmount | Arun Prakash Jana | |
2020-06-06 | Update preview-kitty (#638) | ncoder-1 | |
Fixed typo in preview-kitty. | |||
2020-06-04 | Update docs | Arun Prakash Jana | |
2020-06-04 | Added selection prompt and README entry (#633) | KlzXS | |
2020-06-04 | Add Live Previews asciicast | Arun Prakash Jana | |
Thanks @Kabouik! | |||
2020-06-04 | preview-tui: wait killed previewers (#632) | lvgx | |
2020-06-04 | Added GPG encrypt and decrypt plugins (#630) | KlzXS | |
* Added GPG encrypt and decrypt plugins * Made description more descriptive | |||
2020-06-04 | Fix tmux version check | Arun Prakash Jana | |
2020-06-04 | bookmarks: Pipe error to PAGER and clean up code (#631) | Todd Yamakawa | |
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
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-03 | Move Live Preview usage notes to Wiki page | 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-02 | preview-tui: simplify, add generic fifo_pager() (#625) | lvgx | |
* preview-tui: simplify, add generic fifo_pager() I've commented new filetype checks for now, as we need to discuss which ones should be included by default, keeping in mind that this is supposed to be a minimal, adaptable plugin. * preview-tui: preview with man, tar, unzip by default | |||
2020-06-02 | Keep preview-tui generic | Arun Prakash Jana | |
2020-06-01 | Fix #624: wait for user input if cmd fails | Arun Prakash Jana | |
2020-06-01 | Support mime, extension in preview-tui | Arun Prakash Jana | |
2020-06-01 | Fix shellcheck | Arun Prakash Jana | |
2020-06-01 | Simplify preview-tui | Arun Prakash Jana | |
2020-06-01 | Update preview-tui to adapt to terminal size | Arun Prakash Jana | |
2020-06-01 | Workaround #621: preview is updated on redraw (^L) | 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-06-01 | Document non-repeat-refresh of file under preview | Arun Prakash Jana | |
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-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 | |