Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-22 | Check if path exists before trying to create | ||
2020-01-22 | Use indicative dir names when creating | ||
2020-01-21 | Remove redundant variables/assignments | ||
2020-01-21 | Remove redundant check | ||
2020-01-21 | Update badges | ||
2020-01-20 | Initialize mask | ||
2020-01-20 | Code refactor | ||
2020-01-20 | Revert "Update badges" | ||
This reverts commit 3d98daaf27a0ac20dc4914e756faeb9da77f0b7a. | |||
2020-01-20 | Update badges | ||
2020-01-19 | Refactor | ||
2020-01-19 | Copy current name in API | ||
2020-01-18 | Refactor | ||
2020-01-18 | checkpatch.pl fixes | ||
2020-01-18 | Shorten env vars | ||
2020-01-18 | Use macro | ||
2020-01-18 | Get rid of modulo operation | ||
2020-01-18 | Key F5 toggle hidden | ||
2020-01-18 | Merge functions | ||
2020-01-18 | fixed a formating error (#444) | ||
Some normal text was indent a little, which caused to to become a code | |||
2020-01-18 | Use simpler logic to show progress on Linux | ||
2020-01-17 | Clear lastname is the top file is deleted | ||
2020-01-17 | Revert "Revert "Fixed calculation of capacity on OpenBSD (#441)"" | ||
This reverts commit 681b22d5c76356912fe29eb5769a92634329ad9b. The statvfs man page: http://man7.org/linux/man-pages/man3/statvfs.3.html says clearly: fsblkcnt_t f_blocks; /* Size of fs in f_frsize units */ I missed this earlier. | |||
2020-01-17 | Options -e and -t | ||
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-17 | Fix: crash on entering empty dir, then press down | ||
2020-01-17 | Remove redundant check | ||
2020-01-16 | Use do-while instead of while | ||
2020-01-16 | Revert "Fixed calculation of capacity on OpenBSD (#441)" | ||
This reverts commit 527e995f1f6686966fcf13181d7a922d913aac95. | |||
2020-01-16 | Update docs | ||
2020-01-16 | A fancier prompt | ||
2020-01-16 | Quit with an error code (#442) | ||
* Quit with an error code * Use `Q` as "quit with err" * Remove extra var and simplify conditions * Revert combining conditions * Fix formatting * Format help with as much tabs as possible | |||
2020-01-16 | Fixed calculation of capacity on OpenBSD (#441) | ||
2020-01-15 | Release improvements, take 2 (#440) | ||
* Revert "Undo changes from #417" * Do not remove .git folder | |||
2020-01-15 | Change command order | ||
2020-01-15 | Update docs | ||
2020-01-15 | Fix alignment | ||
2020-01-15 | Undo changes from #417 | ||
2020-01-15 | Use shorter lines in man page | ||
2020-01-15 | Use / to toggle string and regex | ||
2020-01-15 | Prepare for release v2.9 | ||
2020-01-15 | Catch NULL from malloc() (#438) | ||
* Catch NULL from malloc() * Tidy up errors * Make indentaion look pretty in git | |||
2020-01-15 | Use macro to print error | ||
2020-01-15 | While drawing lines, set correct color | ||
2020-01-14 | (B)Tab for BackTab | ||
2020-01-14 | Show order info in filter info bar | ||
2020-01-14 | Keybind changes | ||
2020-01-14 | Fix doc | ||
2020-01-14 | New lowercase keys | ||
2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
2020-01-14 | Key 0 to lock | ||
2020-01-14 | Remove p and e | ||