Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-06 | Create copy file in home dir, remove copy file on exit | Arun Prakash Jana | |
2018-09-06 | Support same dir tmp and nnncp files | Arun Prakash Jana | |
2018-09-02 | Reduce indentation level, simpler boolean checks | Arun Prakash Jana | |
2018-09-02 | Make setting NNN_TMPFILE explicit | Arun Prakash Jana | |
2018-08-28 | Print prompt even on no matches | Arun Prakash Jana | |
2018-08-28 | Include header for ffs() | Arun Prakash Jana | |
2018-08-26 | Use underline to show cur dir | Arun Prakash Jana | |
2018-08-26 | A more visible current dir | Arun Prakash Jana | |
2018-08-17 | Show dir symbol in symlink file stat | Arun Prakash Jana | |
2018-08-16 | Remove readline dep and use native prompt | Arun Prakash Jana | |
- `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 | Arun Prakash Jana | |
2018-08-16 | Use symbol @/ to denote symbolic link to directory | Arun Prakash Jana | |
2018-08-16 | Document that filenames are not unquoted | Arun Prakash Jana | |
2018-08-10 | Prepare for release v1.9 | Arun Prakash Jana | |
2018-08-10 | Remove inactive code | Arun Prakash Jana | |
2018-08-08 | Forward filtering optimization | Arun Prakash Jana | |
2018-08-08 | Implement dir auto-select in nav-as-you-type mode. | Arun Prakash Jana | |
If only one entry matches regex filter and it it a directory, cd into it. | |||
2018-08-07 | nnn is a file manager now | Arun Prakash Jana | |
2018-08-06 | PR #111: Multiple string constants concatenate since C99 | Arun Prakash Jana | |
2018-07-19 | Show selection name in archive option | Arun Prakash Jana | |
2018-07-12 | Reduce indentation level | Arun Prakash Jana | |
2018-07-08 | Fix checkpatch warnings | Arun Prakash Jana | |
2018-07-06 | Fix indentation | Arun Prakash Jana | |
2018-07-04 | Pass current file name as first argument to custom scripts | Arun Prakash Jana | |
2018-07-04 | Replace multiple if with switch | Arun Prakash Jana | |
2018-07-04 | Handle '\b' at prompt in earlier curses (rhel25) | Arun Prakash Jana | |
2018-06-27 | Add Space as 2nd file-path copier key (easy to use) | Arun Prakash Jana | |
2018-06-17 | Support multiple scripts | Arun Prakash Jana | |
2018-05-19 | Use macro instead if hardcoded value | Arun Prakash Jana | |
2018-05-19 | Fix #108: wrap user and group strings for NULL | Arun Prakash Jana | |
2018-05-10 | Remove redundant message | Arun Prakash Jana | |
2018-05-09 | Fix #106: use stock strlen() & strcmp(). | Arun Prakash Jana | |
The binary size increases from 49184 to 49216. | |||
2018-05-07 | Support CYGWIN opener | Arun Prakash Jana | |
2018-05-02 | Prepare for release v1.8 | Arun Prakash Jana | |
2018-04-26 | Merge fs functions | Arun Prakash Jana | |
2018-04-26 | Use static variables for crc8fast | Arun Prakash Jana | |
2018-04-26 | Use a smaller buffer | Arun Prakash Jana | |
2018-04-25 | Use concise change dir prompt | Arun Prakash Jana | |
2018-04-25 | Show cp file when NNN_NO_X is set | Arun Prakash Jana | |
2018-04-25 | Retire readinput() | Arun Prakash Jana | |
2018-04-25 | Tidy up xreadline() | Arun Prakash Jana | |
2018-04-25 | Handle all ^ chars in main loop | Arun Prakash Jana | |
2018-04-25 | Reload contents on archive create, extract | Arun Prakash Jana | |
2018-04-25 | Support archive creation | Arun Prakash Jana | |
2018-04-24 | Use simpler descriptions | Arun Prakash Jana | |
2018-04-22 | multi-cp: show number of cherrypicked files | Arun Prakash Jana | |
2018-04-17 | Two copy modes are exclusive | Arun Prakash Jana | |
2018-04-14 | Fix calculation of remaining copybuf bytes | Arun Prakash Jana | |
Start with PATH_MAX bytes and then double each time. | |||
2018-04-14 | Suppress copier script trace | Arun Prakash Jana | |
2018-04-14 | Move volume capacity, free up | Arun Prakash Jana | |