Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | Make search prefix-basedHEADmaster | ||
2020-11-18 | Fix #784: support msys2 compilation | ||
2020-11-17 | Prepare for release v3.5 Freddie | ||
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury | |||
2020-11-14 | Update help | ||
2020-11-13 | Q - error & quit if no selection, else pick & quit | ||
2020-11-13 | Fix #777: input stream ishould trump -s/-S | ||
If an input stream is available, prioritize that over sessions. find/grep syntax can be very complex and can be scripted. On the contrary, sessions can be loaded at runtime and the persistent session can be "restored". An interesting use case is the listing is done in picker mode from a script and the user expects to "pick" some entries among the listed search results. Another important change is - if the user tries to load the "last session" explicitly by name instead of using the session option _restore_, we should not overwrite the "last session" ("@") before loading the it. | |||
2020-11-10 | Clean-up help | ||
2020-11-10 | Fix #775: quit on double Esc | ||
2020-11-05 | Fix locker not invoked | ||
2020-10-31 | make option O_NOUG to compile out user group info | ||
2020-10-31 | Option -U to show user and group in status bar | ||
2020-10-20 | Fix build break | ||
2020-10-18 | Fix #763: Revert "Fix #759" (makes nnn hang when used in a script) | ||
This reverts commit c0745727481af78f93512821aaca8484b273faa2. | |||
2020-10-15 | Fix #759 | ||
2020-10-12 | docs: fix simple typo: sdtout -> stdout (#755) | ||
2020-10-10 | Fix #739 #753 | ||
2020-10-08 | Fix #750: add more clarity to unmount help | ||
2020-10-02 | Fix #741 | ||
2020-09-29 | Fix indentation | ||
2020-09-29 | Fix rollover bug (#747) | ||
* Fix rollover bug Fixes #743 * Snap to edges in no rollover multiline scroll mode * Style fix | |||
2020-09-28 | Fix #744 | ||
2020-09-26 | Use inline for once-used function | ||
2020-09-26 | Fix #740 | ||
2020-09-26 | Let buffer for current path be auto-allocated | ||
2020-09-24 | Range selection: replace ^K by ^Space | ||
2020-09-20 | make option O_NOSSN to compile out session | ||
2020-09-18 | Fix #728 | ||
2020-09-18 | Fix #735 | ||
2020-09-18 | Color for vtt sub icons | ||
2020-09-18 | Color more doc type icons | ||
2020-09-15 | Fix #730 | ||
2020-09-14 | Add nerdfont defs file and normalize vars (#722) | ||
* Add nerdfont defs file and normalize vars * some cleanup * address feedback * one more spacing issue * address feedback | |||
2020-09-11 | Update tagline | ||
2020-09-06 | Honor -C for context colors | ||
2020-09-02 | Ad instruction on reserved bitfield | ||
2020-09-01 | Option -D to show dirs in context color | ||
2020-08-30 | Add option to not move to next entry on select (#713) | ||
2020-08-28 | Cycle time, size, clear order at sort prompt with ^T | ||
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-18 | Prepare for release v3.4 | ||
2020-08-18 | Fix #704 | ||
2020-08-17 | Minor refactor | ||
2020-08-17 | More icons | ||
2020-08-16 | More icons | ||
2020-08-16 | More icon extns, reserve number entries | ||
2020-08-16 | Support icon-specific colors | ||
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-15 | More appropriate enum name | ||
2020-08-15 | Force accurate regex match | ||