Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-06 | preview-tui: ensure 1st hovered file is previewed (#561) | lvgx | |
2020-05-06 | getplugs: add "master" version support (#560) | lvgx | |
Pass "master" as first argument to the script. | |||
2020-05-06 | Ignore false lint issue | Arun Prakash Jana | |
2020-05-06 | Mention tmux version required | Arun Prakash Jana | |
2020-05-06 | Fix no preview update when dir changed with same entry number hovered | Arun Prakash Jana | |
2020-05-06 | Fix broken dir read from pipe | Arun Prakash Jana | |
2020-05-06 | Drop fzy support | Arun Prakash Jana | |
2020-05-06 | Add a bookmarks plugin that supports names (#558) | Todd Yamakawa | |
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-05-06 | Update docs | Arun Prakash Jana | |
2020-05-06 | Change requires to dependencies | Arun Prakash Jana | |
2020-05-06 | Uniform plugins | Arun Prakash Jana | |
2020-05-06 | preview-tui: fix tmux behaviour, del refs to nuke (#559) | lvgx | |
As reported by @toddyamakawa | |||
2020-05-06 | Prevent open FIFO prom leaking to subprocess | Léo Villeveygoux | |
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 | Arun Prakash Jana | |
2020-05-06 | Add a tmux/xterm based text previewer plugin (#557) | lvgx | |
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 | Arun Prakash Jana | |
2020-05-06 | Update docs | Arun Prakash Jana | |
2020-05-06 | Minor previewer plugin update, docs update | Arun Prakash Jana | |
2020-05-06 | Add a tabbed/xembed based file previewer plugin (#552) | lvgx | |
* 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 | Arun Prakash Jana | |
2020-05-05 | Update docs | Arun Prakash Jana | |
2020-05-05 | Double click only works on same item (#555) | 0xACE | |
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) | 0xACE | |
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 | Arun Prakash Jana | |
2020-05-04 | Update docs | Arun Prakash Jana | |
2020-05-04 | Update docs | Arun Prakash Jana | |
2020-05-04 | Add an option to print hovered files to a FIFO (#548) | lvgx | |
* 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 | Use const type | Arun Prakash Jana | |
2020-05-04 | Refactor move_cursor() | Arun Prakash Jana | |
2020-05-04 | Fix #550 | Arun Prakash Jana | |
2020-05-04 | Add is_prefix(), block empty files completely | Arun Prakash Jana | |
2020-05-03 | Bind getplugs to installed version | Arun Prakash Jana | |
2020-05-03 | Plugin finder: run custom find/fd/grep/rg/fzf and list | Arun Prakash Jana | |
2020-05-03 | Context code '+' to create context smartly | Arun Prakash Jana | |