Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-28 | Add automatic RPM builds via travis (#18) | Michael Fenn | |
* 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 | Arun Prakash Jana | |
2017-04-26 | Update README | Arun Prakash Jana | |
2017-04-26 | Add instructions to install dependencies | Arun Prakash Jana | |
2017-04-26 | Exit if parent has exited (#16) | aaeilm | |
2017-04-25 | Honour EDITOR and PAGER everywhere | Arun Prakash Jana | |
2017-04-25 | Add Mentions | Arun Prakash Jana | |
2017-04-25 | Polish change directory logic | Arun Prakash Jana | |
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 ..... | Arun Prakash Jana | |
2017-04-24 | Merge pull request #14 from szlin/master | Arun Prakash Jana | |
Add definition of PATH_MAX on GNU/Hurd | |||
2017-04-24 | MAX_PATH is not defined in some platforms, most notably GNU/Hurd. Therefore, ↵ | SZ Lin (林上智) | |
I define it here to 4096 which is the same value in limits.h. | |||
2017-04-24 | Reformat key listing. | Arun Prakash Jana | |
2017-04-24 | Support jump to initial directory | Arun Prakash Jana | |
This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address. | |||
2017-04-24 | Update readme | Arun Prakash Jana | |
2017-04-23 | nlay - a highly customizable file handler | Arun Prakash Jana | |
2017-04-22 | Fix build break on OS X | Arun Prakash Jana | |
2017-04-22 | Do not wait when spawning DE file manager | Arun Prakash Jana | |
2017-04-22 | Show file details in less | Arun Prakash Jana | |
2017-04-22 | Show help in less | Arun Prakash Jana | |
2017-04-22 | Wrap etries within same line | Arun Prakash Jana | |
2017-04-22 | Add Homebrew link | Arun Prakash Jana | |
2017-04-21 | Show media information using mediainfo | Arun Prakash Jana | |
2017-04-21 | Use NNN_DE_FILE_MANAGER | Arun Prakash Jana | |
2017-04-21 | Update README.md | Arun Prakash Jana | |
2017-04-21 | Hold allocated memory till program exit | Arun Prakash Jana | |
2017-04-20 | Use NAME_MAX, reuse newpath, update stats | Arun Prakash Jana | |
2017-04-20 | Support . and .. at chdir prompt | Arun Prakash Jana | |
2017-04-20 | Use readline() at chdir prompt | Arun Prakash Jana | |
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 | Arun Prakash Jana | |
2017-04-16 | Makefile: use libncurses instead of libncursesw on Darwin | Zhiming Wang | |
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 | Arun Prakash Jana | |
Update README on dependencies | |||
2017-04-16 | .Bd directive has no matching .Ed | SZ Lin | |
Add .Ed to match with .Bd | |||
2017-04-15 | Add 'How to', devs sections | Arun Prakash Jana | |
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. |