| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-02 | Fix #219 | ||
| 2019-03-01 | Use stat to show file details | ||
| 2019-03-01 | Remove redundant char | ||
| 2019-03-01 | Code refactor | ||
| 2019-03-01 | Fix lint error | ||
| 2019-03-01 | Fix #141, #196 | ||
| 2019-02-28 | Fix order | ||
| 2019-02-28 | Remove option to disable color | ||
| 2019-02-28 | Don't remember initial dir per-context | ||
| 2019-02-28 | Fix Travis break | ||
| 2019-02-28 | Code reformat | ||
| 2019-02-28 | Wild mode for nav-as-you-type | ||
| 2019-02-28 | Simpler symlink to dir check | ||
| 2019-02-28 | Code refatoring | ||
| 2019-02-25 | Fix #214: show cp, mv progress with advcpmv | ||
| 2019-02-25 | Set max cols required to show file info | ||
| 2019-02-24 | Fix checkpatch warning | ||
| 2019-02-24 | Fix prompt | ||
| 2019-02-24 | Update program help | ||
| 2019-02-24 | Just show the last level | ||
| 2019-02-24 | Use late binding for notes and scripts | ||
| 2019-02-23 | Add key 'K' to toggle selection | ||
| 2019-02-23 | Show permissions in detail mode | ||
| 2019-02-23 | Remove unused crc8init function | ||
| 2019-02-23 | checkpatch fix: refactor cd on quit | ||
| 2019-02-23 | checkpatch fix: refactor run script code | ||
| 2019-02-23 | checkpatch fix: refactor file path copy | ||
| 2019-02-23 | Single loop coloring | ||
| 2019-02-23 | Fix checkpatch warnings | ||
| 2019-02-22 | Add target norl to drop libreadline | ||
| 2019-02-22 | Use a shorter macro | ||
| 2019-02-19 | Fix compilation failure on Trusty | ||
| 2019-02-19 | Prepare for release v2.3 | ||
| 2019-02-16 | Change strings | ||
| 2019-02-13 | Add comments | ||
| 2019-02-12 | Fix file name generation | ||
| 2019-02-12 | Terminate string only once | ||
| 2019-02-12 | Fix #208: cut at correct codepoint for CJK | ||
| 2019-02-11 | Use tmp buffer to redraw() | ||
| 2019-02-11 | Fix indentation | ||
| 2019-02-11 | Pressing Enter is simpler for some checks | ||
| 2019-02-10 | Fix #207: use correct description | ||
| 2019-02-10 | Simplify check | ||
| 2019-02-10 | Fix build break | ||
| 2019-02-10 | Use y/Y for all confirmations | ||
| 2019-02-10 | Fix https://github.com/mcchrish/nnn.vim/issues/39 | ||
| If nnn is started in the picker mode, do NOT use libreadline. Fallback to the stock mechanism to show the command prompt. | |||
| 2019-02-09 | initialize on declaration | ||
| 2019-02-09 | Fix build break | ||
| 2019-02-09 | Use sigaction | ||
| 2019-02-08 | Refresh contents after a ^C | ||