Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-26 | Add instructions to install dependencies | Arun Prakash Jana | |
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 | 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 | Do not wait when spawning DE file manager | 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 | 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 '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 | 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 | 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 | Optimize dentfill | Arun Prakash Jana | |
2017-04-10 | Toggle help and file details screens with same key | Arun Prakash Jana | |
2017-04-10 | Update README | Arun Prakash Jana | |
2017-04-10 | Initial path: support sort by disk usage | Arun Prakash Jana | |
2017-04-08 | Key - to jump to last visited directory | Arun Prakash Jana | |
2017-04-07 | Add notes on fallback opener | Arun Prakash Jana | |
2017-04-06 | Brand new video. Thanks @zmwangx! | Arun Prakash Jana | |
2017-04-06 | Show notifier only for associations | Arun Prakash Jana | |
2017-04-04 | Disable checksum calculation | Arun Prakash Jana | |
Calculation can take very long. Most Unix-ish OSes have utilities to do this. | |||
2017-04-04 | vim-ish binding for jump to first and last entry | Arun Prakash Jana | |
It was troubling me. Mimicking 'gg' would have been hacky and would need additional processing... 'g' was free. Who cares even if you press twice? ;) | |||
2017-04-03 | Add help screen on keybinds | Arun Prakash Jana | |
2017-04-03 | Show stat, file, md5, sh256 in file details | Arun Prakash Jana | |
This commit adds dependencies on file, openssl and cut binaries. | |||
2017-04-03 | Show file details | Arun Prakash Jana | |
We closely follow the output for stat(1). | |||
2017-04-02 | Revert non-portable optimization | Arun Prakash Jana | |
2017-04-02 | Show directories first | Arun Prakash Jana | |
2017-04-02 | Support sort by numeric value for numeric names | Arun Prakash Jana | |
2017-04-01 | An optimized dirname() | Arun Prakash Jana | |
2017-04-01 | Support opening in detail view mode | Arun Prakash Jana | |
2017-04-01 | Open audio files with mpv | Arun Prakash Jana | |
2017-04-01 | Remove sh as script opener, use vi | Arun Prakash Jana | |