aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
AgeCommit message (Collapse)Author
2020-11-17Prepare for release v3.5 FreddieGravatar Arun Prakash Jana
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury
2020-11-13Update docsGravatar Arun Prakash Jana
2020-11-13Fix #777: input stream ishould trump -s/-SGravatar 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-31Option -U to show user and group in status barGravatar Arun Prakash Jana
2020-09-26Fix #740Gravatar Arun Prakash Jana
2020-09-15Fix #730Gravatar Arun Prakash Jana
2020-09-13Update docsGravatar Arun Prakash Jana
2020-09-11Update taglineGravatar Arun Prakash Jana
2020-09-02Update docsGravatar Arun Prakash Jana
2020-09-01Option -D to show dirs in context colorGravatar Arun Prakash Jana
2020-08-30Add option to not move to next entry on select (#713)Gravatar FriendlyNeighborhoodShane
2020-08-30Fix #716Gravatar Arun Prakash Jana
2020-08-23Added space after period (#711)Gravatar majjejjam
2020-08-18Prepare for release v3.4Gravatar Arun Prakash Jana
2020-08-17Update docsGravatar Arun Prakash Jana
2020-08-15Update docsGravatar Arun Prakash Jana
2020-08-15Force accurate regex matchGravatar Arun Prakash Jana
2020-08-14Simplify and preprocess archive handlingGravatar Arun Prakash Jana
2020-08-06Update docsGravatar Arun Prakash Jana
2020-08-05Show file details in file missing colorsGravatar Arun Prakash Jana
2020-08-04Update docsGravatar Arun Prakash Jana
2020-08-04Program option to use olderGravatar Arun Prakash Jana
2020-08-02Clear selection list after copyGravatar 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-02Support xterm 256 colorGravatar Arun Prakash Jana
2020-07-14Prepare for release v3.3Gravatar Arun Prakash Jana
2020-07-13Update helpGravatar Arun Prakash Jana
2020-07-07Use the term mark instead of pinGravatar Arun Prakash Jana
2020-06-16Update docsGravatar Arun Prakash Jana
2020-06-15Option -u to disable current/selection promptGravatar Arun Prakash Jana
2020-06-11Feature #534: Support hardware cursor syncGravatar Ian R
2020-06-11Update docsGravatar Arun Prakash Jana
2020-06-09Update docsGravatar Arun Prakash Jana
2020-06-03Move Live Preview usage notes to Wiki pageGravatar Arun Prakash Jana
2020-05-31Update docsGravatar Arun Prakash Jana
2020-05-30Add -P to man (#612)Gravatar lvgx
2020-05-26Fix typos (#595)Gravatar SZ Lin (林上智)
This is a trial patch to fix the typos Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
2020-05-26Prepare for release v3.2Gravatar Arun Prakash Jana
2020-05-23Add -a option to generate a temporary NNN_FIFO (#588)Gravatar 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-17Take to target on Right/l on symlink in list dirGravatar Arun Prakash Jana
2020-05-15Fix #573: update docsGravatar Arun Prakash Jana
2020-05-13Update docsGravatar Arun Prakash Jana
2020-05-13Allow launching plugins with Alt + plugin's key (#569)Gravatar 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-10Fix #564: Option -l: number of lines to move on mouse scrollGravatar Arun Prakash Jana
2020-05-06Update docsGravatar Arun Prakash Jana
2020-05-05Update docsGravatar Arun Prakash Jana
2020-05-04Update docsGravatar Arun Prakash Jana
2020-05-04Update docsGravatar Arun Prakash Jana
2020-05-04Add an option to print hovered files to a FIFO (#548)Gravatar 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-24NNN_SEL: custom selection fileGravatar Arun Prakash Jana
2020-04-18Fix #526: persistent sessionGravatar Arun Prakash Jana