Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-24 | Update completion scripts | ||
2020-04-12 | Change nav-as-you-type to type-to-nav | ||
2020-04-05 | Support only NO_COLOR, revert -C to disable color | ||
2020-04-05 | Option -C to disable color | ||
2020-03-30 | Add fortune to help | ||
2020-03-28 | Support time type (access/change/mod) change | ||
2020-03-20 | Fix #496: option -f to use readline history file | ||
2020-03-18 | Option -T obsoletes option -v | ||
2020-03-18 | Option -T to change default sort order | ||
2020-01-17 | Options -e and -t | ||
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-09 | Use option -A to disable dir auto-select | ||
2019-12-28 | Keybind v for version sort | ||
2019-12-25 | Option n - nav as you type, V - version sort | ||
2019-12-25 | Revert "Use b and ^B as bookmark key" | ||
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570. | |||
2019-12-25 | Use b and ^B as bookmark key | ||
2019-12-20 | Program option to load session is now `-s` | ||
- remove auto-stored session "@" on restore - minor help update | |||
2019-12-20 | Revert "Internal states, sessions changes" | ||
This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
2019-12-19 | Internal states, sessions changes | ||
- 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 | ||
2019-12-14 | remove program option -f | ||
2019-12-14 | Update docs | ||
2019-12-12 | Add option to show noti and copy selection to system clipboard | ||
2019-12-01 | Option -R to disable rollover at edges | ||
2019-11-30 | Update auto-completion scripts | ||
2019-10-11 | Update key collision detection | ||
2019-10-06 | Update auto-complete scripts | ||
2019-08-30 | Option -a to use file access time | ||
2019-08-28 | Implement mediainfo as a plugin | ||
2019-08-23 | Option -r to show cp, mv progress on Linux | ||
2019-08-20 | Remove wild load option | ||
2019-08-17 | Option -t replaces NNN_NO_AUTOSELECT | ||
2019-08-16 | Option -o replaces NNN_RESTRICT_NAV_OPEN | ||
2019-08-16 | Update auto-completion scripts | ||
2019-07-14 | Resurrect default sort | ||
2019-06-17 | Move scripts to misc | ||