| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-22 | Show file details in less | ||
| 2017-04-22 | Show help in less | ||
| 2017-04-22 | Wrap etries within same line | ||
| 2017-04-22 | Add Homebrew link | ||
| 2017-04-21 | Show media information using mediainfo | ||
| 2017-04-21 | Use NNN_DE_FILE_MANAGER | ||
| 2017-04-21 | Update README.md | ||
| 2017-04-21 | Hold allocated memory till program exit | ||
| 2017-04-20 | Use NAME_MAX, reuse newpath, update stats | ||
| 2017-04-20 | Support . and .. at chdir prompt | ||
| 2017-04-20 | Use readline() at chdir prompt | ||
| With the features the readline library provides it would be too naive to ignore. We break out of the curses mode into the prompt and get back in. This change introduces dependency on libncurses. | |||
| 2017-04-20 | Support cd on quit | ||
| 2017-04-16 | Makefile: use libncurses instead of libncursesw on Darwin | ||
| macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character support, but not libncursesw. | |||
| 2017-04-16 | Use libncursesw for internationalization | ||
| Update README on dependencies | |||
| 2017-04-16 | .Bd directive has no matching .Ed | ||
| Add .Ed to match with .Bd | |||
| 2017-04-15 | Add 'How to', devs sections | ||
| 2017-04-15 | Add program help | ||
| 2017-04-14 | Add badges | ||
| 2017-04-14 | Support key 'q' to exit extra screens | ||
| 2017-04-14 | Fix #8: Use digits for month, re-arrange date, time | ||
| 2017-04-14 | Fix #8: set loale post ncurses init | ||
| 2017-04-14 | Option -S: start in disk usage analyzer mode | ||
| 2017-04-14 | Add a quickstart section | ||
| 2017-04-13 | Add installation instructions | ||
| 2017-04-13 | Move man to $PREFIX/share/man | ||
| 2017-04-13 | Update README | ||
| 2017-04-13 | Prepare for release v1.0 | ||
| 2017-04-13 | Add Makefile.generic, update docs | ||
| 2017-04-12 | Support open current dir in desktop file manager | ||
| 2017-04-12 | Update README.md | ||
| 2017-04-11 | realloc() 32 entries at a time | ||
| 2017-04-11 | Maximize rlimit, switch to detail view in du mode | ||
| 2017-04-10 | .travis.yml: bring back -Werror | ||
| Convert warnings to errors on CI, or they'll go unnoticed. | |||
| 2017-04-11 | Fix #4. | ||
| 2017-04-11 | Optimize dentfill | ||
| 2017-04-10 | Toggle help and file details screens with same key | ||
| 2017-04-10 | Use static vars | ||
| 2017-04-10 | Show unprivileged free blocks in du mode | ||
| 2017-04-10 | Update README | ||
| 2017-04-10 | Initial path: support sort by disk usage | ||
| 2017-04-08 | Key - to jump to last visited directory | ||
| 2017-04-08 | Remove redundant search when entering directory | ||
| 2017-04-07 | Add notes on fallback opener | ||
| 2017-04-06 | Show marker only when spawning a shell. | ||
| 2017-04-06 | Brand new video. Thanks @zmwangx! | ||
| 2017-04-06 | Try fallbak for missing apps, use popen wrapper | ||
| 2017-04-06 | Resolve ~ (HOME) at chdir prompt | ||
| 2017-04-06 | Show notifier only for associations | ||
| 2017-04-04 | Disable checksum calculation | ||
| 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 | ||
| 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? ;) | |||