Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-11 | Refactor status bar printing | ||
2020-01-11 | Add more clarity on filter prompt keys | ||
2020-01-11 | Show filter when returning after firing plugin | ||
2020-01-11 | Key ^F to fire plugin | ||
2020-01-11 | Use : for filter case | ||
2020-01-11 | nuke: open manpages, reload dir after dot | ||
2020-01-11 | Toggle filter case-sensitivity | ||
2020-01-11 | Support regex/substring filter switch | ||
2020-01-11 | Rememeber last filter | ||
2020-01-11 | Enable filter mode when there's a filter | ||
2020-01-11 | For links, set prefix instead of suffix | ||
2020-01-10 | Simplify showing status bar symbols | ||
2020-01-10 | Update docs | ||
2020-01-09 | Do not reload dir on sort order change when filter is on | ||
2020-01-09 | Implement reverse sorting | ||
2020-01-09 | Fix build break | ||
2020-01-09 | Show mime in file details | ||
2020-01-09 | Use option -A to disable dir auto-select | ||
2020-01-08 | Extension order: show files without extension on top | ||
2020-01-08 | Fix build break | ||
2020-01-08 | Optimize file extension check | ||
2020-01-08 | Minor refactor | ||
2020-01-07 | Retain filter on single file removal | ||
2020-01-07 | Clear filter after removing current file | ||
2020-01-06 | Re-order keybind help | ||
2020-01-06 | Clear filter on dir changes | ||
2020-01-02 | Support toggle exe | ||
2020-01-02 | Update docs, early check for empty files | ||
2020-01-02 | Add useful locker peaclock for Haiku | ||
2020-01-02 | Use a shorter width param | ||
2020-01-02 | Add Desktop Opener for Haiku (#425) | ||
You guys almost forgot this. Hope this helps! ;) | |||
2019-12-31 | Update copyright year | ||
2019-12-31 | Fix 2 archive handling issues | ||
- when an archive is mounted, jump into the mount point - while archiving the hovered file, exit if the archive name is same | |||
2019-12-30 | Make showsel print warning when nothing is selected (#423) | ||
2019-12-30 | Drop ^T, no reload after empty cmd at prompt | ||
2019-12-30 | Show context numbers in help | ||
2019-12-29 | Fix build break | ||
2019-12-29 | Automagically handle archives | ||
2019-12-29 | Code refactor | ||
2019-12-29 | Retire execute file | ||
There is no way to detect and handle GUI executables. Must run manually. | |||
2019-12-29 | Fix #420: simplify bookmarking, retire lead key | ||
2019-12-28 | Keybind v for version sort | ||
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 | ||