Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | Update docs | ||
2020-05-05 | Update docs | ||
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-04-24 | NNN_SEL: custom selection file | ||
2020-04-18 | Fix #526: persistent session | ||
2020-04-16 | Env var NNN_LOCKER | ||
2020-04-14 | Update docs | ||
2020-04-13 | Make NNN_COLORS override NO_COLORS (#515) | ||
2020-04-13 | Happy Birthday nnn! 🍰 | ||
2020-04-12 | Change nav-as-you-type to type-to-nav | ||
2020-04-10 | Hover on dir and connect remote | ||
2020-04-10 | Update docs | ||
2020-04-09 | Update docs | ||
2020-04-05 | Support only NO_COLOR, revert -C to disable color | ||
2020-04-05 | Add suport for "standard" NO_COLOR env variable (#508) | ||
See https://no-color.org | |||
2020-04-05 | Option -C to disable color | ||
2020-03-31 | Update docs | ||
2020-03-30 | Add fortune to help | ||
2020-03-28 | Support time type (access/change/mod) change | ||
2020-03-21 | Add regex exclude example | ||
2020-03-20 | Key > to export file list | ||
2020-03-20 | Fix #496: option -f to use readline history file | ||
2020-03-18 | Option -T obsoletes option -v | ||
2020-03-18 | Option -T to change default sort order | ||
2020-03-15 | Update man page | ||
2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
2020-03-11 | Add middle click copy (#491) | ||
* Add middle click copy * Make middle click action configurable This introduces the NNN_MIDDLECLICK environment variable, containing the key that middle mouse click emulates. Only the first character is read. * Document NNN_MIDDLECLICK in nnn.1 * Use NNN_MCLICK instead of NNN_MIDDLECLICK * Add '^key' syntax to set middle click to Ctrl+Key | |||
2020-03-05 | Remove mention of Lead key | ||
2020-02-28 | Unlimited bookmarks and plugin keys | ||
2020-02-27 | Update man page | ||
2020-02-22 | Treat ~ as special shortcut in filterentries | ||
2020-02-12 | Prepare for release v3.0 | ||
2020-02-09 | Fix man | ||
2020-02-09 | When a file is edited, vim adds a \n at the end | ||
2020-02-03 | Document list files | ||
2020-02-02 | Remove redundant example | ||
2020-01-30 | Run GUI app as plugin | ||
2020-01-18 | Shorten env vars | ||
2020-01-17 | Options -e and -t | ||
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-15 | Use shorter lines in man page | ||
2020-01-15 | Use / to toggle string and regex | ||
2020-01-15 | Prepare for release v2.9 | ||
2020-01-14 | List from selection file if nothing selected | ||
2020-01-12 | Update docs | ||
2020-01-11 | Use : for filter case | ||
2020-01-11 | Toggle filter case-sensitivity | ||
2020-01-11 | Support regex/substring filter switch | ||