| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-17 | Update docs | ||
| 2020-05-17 | Add a preview-kitty plugin (#577) | ||
| 2020-05-17 | Late handle blocked mimes | ||
| 2020-05-16 | Fix #575 | ||
| 2020-05-15 | Fix #573: update docs | ||
| 2020-05-14 | Fix #571 | ||
| 2020-05-13 | Update docs | ||
| 2020-05-13 | Allow launching plugins with Alt + plugin's key (#569) | ||
| * 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 | ||
| 2020-05-12 | Skip printing and erasing | ||
| 2020-05-12 | Update docs | ||
| 2020-05-11 | Add asciicast image | ||
| 2020-05-11 | Auto-lock old issues | ||
| 2020-05-10 | Do not leak wfd | ||
| 2020-05-10 | Simplify cd | ||
| 2020-05-10 | Fix #565: chdir when dir is changed | ||
| 2020-05-10 | Fix #564: Option -l: number of lines to move on mouse scroll | ||
| 2020-05-10 | Remove blocking pipe open in child | ||
| 2020-05-10 | Use standard exit status everywhere | ||
| 2020-05-10 | Use exit status | ||
| 2020-05-10 | Block data type | ||
| 2020-05-10 | Fix reading from pipe when running plugin | ||
| 2020-05-09 | Increase pipe capacity | ||
| 2020-05-08 | Minor doc update | ||
| 2020-05-06 | Ignore -S when start dir is specified | ||
| 2020-05-06 | preview-tui: ensure 1st hovered file is previewed (#561) | ||
| 2020-05-06 | getplugs: add "master" version support (#560) | ||
| Pass "master" as first argument to the script. | |||
| 2020-05-06 | Ignore false lint issue | ||
| 2020-05-06 | Mention tmux version required | ||
| 2020-05-06 | Fix no preview update when dir changed with same entry number hovered | ||
| 2020-05-06 | Fix broken dir read from pipe | ||
| 2020-05-06 | Drop fzy support | ||
| 2020-05-06 | Add a bookmarks plugin that supports names (#558) | ||
| Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
| 2020-05-06 | Update docs | ||
| 2020-05-06 | Change requires to dependencies | ||
| 2020-05-06 | Uniform plugins | ||
| 2020-05-06 | preview-tui: fix tmux behaviour, del refs to nuke (#559) | ||
| As reported by @toddyamakawa | |||
| 2020-05-06 | Prevent open FIFO prom leaking to subprocess | ||
| This fix previews window staying open after nnn exits, because they inherited open FIFO (in write mode) from parent nnn process, and never close it. | |||
| 2020-05-06 | Shorten column width | ||
| 2020-05-06 | Add a tmux/xterm based text previewer plugin (#557) | ||
| Uses `NNN_FIFO`, minimal dependencies. Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
| 2020-05-06 | which prints to screen | ||
| 2020-05-06 | Update docs | ||
| 2020-05-06 | Minor previewer plugin update, docs update | ||
| 2020-05-06 | Add a tabbed/xembed based file previewer plugin (#552) | ||
| * Add a tabbed/xembed based file previewer plugin This plugin is written in bash, because job control is not well specified in POSIX sh (`jobs` can return anything). We use `tabbed` [1] as a xembed [2] host, to have a single window owning each previewer window. Uses mpv, sxiv, zathura, and the nuke plugin. [1]: http://tools.suckless.org/tabbed/ [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html * tabbed-preview: prevent focus steal with xdotool * preview-tabbed: tabs->4 spaces * preview-tabbed: add focus prevention timeout | |||
| 2020-05-05 | Fix double free when starting in list mode | ||
| 2020-05-05 | Update docs | ||
| 2020-05-05 | Double click only works on same item (#555) | ||
| This patch disables accidental triggering of double clicking when you are just single clicking on multiple objects fast. | |||
| 2020-05-05 | SEL_FIRST now displays the correct message (#556) | ||
| A bit scary when you get prompted to remove a file but you wanted to select a file. I also made sure all strings are correctly ordered. | |||
| 2020-05-05 | Fix context range check | ||
| 2020-05-04 | Update docs | ||