| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-05 | Use vlock as locker, add ^Q to quit | ||
| ^Q would quit even from filter mode | |||
| 2017-06-04 | Update documentation | ||
| 2017-06-04 | Bind ^L to clear prompt | ||
| 2017-06-04 | Update docs on navigate-as-you-type mode | ||
| 2017-06-04 | Insert key for navigate-as-you-type mode | ||
| 2017-06-04 | Navigate-as-you-type support | ||
| 1. Open directories in filter mode 2. Fix arrow keys not working after filter selection (due to invalid cur entry) 3. Support `Insert` key to clear filter prompt 4. Update documentation | |||
| 2017-06-03 | Update HowTo on file copy, move, delete | ||
| Add Debian and Fedora package installation option. | |||
| 2017-05-23 | Use gnome-search-tool as default search utility | ||
| Reasons: gnome-search-tool is much more powerful than other tools in its category. It supports numerous search parameters like size, modification date and supports text search. | |||
| 2017-05-22 | Update features | ||
| 2017-05-22 | Remove redundant variable | ||
| 2017-05-15 | Update help | ||
| 2017-05-15 | Update features | ||
| 2017-05-15 | Fix #27: use catfish as default search utility | ||
| 2017-05-15 | Get rid of unsafe system(3) calls | ||
| 2017-05-14 | Fix #26: Provide an option to use a custom nlay file. | ||
| 2017-05-14 | Update performance matrix (more files) | ||
| 2017-05-12 | Update performance figures | ||
| 2017-05-11 | Prepare for release v1.1 | ||
| 2017-05-07 | Add Say Thanks!, change PayPal badge | ||
| 2017-05-01 | Update screencast | ||
| 2017-04-29 | Update scripts | ||
| 2017-04-29 | Support search as you type | ||
| 2017-04-26 | Update README | ||
| 2017-04-26 | Add instructions to install dependencies | ||
| 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 | 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 | Do not wait when spawning DE file manager | ||
| 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 | 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 | Use libncursesw for internationalization | ||
| Update README on dependencies | |||
| 2017-04-15 | Add 'How to', devs sections | ||
| 2017-04-15 | Add program help | ||
| 2017-04-14 | Add badges | ||
| 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 | Update README | ||
| 2017-04-13 | Prepare for release v1.0 | ||
| 2017-04-13 | Add Makefile.generic, update docs | ||