Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-17 | Remove contraint on num_args | Arun Prakash Jana | |
2017-05-16 | Home-grown xstrlcpy() | Arun Prakash Jana | |
2017-05-16 | Add check to defer name to number conversion | Arun Prakash Jana | |
2017-05-15 | Update help | Arun Prakash Jana | |
2017-05-15 | Fix #27: use catfish as default search utility | Arun Prakash Jana | |
2017-05-15 | Get rid of unsafe system(3) calls | Arun Prakash Jana | |
2017-05-15 | Fix regression from 08d87405d09d5667f6a3e90703f289bb5c30521c | Arun Prakash Jana | |
2017-05-15 | Use execlp(3) instead of popen(3) | Arun Prakash Jana | |
2017-05-15 | Use a global buffer for isolated functions | Arun Prakash Jana | |
2017-05-15 | Touchbase buffer manipulation | Arun Prakash Jana | |
2017-05-15 | Replace system(3) with spawn() | Arun Prakash Jana | |
2017-05-14 | Fix #26: Provide an option to use a custom nlay file. | Arun Prakash Jana | |
2017-05-14 | Fix #29 | Arun Prakash Jana | |
Limit all xstrlcpy() calls by dest length. Escape filenames in system(3) calls. | |||
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-11 | Prepare for release v1.1 | 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-04-29 | Remove sizeof() is absolute cases | Arun Prakash Jana | |
2017-04-29 | Support search as you type | 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 | Exit if parent has exited (#16) | aaeilm | |
2017-04-25 | Honour EDITOR and PAGER everywhere | 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 | 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-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-21 | Show media information using mediainfo | Arun Prakash Jana | |
2017-04-21 | Use NNN_DE_FILE_MANAGER | 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 | Use libncursesw for internationalization | Arun Prakash Jana | |
Update README on dependencies | |||
2017-04-15 | Add program help | 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 | |