| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-05 | Add suport for "standard" NO_COLOR env variable (#508) | ||
| See https://no-color.org | |||
| 2020-04-05 | Fix screen not cleared with drag down on narrow terms | ||
| 2020-04-05 | With dimming, @ is not required for symlink to dir | ||
| 2020-04-05 | Option -C to disable color | ||
| 2020-04-04 | Status bar in context color | ||
| 2020-04-04 | Add script to generate files | ||
| 2020-04-03 | Update docs | ||
| 2020-04-02 | (Sh)TAB should get a new context if required | ||
| 2020-04-02 | Added support for fzy (#505) | ||
| * Added fzfz plugin * Fixed shellcheck errors * Fixed copy/paste error * Added support for fzy, also renamed plugin since it's not specific to fzf anymore * Refactored code * Clean spillovers (jarun) | |||
| 2020-04-01 | Added fzfz plugin (#502) | ||
| * Added fzfz plugin * Fixed shellcheck errors * Fixed copy/paste error | |||
| 2020-04-01 | Fix #499: add fflush() as well | ||
| 2020-04-01 | Fix clang-tidy warnings | ||
| 2020-04-01 | Remove redundant param | ||
| 2020-04-01 | Fix #499 | ||
| 2020-04-01 | Add .desktop file for XDG compatible DEs (#501) | ||
| Install with `make install-desktop` It now appears in application menus, search, etc. in XDG compatible desktop environments (like GNOME, KDE, ...). | |||
| 2020-04-01 | Fix #499: broken readline prompt | ||
| 2020-03-31 | Fix fzcd at /, minot refactor | ||
| 2020-03-31 | Quicker re-sort | ||
| 2020-03-31 | Update docs | ||
| 2020-03-30 | make var O_NOBATCH to compile out native batch renamer | ||
| 2020-03-30 | Add fortune to help | ||
| 2020-03-29 | List mode: limit exceeded error | ||
| 2020-03-29 | Use more sensible msg | ||
| 2020-03-29 | Fix build break | ||
| 2020-03-29 | Fix crash | ||
| 2020-03-29 | Reduce presel usage | ||
| 2020-03-29 | Refactor change directory | ||
| 2020-03-29 | Remove redundant name copy | ||
| 2020-03-29 | No re-filter on MSGWAIT | ||
| 2020-03-29 | Do not reload | ||
| 2020-03-29 | Fix build error | ||
| 2020-03-29 | Reload dir when entering filter mode | ||
| 2020-03-29 | Fix sorting | ||
| 2020-03-29 | Experimental: retain filter in normal mode | ||
| 2020-03-28 | Retain hovered file name in filtered view with delayed msg | ||
| 2020-03-28 | Fix wrong lint report | ||
| 2020-03-28 | Support time type (access/change/mod) change | ||
| 2020-03-27 | Update link | ||
| 2020-03-27 | Statics are always initalized to 0 | ||
| 2020-03-27 | Fix #498 | ||
| 2020-03-25 | Use meaningful vars | ||
| 2020-03-25 | Update docs | ||
| 2020-03-24 | Update badge | ||
| 2020-03-21 | Remove redundant assignments | ||
| 2020-03-21 | Reformat bookmark handling | ||
| 2020-03-21 | Add verbose option (#497) | ||
| 2020-03-21 | Add regex exclude example | ||
| 2020-03-20 | Key > to export file list | ||
| 2020-03-20 | Fix #496: option -f to use readline history file | ||
| 2020-03-18 | Option -T obsoletes option -v | ||