Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-28 | Refactor help | ||
2019-12-28 | Refactor help | ||
2019-12-27 | Get nnn compile and run on Haiku (#403) | ||
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku | |||
2019-12-27 | Refactor help | ||
2019-12-27 | Code refactor | ||
2019-12-27 | Code refactor | ||
2019-12-27 | Refactor plugin handling | ||
2019-12-27 | Fix: save last hovered filename in cur context post arrow movement | ||
2019-12-27 | Code refactor | ||
2019-12-27 | Code refactor | ||
2019-12-26 | Refactor cur or sel confirmation | ||
2019-12-26 | Refactor context selection | ||
2019-12-26 | Use test and set in frequent keys | ||
2019-12-26 | Experimental: clear filter on dir reload and retain name | ||
2019-12-26 | Retain filter on keys up and down | ||
2019-12-25 | Revert "Retain filters when context keys are used from filter prompt" | ||
This reverts commit d9da85a3654be58b362c1967d876893b28ba6aa6. | |||
2019-12-25 | Option n - nav as you type, V - version sort | ||
2019-12-25 | Revert "Fix #420: reduce Lead key to bookmark key" | ||
This reverts commit 1ed5febe0c298cc932a2127b8ba061fe941ea379. | |||
2019-12-25 | Revert "Update help" | ||
This reverts commit 89a158b9f42decbd9e5c8f4a0d5f3a63270b37dd. | |||
2019-12-25 | Revert "Use b and ^B as bookmark key" | ||
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570. | |||
2019-12-25 | Revert "Use a fixed key , for pinning dir" | ||
This reverts commit 4d17b82950907727550d8e1ab2f608a4974c8c62. | |||
2019-12-25 | Use a fixed key , for pinning dir | ||
2019-12-25 | Use b and ^B as bookmark key | ||
2019-12-25 | Update help | ||
2019-12-25 | Fix #420: reduce Lead key to bookmark key | ||
2019-12-25 | Retain filters when context keys are used from filter prompt | ||
2019-12-24 | Use file.io to ipload files | ||
2019-12-23 | Set flags for OS-es without dp-type. | ||
2019-12-22 | Update docs | ||
2019-12-22 | Handle more audio types by file extension | ||
2019-12-21 | Use CLI flags spawning CLI opener as default FM | ||
2019-12-21 | Show message on invalid key | ||
2019-12-21 | Update docs: use direct repology url | ||
2019-12-21 | Update plugin docs | ||
2019-12-21 | Improvements for distribution (#417) | ||
* Don't pack sources (github does it better), sign sources * Make CircleCI generate the same git archive as Github, return make dist * Revert make clean too * Upload signature to Github release * Read Github token from an env variable | |||
2019-12-20 | nuke: guard against opening risky file types | ||
2019-12-20 | Replace bools for binary states with an uchar | ||
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-20 | Mechanism to skip dir refresh after running plugin | ||
2019-12-20 | Revert "Prefer NNN_USE_EDITOR over opener (option )" | ||
This reverts commit 7f3d2c10aaabee34cfda435c199335f023215fba. | |||
2019-12-20 | Update docs | ||
2019-12-20 | Prefer NNN_USE_EDITOR over opener (option ) | ||
2019-12-19 | Show 'invalid key' prompt in more places (#415) | ||
2019-12-19 | Simplify QuitCD scripts | ||
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-19 | Use single API for nftw | ||
2019-12-18 | Fix typos in help | ||
2019-12-18 | Fix cmd as plugin showing prompt on playing twice | ||
2019-12-18 | Minor improvements | ||
- reduce 4 spaces between help columns as it's too wide for handhelds - support `]` as prompt in nav-as-you-type-mode when filter is empty - update plugin docs |