nnn/src
lvgx 86e579799b
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 09:35:13 +05:30
..
.clang-tidy No re-filter on MSGWAIT 2020-03-29 14:03:11 +05:30
dbg.h Use : for filter case 2020-01-11 21:49:35 +05:30
nnn.c Add an option to print hovered files to a FIFO (#548) 2020-05-04 09:35:13 +05:30
nnn.h Reduce presel usage 2020-03-29 20:22:43 +05:30