Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | Check for file first (more in number) | Arun Prakash Jana | |
2020-04-14 | MInor refactor | Arun Prakash Jana | |
2020-04-14 | Update docs | Arun Prakash Jana | |
2020-04-14 | Update docs | Arun Prakash Jana | |
2020-04-13 | Reduce the scope of loop variables | Arun Prakash Jana | |
2020-04-13 | Fix typo (#516) | Katrin Leinweber | |
2020-04-13 | Make NNN_COLORS override NO_COLORS (#515) | lvgx | |
2020-04-13 | Fix build break | Arun Prakash Jana | |
2020-04-13 | Fix build break | Arun Prakash Jana | |
2020-04-13 | Fix symlink to dir indicator in detail mode | Arun Prakash Jana | |
2020-04-13 | Use memccpy | Arun Prakash Jana | |
2020-04-13 | Happy Birthday nnn! 🍰 | Arun Prakash Jana | |
2020-04-12 | Support $FZF_DEFAULT_COMMAND on fzopen plugin (#514) | Krisan Alifari | |
2020-04-12 | Change nav-as-you-type to type-to-nav | Arun Prakash Jana | |
2020-04-12 | Simplified dirname() | Arun Prakash Jana | |
2020-04-12 | Simplify finding valid parent | Arun Prakash Jana | |
2020-04-12 | Fix indent | Arun Prakash Jana | |
2020-04-12 | Opinionated xstrlcpy changes (#513) | Saagar Jha | |
* 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 | Arun Prakash Jana | |
2020-04-11 | Minor refactor | Arun Prakash Jana | |
2020-04-11 | Update docs | Arun Prakash Jana | |
2020-04-10 | Hover on dir and connect remote | Arun Prakash Jana | |
2020-04-10 | Update docs | Arun Prakash Jana | |
2020-04-09 | Minor reformat | Arun Prakash Jana | |
2020-04-09 | Show status bar info in context color | Arun Prakash Jana | |
2020-04-09 | Update docs | Arun Prakash Jana | |
2020-04-07 | x to extract archive | Arun Prakash Jana | |
2020-04-06 | Fix #511: chew ling strings at filter prompt | Arun Prakash Jana | |
2020-04-06 | Fix #511 | Arun Prakash Jana | |
2020-04-06 | Fix #510 | Arun Prakash Jana | |
2020-04-05 | A nocolor msg print | Arun Prakash Jana | |
2020-04-05 | Remove redundant calls | Arun Prakash Jana | |
2020-04-05 | Fix jump on canceled duplicate | Arun Prakash Jana | |
2020-04-05 | Support only NO_COLOR, revert -C to disable color | Arun Prakash Jana | |
2020-04-05 | Add suport for "standard" NO_COLOR env variable (#508) | lvgx | |
See https://no-color.org | |||
2020-04-05 | Fix screen not cleared with drag down on narrow terms | Arun Prakash Jana | |
2020-04-05 | With dimming, @ is not required for symlink to dir | Arun Prakash Jana | |
2020-04-05 | Option -C to disable color | Arun Prakash Jana | |
2020-04-04 | Status bar in context color | Arun Prakash Jana | |
2020-04-04 | Add script to generate files | Arun Prakash Jana | |
2020-04-03 | Update docs | Arun Prakash Jana | |
2020-04-02 | (Sh)TAB should get a new context if required | Arun Prakash Jana | |
2020-04-02 | Added support for fzy (#505) | Nick Waywood | |
* 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) | Nick Waywood | |
* Added fzfz plugin * Fixed shellcheck errors * Fixed copy/paste error | |||
2020-04-01 | Fix #499: add fflush() as well | Arun Prakash Jana | |
2020-04-01 | Fix clang-tidy warnings | Arun Prakash Jana | |
2020-04-01 | Remove redundant param | Arun Prakash Jana | |
2020-04-01 | Fix #499 | Arun Prakash Jana | |
2020-04-01 | Add .desktop file for XDG compatible DEs (#501) | lvgx | |
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 | Arun Prakash Jana | |