Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Prepare for release v3.5 Freddie | Arun Prakash Jana | |
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury | |||
2020-11-13 | Update docs | Arun Prakash Jana | |
2020-11-13 | Fix #777: input stream ishould trump -s/-S | Arun Prakash Jana | |
If an input stream is available, prioritize that over sessions. find/grep syntax can be very complex and can be scripted. On the contrary, sessions can be loaded at runtime and the persistent session can be "restored". An interesting use case is the listing is done in picker mode from a script and the user expects to "pick" some entries among the listed search results. Another important change is - if the user tries to load the "last session" explicitly by name instead of using the session option _restore_, we should not overwrite the "last session" ("@") before loading the it. | |||
2020-10-31 | Option -U to show user and group in status bar | Arun Prakash Jana | |
2020-09-26 | Fix #740 | Arun Prakash Jana | |
2020-09-15 | Fix #730 | Arun Prakash Jana | |
2020-09-13 | Update docs | Arun Prakash Jana | |
2020-09-11 | Update tagline | Arun Prakash Jana | |
2020-09-02 | Update docs | Arun Prakash Jana | |
2020-09-01 | Option -D to show dirs in context color | Arun Prakash Jana | |
2020-08-30 | Add option to not move to next entry on select (#713) | FriendlyNeighborhoodShane | |
2020-08-30 | Fix #716 | Arun Prakash Jana | |
2020-08-23 | Added space after period (#711) | majjejjam | |
2020-08-18 | Prepare for release v3.4 | Arun Prakash Jana | |
2020-08-17 | Update docs | Arun Prakash Jana | |
2020-08-15 | Update docs | Arun Prakash Jana | |
2020-08-15 | Force accurate regex match | Arun Prakash Jana | |
2020-08-14 | Simplify and preprocess archive handling | Arun Prakash Jana | |
2020-08-06 | Update docs | Arun Prakash Jana | |
2020-08-05 | Show file details in file missing colors | Arun Prakash Jana | |
2020-08-04 | Update docs | Arun Prakash Jana | |
2020-08-04 | Program option to use older | Arun Prakash Jana | |
2020-08-02 | Clear selection list after copy | Arun Prakash Jana | |
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 | Arun Prakash Jana | |
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 | |