Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-31 | Update Haiku Makefile | Arun Prakash Jana | |
2020-10-31 | Option -U to show user and group in status bar | Arun Prakash Jana | |
2020-09-11 | Update tagline | Arun Prakash Jana | |
2020-09-09 | Fix #724 | Arun Prakash Jana | |
2020-09-01 | Update auto-completion scripts | Arun Prakash Jana | |
2020-08-21 | Add support for Alexey Tourbin's QSORT code (#708) | lvgx | |
* 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) | Jake Secunda | |
* 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 | Arun Prakash Jana | |
2020-08-18 | Prepare for release v3.4 | Arun Prakash Jana | |
2020-08-16 | Minor reformat | Arun Prakash Jana | |
2020-08-16 | Icons (#697) | KlzXS | |
* 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 | Arun Prakash Jana | |
2020-08-09 | Haiku: General fixup, add icon, add rdef file | CodeforEvolution | |
- 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 | Arun Prakash Jana | |
2020-07-14 | Prepare for release v3.3 | Arun Prakash Jana | |
2020-06-19 | Update contributing guideline | Arun Prakash Jana | |
2020-06-15 | Option -u to disable current/selection prompt | Arun Prakash Jana | |
2020-06-11 | Feature #534: Support hardware cursor sync | Ian R | |
2020-05-30 | Support make option O_CTX8 for 8 contexts | Arun Prakash Jana | |
Note that this is not compatible with 4 contexts. | |||
2020-05-29 | add 'wraps' attribute to allow autocompletion (#606) | basbebe | |
2020-05-26 | x86-64 to x86_64 | Arun Prakash Jana | |
2020-05-26 | Prepare for release v3.2 | Arun Prakash Jana | |
2020-05-23 | Add openSUSE Tumbleweed | Arun Prakash Jana | |
2020-05-23 | Add -a option to generate a temporary NNN_FIFO (#588) | lvgx | |
* 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) | Arun Prakash Jana | |
2020-05-18 | Option -P: specify plugin key to run on start | Arun Prakash Jana | |
2020-05-10 | Fix #564: Option -l: number of lines to move on mouse scroll | Arun Prakash Jana | |
2020-05-02 | Fix: BSD expr syntax error on empty $NNNLVL (#546) | Rami3L | |
2020-05-01 | Install logo to desktop icons (#542) | lvgx | |
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) | lvgx | |
"n³" on a black knight chess piece/black horse head. | |||
2020-05-01 | Update autogen packages | Arun Prakash Jana | |
2020-04-24 | Update completion scripts | Arun Prakash Jana | |
2020-04-12 | Change nav-as-you-type to type-to-nav | Arun Prakash Jana | |
2020-04-05 | Support only NO_COLOR, revert -C to disable color | Arun Prakash Jana | |
2020-04-05 | Option -C to disable color | Arun Prakash Jana | |
2020-04-04 | Add script to generate files | Arun Prakash Jana | |
2020-04-01 | Add .desktop file for XDG compatible DEs (#501) | lvgx | |
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 | Arun Prakash Jana | |
2020-03-28 | Support time type (access/change/mod) change | Arun Prakash Jana | |
2020-03-20 | Fix #496: option -f to use readline history file | Arun Prakash Jana | |
2020-03-18 | Option -T obsoletes option -v | Arun Prakash Jana | |
2020-03-18 | Option -T to change default sort order | Arun Prakash Jana | |
2020-03-11 | Add batchrename to readme, minor Makefile change | Arun Prakash Jana | |
2020-03-01 | Update Haiku Makefile | Arun Prakash Jana | |
2020-02-29 | Merge quitcd scripts for bash and zsh | Arun Prakash Jana | |
2020-02-12 | Update Haiku Makefile | Arun Prakash Jana | |
2020-01-31 | Compile static bin locally for release (#457) | Maxim Baz | |
2020-01-25 | Revert "Test static packaging" | Arun Prakash Jana | |
This reverts commit dbcbaa583c4c95ba211bf51127083670a07b430c. | |||
2020-01-25 | Test static packaging | Arun Prakash Jana | |
2020-01-17 | Options -e and -t | Arun Prakash Jana | |
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT |