Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-15 | Add program help | Arun Prakash Jana | |
2017-04-14 | Add badges | Arun Prakash Jana | |
2017-04-14 | Support key 'q' to exit extra screens | Arun Prakash Jana | |
2017-04-14 | Fix #8: Use digits for month, re-arrange date, time | Arun Prakash Jana | |
2017-04-14 | Fix #8: set loale post ncurses init | Arun Prakash Jana | |
2017-04-14 | Option -S: start in disk usage analyzer mode | Arun Prakash Jana | |
2017-04-14 | Add a quickstart section | Arun Prakash Jana | |
2017-04-13 | Add installation instructions | Arun Prakash Jana | |
2017-04-13 | Move man to $PREFIX/share/man | Arun Prakash Jana | |
2017-04-13 | Update README | Arun Prakash Jana | |
2017-04-13 | Prepare for release v1.0 | Arun Prakash Jana | |
2017-04-13 | Add Makefile.generic, update docs | Arun Prakash Jana | |
2017-04-12 | Support open current dir in desktop file manager | Arun Prakash Jana | |
2017-04-12 | Update README.md | Arun Prakash Jana | |
2017-04-11 | realloc() 32 entries at a time | Arun Prakash Jana | |
2017-04-11 | Maximize rlimit, switch to detail view in du mode | Arun Prakash Jana | |
2017-04-10 | .travis.yml: bring back -Werror | Zhiming Wang | |
Convert warnings to errors on CI, or they'll go unnoticed. | |||
2017-04-11 | Fix #4. | Arun Prakash Jana | |
2017-04-11 | Optimize dentfill | Arun Prakash Jana | |
2017-04-10 | Toggle help and file details screens with same key | Arun Prakash Jana | |
2017-04-10 | Use static vars | Arun Prakash Jana | |
2017-04-10 | Show unprivileged free blocks in du mode | Arun Prakash Jana | |
2017-04-10 | Update README | Arun Prakash Jana | |
2017-04-10 | Initial path: support sort by disk usage | Arun Prakash Jana | |
2017-04-08 | Key - to jump to last visited directory | Arun Prakash Jana | |
2017-04-08 | Remove redundant search when entering directory | Arun Prakash Jana | |
2017-04-07 | Add notes on fallback opener | Arun Prakash Jana | |
2017-04-06 | Show marker only when spawning a shell. | Arun Prakash Jana | |
2017-04-06 | Brand new video. Thanks @zmwangx! | Arun Prakash Jana | |
2017-04-06 | Try fallbak for missing apps, use popen wrapper | Arun Prakash Jana | |
2017-04-06 | Resolve ~ (HOME) at chdir prompt | Arun Prakash Jana | |
2017-04-06 | Show notifier only for associations | Arun Prakash Jana | |
2017-04-04 | Disable checksum calculation | Arun Prakash Jana | |
Calculation can take very long. Most Unix-ish OSes have utilities to do this. | |||
2017-04-04 | vim-ish binding for jump to first and last entry | Arun Prakash Jana | |
It was troubling me. Mimicking 'gg' would have been hacky and would need additional processing... 'g' was free. Who cares even if you press twice? ;) | |||
2017-04-04 | Fix warnings. Harden compilation. | Arun Prakash Jana | |
2017-04-04 | Merge pull request #3 from zmwangx/travis | Arun Prakash Jana | |
Test on Travis | |||
2017-04-03 | Add .travis.yml | Zhiming Wang | |
2017-04-04 | ASCII Art to indicate nnn launched program | Arun Prakash Jana | |
2017-04-03 | Allow custom CFLAGS and CPPFLAGS in Makefile | Zhiming Wang | |
This is consistent with the fact that custom LDFLAGS are already allowed, and for once, it makes warning options easier to control. Also use automatic variables $@ and $^ consistently. | |||
2017-04-03 | Update static associations | Arun Prakash Jana | |
2017-04-03 | Use double quotes to handle file names with spaces | Arun Prakash Jana | |
Remove dependency on cut. | |||
2017-04-03 | Add help screen on keybinds | Arun Prakash Jana | |
2017-04-03 | Show stat, file, md5, sh256 in file details | Arun Prakash Jana | |
This commit adds dependencies on file, openssl and cut binaries. | |||
2017-04-03 | Show file details | Arun Prakash Jana | |
We closely follow the output for stat(1). | |||
2017-04-02 | Remove redundant stuff | Arun Prakash Jana | |
1. Have a faster copy of strlcpy() 2. Remove redundant legacy files 3. Fix an issue with NULL check on array name | |||
2017-04-02 | Optimize directory search | Arun Prakash Jana | |
2017-04-02 | Use standard function for numeric sort | Arun Prakash Jana | |
Numeric is numeric i.e., n, -n. +n. Other forms such as --n, ++n, -c, +c should not be considered numeric. If size is same (e.g. dirs), use alphanum sort. | |||
2017-04-02 | Revert non-portable optimization | Arun Prakash Jana | |
2017-04-02 | Merge pull request #2 from zmwangx/gitignore | Arun Prakash Jana | |
Add .gitignore to ignore compilation products | |||
2017-04-01 | Add .gitignore to ignore compilation products | Zhiming Wang | |