| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | Remove shortcuts ^H, ^N, ^P | ||
| 2019-01-23 | Remove calls to strtoll for numeric sort | ||
| 2019-01-22 | Revert "Use library function for numeric sort" | ||
| This reverts commit 1b494b0d26f1ff529aa6a6c1dd3768bcaa3aa0a6. | |||
| 2019-01-22 | Use library function for numeric sort | ||
| 2019-01-22 | Remove redundant string copy | ||
| 2019-01-22 | Fix regression | ||
| 2019-01-22 | Code reformat | ||
| 2019-01-21 | Fix mode check | ||
| 2019-01-21 | Remove redundant param | ||
| 2019-01-21 | Update docs | ||
| 2019-01-21 | Use early error checks | ||
| Early check for empty file name in populate(). Check access before calling populate(). Drop populate() return type. | |||
| 2019-01-21 | Optimized strcmp() macro | ||
| 2019-01-21 | Code reformat | ||
| 2019-01-20 | Re-orient config vars | ||
| 2019-01-20 | Code refactor | ||
| 2019-01-20 | Remove redundant tmp assignment | ||
| 2019-01-20 | Support no suffix for link name | ||
| 2019-01-20 | Simplify writing selection | ||
| 2019-01-20 | Code reformat | ||
| 2019-01-20 | Support link creation | ||
| 2019-01-20 | Update docs | ||
| 2019-01-19 | Update memory stats | ||
| 2019-01-19 | Combine navigation case | ||
| 2019-01-19 | Combine cases | ||
| SEL_CDHOME, SEL_CDBEGIN, SEL_CDLAST, SEL_VISIT | |||
| 2019-01-19 | Document macros | ||
| 2019-01-19 | Document NNN_TMPFILE | ||
| 2019-01-19 | Take notes with N | ||
| 2019-01-19 | Remove key Backspace | ||
| 2019-01-19 | Update docs | ||
| 2019-01-19 | Key N to switch to context N | ||
| 2019-01-19 | Remove keys ^, $ | ||
| 2019-01-19 | Use a more sensible var name | ||
| 2019-01-19 | Code refactor | ||
| 2019-01-18 | Fix broken links | ||
| 2019-01-18 | Update docs | ||
| 2019-01-18 | Merge pull request #194 from TBK/patch-3 | ||
| Add install command for Alpine Linux | |||
| 2019-01-18 | Add install command for Alpine Linux | ||
| 2019-01-18 | Update video image | ||
| 2019-01-17 | Code reformat | ||
| 2019-01-17 | Use a concise help | ||
| 2019-01-17 | CURSYM is redundant in detail mode | ||
| 2019-01-17 | Code reformat | ||
| 2019-01-17 | Update README | ||
| 2019-01-16 | Resurrect NNN_OPENER | ||
| 2019-01-15 | Update docs | ||
| 2019-01-15 | Merge pull request #191 from szlin/master | ||
| Fix warning of implicit declaration of function 'strcasestr' | |||
| 2019-01-15 | Fix warning of implicit declaration of function 'strcasestr' | ||
| According to manpage of strcasestr [1], the macro function needs to be added. [1] https://linux.die.net/man/3/strcasestr Signed-off-by: SZ Lin (林上智) <szlin@debian.org> | |||
| 2019-01-15 | Change env var name | ||
| 2019-01-13 | Use Ubuntu Xenial image to build | ||
| 2019-01-13 | Support substring match in filter mode | ||