Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-28 | Unlimited bookmarks and plugin keys | Arun Prakash Jana | |
2020-02-27 | Update man page | Arun Prakash Jana | |
2020-02-22 | Treat ~ as special shortcut in filterentries | Arun Prakash Jana | |
2020-02-12 | Prepare for release v3.0 | Arun Prakash Jana | |
2020-02-09 | Fix man | Arun Prakash Jana | |
2020-02-09 | When a file is edited, vim adds a \n at the end | Arun Prakash Jana | |
2020-02-03 | Document list files | Arun Prakash Jana | |
2020-02-02 | Remove redundant example | Arun Prakash Jana | |
2020-01-30 | Run GUI app as plugin | Arun Prakash Jana | |
2020-01-18 | Shorten env vars | Arun Prakash Jana | |
2020-01-17 | Options -e and -t | Arun Prakash Jana | |
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-15 | Use shorter lines in man page | Arun Prakash Jana | |
2020-01-15 | Use / to toggle string and regex | Arun Prakash Jana | |
2020-01-15 | Prepare for release v2.9 | Arun Prakash Jana | |
2020-01-14 | List from selection file if nothing selected | Arun Prakash Jana | |
2020-01-12 | Update docs | Arun Prakash Jana | |
2020-01-11 | Use : for filter case | Arun Prakash Jana | |
2020-01-11 | Toggle filter case-sensitivity | Arun Prakash Jana | |
2020-01-11 | Support regex/substring filter switch | Arun Prakash Jana | |
2020-01-09 | Use option -A to disable dir auto-select | Arun Prakash Jana | |
2020-01-08 | Add examples of useful commands to run as plugin | Arun Prakash Jana | |
2019-12-29 | Automagically handle archives | Arun Prakash Jana | |
2019-12-28 | Keybind v for version sort | Arun Prakash Jana | |
2019-12-25 | Option n - nav as you type, V - version sort | Arun Prakash Jana | |
2019-12-25 | Revert "Fix #420: reduce Lead key to bookmark key" | Arun Prakash Jana | |
This reverts commit 1ed5febe0c298cc932a2127b8ba061fe941ea379. | |||
2019-12-25 | Revert "Use b and ^B as bookmark key" | Arun Prakash Jana | |
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570. | |||
2019-12-25 | Use b and ^B as bookmark key | Arun Prakash Jana | |
2019-12-25 | Fix #420: reduce Lead key to bookmark key | Arun Prakash Jana | |
2019-12-20 | Program option to load session is now `-s` | Arun Prakash Jana | |
- remove auto-stored session "@" on restore - minor help update | |||
2019-12-20 | Revert "Internal states, sessions changes" | Arun Prakash Jana | |
This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
2019-12-19 | Internal states, sessions changes | Arun Prakash Jana | |
- replace bools for internal non-persistent binary states with an uchar - do not store path to session, derive from config path in tmp buffer - program option to load session is not `-s` - remove auto-stored session "@" on restore - minor help update | |||
2019-12-14 | Fix #402 | Arun Prakash Jana | |
2019-12-14 | remove program option -f | Arun Prakash Jana | |
2019-12-14 | Use string filters by default | Arun Prakash Jana | |
2019-12-14 | Update man | Arun Prakash Jana | |
2019-12-12 | Add option to show noti and copy selection to system clipboard | Arun Prakash Jana | |
2019-12-10 | Disable partial regex errors | Arun Prakash Jana | |
2019-12-09 | Fix regex for file extension | Arun Prakash Jana | |
2019-12-08 | Rename opener nplay to nuke | Arun Prakash Jana | |
2019-12-07 | Add nplay: a custom opener | Arun Prakash Jana | |
2019-12-05 | Prepare for release v2.8.1 | Arun Prakash Jana | |