| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-02 | Keep preview-tui generic | ||
| 2020-06-01 | Support mime, extension in preview-tui | ||
| 2020-06-01 | Fix shellcheck | ||
| 2020-06-01 | Simplify preview-tui | ||
| 2020-06-01 | Update preview-tui to adapt to terminal size | ||
| 2020-06-01 | Workaround #621: preview is updated on redraw (^L) | ||
| 2020-06-01 | Document non-repeat-refresh of file under preview | ||
| 2020-05-31 | Update docs | ||
| 2020-05-30 | Retire ^S as select plugin | ||
| 2020-05-30 | also send mutool to $PAGER (#615) | ||
| 2020-05-28 | preview-tui: directly call $PAGER on text files (#599) | ||
| 2020-05-27 | preview-tui: async version using $PAGER to scroll preview (#597) | ||
| 2020-05-26 | Fix typos (#595) | ||
| This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org> | |||
| 2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | ||
| * 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) | ||
| * 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) | ||
| 2020-05-17 | Update docs | ||
| 2020-05-17 | Add a preview-kitty plugin (#577) | ||
| 2020-05-17 | Late handle blocked mimes | ||
| 2020-05-15 | Fix #573: update docs | ||
| 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-10 | Block data type | ||
| 2020-05-08 | Minor doc update | ||
| 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 | Mention tmux version required | ||
| 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 | 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 | 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 | Update docs | ||
| 2020-05-05 | Fix context range check | ||
| 2020-05-04 | Update docs | ||
| 2020-05-04 | Update docs | ||
| 2020-05-04 | Add an option to print hovered files to a FIFO (#548) | ||
| * Add an option to print hovered files to a FIFO This adds an env variable, `NNN_FIFO`, that can be set to a path that `nnn` will open/create as a FIFO, and where every hovered file's path is printed. This allows creating external perview/quick open plugins, ... It can be compiled out with the make variable `O_NOFIFO`. * Check filename ptr instead of full path (for FIFO) * Add documentation to use NNN_FIFO in plugins * Fix path sent to FIFO in empty dirs | |||
| 2020-05-04 | Refactor move_cursor() | ||
| 2020-05-03 | Bind getplugs to installed version | ||
| 2020-05-03 | Plugin finder: run custom find/fd/grep/rg/fzf and list | ||
| 2020-05-03 | Context code '+' to create context smartly | ||
| 2020-05-03 | Plugin mimelist: support reading file list from (cmd as) plugin | ||
| 2020-05-01 | Support $_Z_DATA environment variable (#545) | ||
| Support `$_Z_DATA` environment variable per z's documentation https://github.com/rupa/z/blob/dcd5541e7dc37a3a32885565539c6fb1479af26f/z.1#L78. `$_Z_DATA` allows changing the default location of the z database file. | |||
| 2020-04-27 | Randomize mocp | ||