Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-30 | Add an api to check if copying possible | ||
2019-01-30 | natool: support multiple args | ||
2019-01-30 | More concise help | ||
2019-01-30 | Remove dir watch before filtering contents | ||
2019-01-30 | Update docs | ||
2019-01-30 | Support select all with Y | ||
2019-01-30 | Fix crash while writing selection to file | ||
2019-01-30 | Update docs | ||
2019-01-30 | Handle nav cases separately | ||
2019-01-29 | Fix #200: bind ^P to show command prompt | ||
2019-01-29 | Bind ^B to visit pinned dir | ||
2019-01-29 | Update ToDo list link | ||
2019-01-29 | Read before write | ||
2019-01-29 | Place symlinks to dirs along with dirs | ||
2019-01-29 | Add new badge | ||
2019-01-28 | Add comments | ||
2019-01-27 | Change dir before readline() | ||
2019-01-27 | Code reformat | ||
2019-01-26 | Use ^B to visit pinned directory | ||
2019-01-25 | Combine SEL_ASIZE with related cases | ||
2019-01-25 | Fix build break | ||
2019-01-25 | Simpler questions for input | ||
2019-01-25 | Merge pull request #198 from bijanebrahimi/bugfix-openbsd-compile-error | ||
fixed compile error in OpenBSD | |||
2019-01-25 | fixed compile error in OpenBSD | ||
2019-01-25 | 1-pass bookmark parsing | ||
2019-01-25 | Remove another getenv() call | ||
2019-01-24 | Remove calls to atoi | ||
2019-01-24 | Show debug info under DPRINTF | ||
2019-01-24 | Remove redundant function call | ||
2019-01-24 | Use global for HOME | ||
2019-01-24 | Remove extra loop | ||
2019-01-24 | Remove redundant calls | ||
2019-01-24 | Fix build break; rl_menu_complete missing on macOS | ||
2019-01-24 | Use libreadline at command prompt | ||
2019-01-23 | New key to tkae note ^N | ||
2019-01-23 | Un-document ^M | ||
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 | ||