| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-03 | Retain control chars when invoking external utils | ||
| 2017-05-03 | Fix #21 | ||
| We are converting multi-byte to wide char and vice versa to replace the escape chars with ?. Otherwise we run the risk of breaking a Unicode code point. | |||
| 2017-05-02 | Consider only dirs and files in nftw(3) | ||
| 2017-05-01 | Update screencast | ||
| 2017-04-29 | Update scripts | ||
| 2017-04-29 | Remove sizeof() is absolute cases | ||
| 2017-04-29 | Support search as you type | ||
| 2017-04-28 | Only do releases when a tag is pushed | ||
| 2017-04-28 | Update seure key | ||
| 2017-04-28 | Clear history when entering directory | ||
| 2017-04-28 | Add automatic RPM builds via travis (#18) | ||
| * Add automatic RPM builds via travis * readline.h must be imported after stdio.h to pick up def of FILE | |||
| 2017-04-27 | Use curses.h from libncursesw on Linux | ||
| 2017-04-26 | Update README | ||
| 2017-04-26 | Add instructions to install dependencies | ||
| 2017-04-26 | Exit if parent has exited (#16) | ||
| 2017-04-25 | Honour EDITOR and PAGER everywhere | ||
| 2017-04-25 | Add Mentions | ||
| 2017-04-25 | Polish change directory logic | ||
| 1. Strip end spaces and slashes 2. Do NOT change dir if in the same dir 3. Don't go back beyond startup dir with '-' 4. Reset oldpath on cd (other than cd . and ..) 5. Reset filter 6. Update features in README | |||
| 2017-04-24 | Support cd ..... | ||
| 2017-04-24 | Merge pull request #14 from szlin/master | ||
| Add definition of PATH_MAX on GNU/Hurd | |||
| 2017-04-24 | MAX_PATH is not defined in some platforms, most notably GNU/Hurd. Therefore, ↵ | ||
| I define it here to 4096 which is the same value in limits.h. | |||
| 2017-04-24 | Reformat key listing. | ||
| 2017-04-24 | Support jump to initial directory | ||
| This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address. | |||
| 2017-04-24 | Update readme | ||
| 2017-04-23 | nlay - a highly customizable file handler | ||
| 2017-04-22 | Fix build break on OS X | ||
| 2017-04-22 | Do not wait when spawning DE file manager | ||
| 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 | ||