Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-02 | Update instruction | Arun Prakash Jana | |
2018-05-02 | Prepare for release v1.8 | Arun Prakash Jana | |
2018-05-01 | Update help on filter | Arun Prakash Jana | |
2018-04-26 | Update image | Arun Prakash Jana | |
2018-04-26 | Merge fs functions | Arun Prakash Jana | |
2018-04-26 | Fix man page | 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-19 | nnn is always quoted | Arun Prakash Jana | |
2018-04-19 | Fix #104: document tmux TERM setting | 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 | |
2018-04-10 | Added brackets for tcc compliance (#103) | arcadius3d | |
2018-04-09 | Source code release tarball build on Travis-CI (#101) | jolpaz | |
* Build source tarball on travis CI And add it to github release along with other packages. * Change key for releases upload * Fix repo for release upload * Revert to upstream's creds and repo. | |||
2018-04-08 | Prefer VISUAL, if defined over EDITOR | Arun Prakash Jana | |
2018-04-04 | Update for PR #100: man and README should be in sync | Arun Prakash Jana | |
2018-04-04 | Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100) | Jakub Jirutka | |
2018-04-01 | Update help | Arun Prakash Jana | |
2018-04-01 | Add more phony targets | Arun Prakash Jana | |
2018-04-01 | Update link to ToDo list | Arun Prakash Jana | |
2018-04-01 | Show more useful info in help | Arun Prakash Jana | |
2018-03-31 | Show help on typing ? at empty filter prompt | Arun Prakash Jana | |
2018-03-30 | Document how to integrate sxiv | Arun Prakash Jana | |
2018-03-30 | Support screen locking on Linux | Arun Prakash Jana | |
2018-03-30 | New shortcut ^] to spawn shell in current dir | Arun Prakash Jana | |
2018-03-30 | Add install commands for listed packagers | Arun Prakash Jana | |
2018-03-28 | Support ^A, ^E, ^U and ignore ^ chars at rename prompt | Arun Prakash Jana | |
2018-03-19 | Switch to current dir to run editor/vidir | Arun Prakash Jana | |
2018-03-19 | Fix test dir name | Arun Prakash Jana | |
2018-03-19 | Run a custom script support | Arun Prakash Jana | |
2018-03-19 | Omit sorting if no matches/entries | Arun Prakash Jana | |
2018-03-19 | Free regex | Arun Prakash Jana | |
2018-03-18 | Update features | Arun Prakash Jana | |
2018-03-18 | Add Fedora as a packager | Arun Prakash Jana | |
2018-03-16 | Retain nav-as-you-type mode after exiting spawned shell | Arun Prakash Jana | |
2018-03-16 | Remove reference of NNN_NOWAIT | Arun Prakash Jana | |
2018-03-16 | Fix #81: GUI programs shouldn't exit on closing the parent terminal | Arun Prakash Jana | |
Issue reproduction steps: 1. Spawn a GUI program e.g. open a PDF file in zathura or evince. 2. Without quitting `nnn` close the terminal. 3. Notice that the application quits too. Can be a nagging issue if someone is not using a drop-down terminal. Fix: detach a GUI child and start it in a new session. There are 2 aspects to this commit: - It fixes #81: in cases where we do not wait for a spawned child we can assume that the child is a GUI process. We detach and spawn the child in a new session. - It changes the behaviour to @Rahi374's suggestion in PR #40 i.e. invoke the DE opener in F_NOWAIT mode. | |||
2018-03-15 | nlay: use more portable shebang for bash. (#98) | maxice8 | |
2018-03-14 | Fix #97: add manpage for nlay | Arun Prakash Jana | |