Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-14 | Prepare for release v3.3 | Arun Prakash Jana | |
2020-07-13 | Update help | Arun Prakash Jana | |
2020-07-07 | Use the term mark instead of pin | Arun Prakash Jana | |
2020-06-16 | Update docs | Arun Prakash Jana | |
2020-06-15 | Option -u to disable current/selection prompt | Arun Prakash Jana | |
2020-06-11 | Feature #534: Support hardware cursor sync | Ian R | |
2020-06-11 | Update docs | Arun Prakash Jana | |
2020-06-09 | Update docs | Arun Prakash Jana | |
2020-06-03 | Move Live Preview usage notes to Wiki page | Arun Prakash Jana | |
2020-05-31 | Update docs | Arun Prakash Jana | |
2020-05-30 | Add -P to man (#612) | lvgx | |
2020-05-26 | Fix typos (#595) | SZ Lin (林上智) | |
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org> | |||
2020-05-26 | Prepare for release v3.2 | Arun Prakash Jana | |
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | lvgx | |
* 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-17 | Take to target on Right/l on symlink in list dir | Arun Prakash Jana | |
2020-05-15 | Fix #573: update docs | Arun Prakash Jana | |
2020-05-13 | Update docs | Arun Prakash Jana | |
2020-05-13 | Allow launching plugins with Alt + plugin's key (#569) | lvgx | |
* 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 | Fix #564: Option -l: number of lines to move on mouse scroll | Arun Prakash Jana | |
2020-05-06 | Update docs | Arun Prakash Jana | |
2020-05-05 | Update docs | 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-04-24 | NNN_SEL: custom selection file | Arun Prakash Jana | |
2020-04-18 | Fix #526: persistent session | Arun Prakash Jana | |
2020-04-16 | Env var NNN_LOCKER | Arun Prakash Jana | |
2020-04-14 | Update docs | Arun Prakash Jana | |
2020-04-13 | Make NNN_COLORS override NO_COLORS (#515) | lvgx | |
2020-04-13 | Happy Birthday nnn! 🍰 | Arun Prakash Jana | |
2020-04-12 | Change nav-as-you-type to type-to-nav | Arun Prakash Jana | |
2020-04-10 | Hover on dir and connect remote | Arun Prakash Jana | |
2020-04-10 | Update docs | Arun Prakash Jana | |
2020-04-09 | Update docs | Arun Prakash Jana | |
2020-04-05 | Support only NO_COLOR, revert -C to disable color | Arun Prakash Jana | |
2020-04-05 | Add suport for "standard" NO_COLOR env variable (#508) | lvgx | |
See https://no-color.org | |||
2020-04-05 | Option -C to disable color | Arun Prakash Jana | |
2020-03-31 | Update docs | Arun Prakash Jana | |
2020-03-30 | Add fortune to help | Arun Prakash Jana | |
2020-03-28 | Support time type (access/change/mod) change | Arun Prakash Jana | |
2020-03-21 | Add regex exclude example | Arun Prakash Jana | |
2020-03-20 | Key > to export file list | Arun Prakash Jana | |
2020-03-20 | Fix #496: option -f to use readline history file | Arun Prakash Jana | |
2020-03-18 | Option -T obsoletes option -v | Arun Prakash Jana | |
2020-03-18 | Option -T to change default sort order | Arun Prakash Jana | |
2020-03-15 | Update man page | Arun Prakash Jana | |
2020-03-11 | Case-insensitive Ctrl-key handling, man page update | Arun Prakash Jana | |
2020-03-11 | Case-insensitive Ctrl-key handling, man page update | Arun Prakash Jana | |
2020-03-11 | Add middle click copy (#491) | lvgx | |
* 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 | Arun Prakash Jana | |