Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-13 | Make Makefile generic | Arun Prakash Jana | |
2017-05-13 | pkg-config for ncurses (#25) | Johnathan Jenkins | |
2017-05-13 | Fix #23 | Arun Prakash Jana | |
2017-05-12 | Update performance figures | Arun Prakash Jana | |
2017-05-11 | Prepare for release v1.1 | Arun Prakash Jana | |
2017-05-07 | Add Say Thanks!, change PayPal badge | Arun Prakash Jana | |
2017-05-04 | Only one check suffices (if *buf, it's > 0) | Arun Prakash Jana | |
2017-05-03 | Retain control chars when invoking external utils | Arun Prakash Jana | |
2017-05-03 | Fix #21 | Arun Prakash Jana | |
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) | Arun Prakash Jana | |
2017-05-01 | Update screencast | Arun Prakash Jana | |
2017-04-29 | Update scripts | Arun Prakash Jana | |
2017-04-29 | Remove sizeof() is absolute cases | Arun Prakash Jana | |
2017-04-29 | Support search as you type | Arun Prakash Jana | |
2017-04-28 | Only do releases when a tag is pushed | Michael Fenn | |
2017-04-28 | Update seure key | Arun Prakash Jana | |
2017-04-28 | Clear history when entering directory | Arun Prakash Jana | |
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 | |