Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Revert to dev tag | ||
2020-11-17 | Prepare for release v3.5 Freddie | ||
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury | |||
2020-10-31 | Update Haiku Makefile | ||
2020-10-31 | Option -U to show user and group in status bar | ||
2020-09-11 | Update tagline | ||
2020-09-09 | Fix #724 | ||
2020-09-01 | Update auto-completion scripts | ||
2020-08-21 | Add support for Alexey Tourbin's QSORT code (#708) | ||
* Add support for Alexey Tourbin's QSORT code See https://github.com/svpv/qsort * Add benchmark scripts and compilation mode Compile with `make O_BENCHMARK=1`, and run benchmarks with e.g.: ./misc/test/benchmark.sh ./nnn '/' '/usr/bin' '/usr/lib' > benchdata You can then plot basic violin graphs with: ./misc/test/plot-bench.py benchdata * Update style, doc, haiku support, fix lint | |||
2020-08-20 | Haiku: Some small fixes to the recipe and resource file (#707) | ||
* Haiku: Some small fixes to the recipe and resource file Whoops...just some small fixes. * Update nnn.rdef Co-authored-by: Jana <engineerarun@gmail.com> | |||
2020-08-18 | Update Haiku Makefile | ||
2020-08-18 | Prepare for release v3.4 | ||
2020-08-16 | Minor reformat | ||
2020-08-16 | Icons (#697) | ||
* Add icons * Fix build break * Fix icon position in detailed mode * Various fixes * Provision for icon specific colors No icons with oldcolor. Small optimizatons * Update Makefiles Small refinement for other matching | |||
2020-08-14 | Initialize all make options | ||
2020-08-09 | Haiku: General fixup, add icon, add rdef file | ||
- Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however) - Add a rdef file (specifies application metadata) - Add clipboard support, notififcation support, and basic nuke support - Fix support for fortunes on Haiku ("-s" option is not available on Haiku) - Cleanup Haiku recipe | |||
2020-08-04 | Program option to use older | ||
2020-07-14 | Prepare for release v3.3 | ||
2020-06-19 | Update contributing guideline | ||
2020-06-15 | Option -u to disable current/selection prompt | ||
2020-06-11 | Feature #534: Support hardware cursor sync | ||
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. |