Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | Refactor set_time_type() | ||
2020-04-14 | Check for file first (more in number) | ||
2020-04-14 | MInor refactor | ||
2020-04-13 | Reduce the scope of loop variables | ||
2020-04-13 | Make NNN_COLORS override NO_COLORS (#515) | ||
2020-04-13 | Fix build break | ||
2020-04-13 | Fix build break | ||
2020-04-13 | Fix symlink to dir indicator in detail mode | ||
2020-04-13 | Use memccpy | ||
2020-04-13 | Happy Birthday nnn! 🍰 | ||
2020-04-12 | Change nav-as-you-type to type-to-nav | ||
2020-04-12 | Simplified dirname() | ||
2020-04-12 | Simplify finding valid parent | ||
2020-04-12 | Fix indent | ||
2020-04-12 | Opinionated xstrlcpy changes (#513) | ||
* Unvectorize xstrlcpy On all libcs I could find, memcpy does a better job than we can. * Rename xstrlcpy to xstrsncpy to avoid confusion The semantics of our xstrlcpy differed slightly from strlcpy; we return the number of copied characters; strlcpy returns the strlen(src). strscpy from Linux is similar except it returns the number of copied characters sans the NUL byte, so this is named strsncpy to be different. | |||
2020-04-11 | Minor refactor | ||
2020-04-11 | Minor refactor | ||
2020-04-10 | Hover on dir and connect remote | ||
2020-04-09 | Minor reformat | ||
2020-04-09 | Show status bar info in context color | ||
2020-04-07 | x to extract archive | ||
2020-04-06 | Fix #511: chew ling strings at filter prompt | ||
2020-04-06 | Fix #511 | ||
2020-04-06 | Fix #510 | ||
2020-04-05 | A nocolor msg print | ||
2020-04-05 | Remove redundant calls | ||
2020-04-05 | Fix jump on canceled duplicate | ||
2020-04-05 | Support only NO_COLOR, revert -C to disable color | ||
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-02 | (Sh)TAB should get a new context if required | ||
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 | 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 | ||