Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | Support make option O_CTX8 for 8 contexts | ||
Note that this is not compatible with 4 contexts. | |||
2020-05-29 | add 'wraps' attribute to allow autocompletion (#606) | ||
2020-05-26 | x86-64 to x86_64 | ||
2020-05-26 | Prepare for release v3.2 | ||
2020-05-23 | Add openSUSE Tumbleweed | ||
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | ||
* Add -a option to generate a temporary NNN_FIFO * Add documentation for -a option * plugins/README.md: promote the use of -a This obsoletes the global FIFO unlink trick, so I remove mentions of it. @jarun update: Polish -a | |||
2020-05-20 | Remove Fedora 29 (EOL) | ||
2020-05-18 | Option -P: specify plugin key to run on start | ||
2020-05-10 | Fix #564: Option -l: number of lines to move on mouse scroll | ||
2020-05-02 | Fix: BSD expr syntax error on empty $NNNLVL (#546) | ||
2020-05-01 | Install logo to desktop icons (#542) | ||
This shows the "n³" logo as icon in application menus, when desktop file is installed (using `install-desktop` make target). | |||
2020-05-01 | Add a logo for nnn (n³) (#544) | ||
"n³" on a black knight chess piece/black horse head. | |||
2020-05-01 | Update autogen packages | ||
2020-04-24 | Update completion scripts | ||
2020-04-12 | Change nav-as-you-type to type-to-nav | ||
2020-04-05 | Support only NO_COLOR, revert -C to disable color | ||
2020-04-05 | Option -C to disable color | ||
2020-04-04 | Add script to generate files | ||
2020-04-01 | Add .desktop file for XDG compatible DEs (#501) | ||
Install with `make install-desktop` It now appears in application menus, search, etc. in XDG compatible desktop environments (like GNOME, KDE, ...). | |||
2020-03-30 | Add fortune to help | ||
2020-03-28 | Support time type (access/change/mod) change | ||
2020-03-20 | Fix #496: option -f to use readline history file | ||
2020-03-18 | Option -T obsoletes option -v | ||
2020-03-18 | Option -T to change default sort order | ||
2020-03-11 | Add batchrename to readme, minor Makefile change | ||
2020-03-01 | Update Haiku Makefile | ||
2020-02-29 | Merge quitcd scripts for bash and zsh | ||
2020-02-12 | Update Haiku Makefile | ||
2020-01-31 | Compile static bin locally for release (#457) | ||
2020-01-25 | Revert "Test static packaging" | ||
This reverts commit dbcbaa583c4c95ba211bf51127083670a07b430c. | |||
2020-01-25 | Test static packaging | ||
2020-01-17 | Options -e and -t | ||
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
2020-01-12 | Guard against empty | ||
2020-01-09 | Use option -A to disable dir auto-select | ||
2020-01-07 | Fix openSUSE Leap 15.1 package generation | ||
2020-01-03 | Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426) | ||
2019-12-31 | Update copyright year | ||
2019-12-30 | On the fly dist generation | ||
2019-12-29 | Get version string from source | ||
2019-12-28 | Keybind v for version sort | ||
2019-12-27 | Get nnn compile and run on Haiku (#403) | ||
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku | |||
2019-12-25 | Option n - nav as you type, V - version sort | ||
2019-12-25 | Revert "Use b and ^B as bookmark key" | ||
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570. | |||
2019-12-25 | Use b and ^B as bookmark key | ||
2019-12-20 | Program option to load session is now `-s` | ||
- remove auto-stored session "@" on restore - minor help update | |||
2019-12-20 | Revert "Internal states, sessions changes" | ||
This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
2019-12-19 | Simplify QuitCD scripts | ||
2019-12-19 | Internal states, sessions changes | ||
- replace bools for internal non-persistent binary states with an uchar - do not store path to session, derive from config path in tmp buffer - program option to load session is not `-s` - remove auto-stored session "@" on restore - minor help update | |||
2019-12-14 | Fix #402 | ||