| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-03 | Esc to send hovered path to FIFO | ||
| 2020-06-02 | Key | to send file path to FIFO | ||
| 2020-05-31 | Remove redundant key F5 | ||
| 2020-05-30 | F5 to redraw (even with filter) | ||
| 2020-05-30 | Retire ^S as select plugin | ||
| 2020-05-30 | Support make option O_CTX8 for 8 contexts | ||
| Note that this is not compatible with 4 contexts. | |||
| 2020-05-29 | Remove F5 for toggle hidden (misfit) | ||
| 2020-03-29 | Reduce presel usage | ||
| 2020-03-29 | Refactor change directory | ||
| 2020-03-29 | Experimental: retain filter in normal mode | ||
| 2020-03-28 | Support time type (access/change/mod) change | ||
| 2020-03-20 | Key > to export file list | ||
| 2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
| 2020-02-14 | Compile option O_NOMOUSE to disable mouse support | ||
| 2020-02-01 | Fix #446 | ||
| 2020-01-31 | Auto-proceed on open (key + to toggle) | ||
| 2020-01-18 | Key F5 toggle hidden | ||
| 2020-01-16 | Quit with an error code (#442) | ||
| * Quit with an error code * Use `Q` as "quit with err" * Remove extra var and simplify conditions * Revert combining conditions * Fix formatting * Format help with as much tabs as possible | |||
| 2020-01-15 | Use / to toggle string and regex | ||
| 2020-01-14 | Keybind changes | ||
| 2020-01-14 | Fix doc | ||
| 2020-01-14 | New lowercase keys | ||
| 2020-01-14 | Key 0 to lock | ||
| 2020-01-14 | Remove p and e | ||
| 2020-01-14 | List from selection file if nothing selected | ||
| 2020-01-13 | Remove list selection | ||
| 2020-01-13 | Revert to key m to Mark range | ||
| 2020-01-13 | Key ' for range selection | ||
| 2020-01-13 | Unify plugin keys | ||
| 2020-01-13 | Combine list, edit selection. Key ^Y | ||
| 2020-01-13 | Key z to archive, fix du order issue | ||
| 2020-01-13 | Order toggle re-factor | ||
| 2020-01-13 | Key f for first file | ||
| 2020-01-11 | Key ^F to fire plugin | ||
| 2020-01-11 | Enable filter mode when there's a filter | ||
| 2020-01-09 | Do not reload dir on sort order change when filter is on | ||
| 2020-01-09 | Implement reverse sorting | ||
| 2020-01-02 | Support toggle exe | ||
| 2019-12-31 | Update copyright year | ||
| 2019-12-30 | Drop ^T, no reload after empty cmd at prompt | ||
| 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-27 | Refactor plugin handling | ||
| 2019-12-25 | Revert "Fix #420: reduce Lead key to bookmark key" | ||
| This reverts commit 1ed5febe0c298cc932a2127b8ba061fe941ea379. | |||
| 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-25 | Fix #420: reduce Lead key to bookmark key | ||