Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-06 | patool - update docs | ||
2018-09-06 | Add wrapper script for patool integration | ||
2018-09-02 | Reduce indentation level, simpler boolean checks | ||
2018-09-02 | Make setting NNN_TMPFILE explicit | ||
2018-08-29 | With current features, DE file manager is redundant | ||
2018-08-28 | Print prompt even on no matches | ||
2018-08-28 | Document Cygwin opener | ||
2018-08-28 | Include header for ffs() | ||
2018-08-26 | Use underline to show cur dir | ||
2018-08-26 | A more visible current dir | ||
2018-08-18 | Document dual-pane or multi-pane mode | ||
2018-08-18 | Update mentions | ||
2018-08-17 | Show dir symbol in symlink file stat | ||
2018-08-16 | Remove readline dep and use native prompt | ||
- `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit | |||
2018-08-16 | Update program help | ||
2018-08-16 | Centred column | ||
2018-08-16 | Use symbol @/ to denote symbolic link to directory | ||
2018-08-16 | Document that filenames are not unquoted | ||
2018-08-12 | fix invalid command (#113) | ||
* fix invalid command * adding '-S' argument | |||
2018-08-10 | Try trusty | ||
2018-08-10 | Install setptools | ||
2018-08-10 | Enable pip upgrade | ||
2018-08-10 | Disabled package generation for Ubuntu 17.10 | ||
2018-08-10 | Try building on Xenial | ||
2018-08-10 | Prepare for release v1.9 | ||
2018-08-10 | Remove inactive code | ||
2018-08-08 | Update docs | ||
2018-08-08 | Forward filtering optimization | ||
2018-08-08 | Implement dir auto-select in nav-as-you-type mode. | ||
If only one entry matches regex filter and it it a directory, cd into it. | |||
2018-08-08 | Fixed link | ||
2018-08-07 | nnn is a file manager now | ||
2018-08-06 | PR #111: Multiple string constants concatenate since C99 | ||
2018-07-19 | Show selection name in archive option | ||
2018-07-18 | Add link to repos | ||
2018-07-12 | Reduce indentation level | ||
2018-07-08 | Fix checkpatch warnings | ||
2018-07-06 | Fix indentation | ||
2018-07-04 | ToDo list is rolled | ||
2018-07-04 | Pass current file name as first argument to custom scripts | ||
2018-07-04 | Replace multiple if with switch | ||
2018-07-04 | Handle '\b' at prompt in earlier curses (rhel25) | ||
2018-06-27 | Add Space as 2nd file-path copier key (easy to use) | ||
2018-06-18 | Update documentation | ||
2018-06-17 | Bring examples below description | ||
2018-06-17 | Support multiple scripts | ||
2018-06-17 | Example to integrate fzy using custom script | ||
2018-06-08 | Add LinuxLinks to Mentions section | ||
2018-05-19 | Use macro instead if hardcoded value | ||
2018-05-19 | Fix #108: wrap user and group strings for NULL | ||
2018-05-15 | Add OpenBSD as a packager | ||