Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-09 | Fix a couple of warnings on BSDs (#54) | ||
2017-10-09 | archive listing is done using atool | ||
2017-10-08 | Fix segfault when SHLVL env var is not available (#52) | ||
2017-10-08 | Correct name checking for NEW and RENAME (#53) | ||
2017-10-08 | Add ExifTool URL (#51) | ||
2017-10-08 | OpenBSD compatibility support (#48) | ||
* Improve compatibility with OpenBSD * Fix indefinite blocking | |||
2017-10-05 | include sys/types.h for non-glibc linux builds (#46) | ||
2017-10-05 | Use sudo to install packagecore | ||
2017-10-05 | Prepare for release v1.5 | ||
2017-10-02 | Update help | ||
2017-10-02 | Fix alignment in examples | ||
2017-10-01 | Remove redundant conversion | ||
2017-10-01 | Disable noti subscription for the same dir | ||
2017-10-01 | Change archive list shortcut to 'F' | ||
2017-09-30 | Fix #44: document PAGER usage in certain screens | ||
2017-09-27 | Enable O3 optimization | ||
2017-09-27 | Revert "Archive handling on OS X using unar+lsar" | ||
This reverts commit 1e859eb1370bd67cecd06b7bc8c6f885b80554bd. We will use atool on OS X as well, it can be brewed easily. | |||
2017-09-27 | Archive handling on OS X using unar+lsar | ||
2017-09-27 | Support archive listing and extraction | ||
2017-09-27 | Show current entry number in du mode | ||
2017-09-27 | Show current entry number. | ||
...because you need to know where you are. | |||
2017-09-24 | Fix #42 | ||
2017-09-23 | Add badge to PPA for Ubuntu variants | ||
2017-09-23 | nnn is on Ubuntu 17.10 | ||
2017-09-20 | Add step to set NNN_NOWAIT in Quickstart | ||
2017-09-19 | Update NNN_NOWAIT changes | ||
2017-09-19 | Prevent nnn from waiting on open file process (#40) | ||
* Prevent nnn from waiting on open file process * Add env var flag to not wait for child process when opening file * Set nowait flag once to skip bit-or every time we open a file * Add documentation for NNN_NOWAIT | |||
2017-09-13 | Skip entries in case fstatat() fails, do not exit | ||
2017-09-11 | New video | ||
2017-09-10 | Support file and dir create | ||
2017-09-09 | Convert metaviewer and color to bitfields | ||
2017-09-09 | Add general info in help | ||
2017-09-05 | Add package information | ||
2017-09-05 | Change donation button | ||
2017-09-04 | Add gcc, pkg-config as build deps | ||
2017-09-04 | Update README | ||
2017-09-04 | Prepare for v1.4 release | ||
2017-09-03 | Clean up after compilation | ||
2017-09-02 | Add pin directory in cool list | ||
2017-09-02 | Make test script more aggressive | ||
2017-09-02 | Reorder APIs | ||
2017-09-02 | Disable dircolor if no sub-directories | ||
Fix regression from 1e5a0b8c5bc78462956d01c647293a7da594c36f. | |||
2017-09-02 | Add tests for Unicode and astral codepoints | ||
2017-09-02 | Note Makefile.native differences | ||
2017-09-02 | Re-arrange artifacts | ||
2017-09-02 | Make mktest.sh an executable | ||
2017-09-02 | Add auto-completion scripts | ||
2017-09-02 | Move config.h to nnn.h | ||
2017-09-02 | Change name to scripts directory | ||
2017-09-02 | Integrate PackageCore to generate packages | ||