| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-31 | Option -U to show user and group in status bar | ||
| 2020-09-26 | Fix #740 | ||
| 2020-09-15 | Fix #730 | ||
| 2020-09-13 | Update docs | ||
| 2020-09-11 | Update tagline | ||
| 2020-09-02 | Update docs | ||
| 2020-09-01 | Option -D to show dirs in context color | ||
| 2020-08-30 | Add option to not move to next entry on select (#713) | ||
| 2020-08-30 | Fix #716 | ||
| 2020-08-23 | Added space after period (#711) | ||
| 2020-08-18 | Prepare for release v3.4 | ||
| 2020-08-17 | Update docs | ||
| 2020-08-15 | Update docs | ||
| 2020-08-15 | Force accurate regex match | ||
| 2020-08-14 | Simplify and preprocess archive handling | ||
| 2020-08-06 | Update docs | ||
| 2020-08-05 | Show file details in file missing colors | ||
| 2020-08-04 | Update docs | ||
| 2020-08-04 | Program option to use older | ||
| 2020-08-02 | Clear selection list after copy | ||
| Without this, there is a conflict with using the `-u` option (use selection). After copying selected files, the selection is intact and if the user issues a deletion next, the source files (meant for copying) are deleted. | |||
| 2020-08-02 | Support xterm 256 color | ||
| 2020-07-14 | Prepare for release v3.3 | ||
| 2020-07-13 | Update help | ||
| 2020-07-07 | Use the term mark instead of pin | ||
| 2020-06-16 | Update docs | ||
| 2020-06-15 | Option -u to disable current/selection prompt | ||
| 2020-06-11 | Feature #534: Support hardware cursor sync | ||
| 2020-06-11 | Update docs | ||
| 2020-06-09 | Update docs | ||
| 2020-06-03 | Move Live Preview usage notes to Wiki page | ||
| 2020-05-31 | Update docs | ||
| 2020-05-30 | Add -P to man (#612) | ||
| 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-26 | Prepare for release v3.2 | ||
| 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-17 | Take to target on Right/l on symlink in list dir | ||
| 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 | Fix #564: Option -l: number of lines to move on mouse scroll | ||
| 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) | ||