Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-18 | Make search prefix-basedHEADmaster | Tim Segers | |
2020-11-18 | Fix #784: support msys2 compilation | Arun Prakash Jana | |
2020-11-17 | Prepare for release v3.5 Freddie | Arun Prakash Jana | |
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury | |||
2020-11-14 | Update help | Arun Prakash Jana | |
2020-11-13 | Q - error & quit if no selection, else pick & quit | Arun Prakash Jana | |
2020-11-13 | Fix #777: input stream ishould trump -s/-S | Arun Prakash Jana | |
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 | Arun Prakash Jana | |
2020-11-10 | Fix #775: quit on double Esc | Arun Prakash Jana | |
2020-11-05 | Fix locker not invoked | Arun Prakash Jana | |
2020-10-31 | make option O_NOUG to compile out user group info | Arun Prakash Jana | |
2020-10-31 | Option -U to show user and group in status bar | Arun Prakash Jana | |
2020-10-20 | Fix build break | Arun Prakash Jana | |
2020-10-18 | Fix #763: Revert "Fix #759" (makes nnn hang when used in a script) | Arun Prakash Jana | |
This reverts commit c0745727481af78f93512821aaca8484b273faa2. | |||
2020-10-15 | Fix #759 | Arun Prakash Jana | |
2020-10-12 | docs: fix simple typo: sdtout -> stdout (#755) | Tim Gates | |
2020-10-10 | Fix #739 #753 | Arun Prakash Jana | |
2020-10-08 | Fix #750: add more clarity to unmount help | Arun Prakash Jana | |
2020-10-02 | Fix #741 | Arun Prakash Jana | |
2020-09-29 | Fix indentation | Arun Prakash Jana | |
2020-09-29 | Fix rollover bug (#747) | lvgx | |
* Fix rollover bug Fixes #743 * Snap to edges in no rollover multiline scroll mode * Style fix | |||
2020-09-28 | Fix #744 | Arun Prakash Jana | |
2020-09-26 | Use inline for once-used function | Arun Prakash Jana | |
2020-09-26 | Fix #740 | Arun Prakash Jana | |
2020-09-26 | Let buffer for current path be auto-allocated | Arun Prakash Jana | |
2020-09-24 | Range selection: replace ^K by ^Space | Arun Prakash Jana | |
2020-09-20 | make option O_NOSSN to compile out session | Arun Prakash Jana | |
2020-09-18 | Fix #728 | Arun Prakash Jana | |
2020-09-18 | Fix #735 | Arun Prakash Jana | |
2020-09-18 | Color for vtt sub icons | Arun Prakash Jana | |
2020-09-18 | Color more doc type icons | Arun Prakash Jana | |
2020-09-15 | Fix #730 | Arun Prakash Jana | |
2020-09-14 | Add nerdfont defs file and normalize vars (#722) | Dave Snider | |
* Add nerdfont defs file and normalize vars * some cleanup * address feedback * one more spacing issue * address feedback | |||
2020-09-11 | Update tagline | Arun Prakash Jana | |
2020-09-06 | Honor -C for context colors | Arun Prakash Jana | |
2020-09-02 | Ad instruction on reserved bitfield | Arun Prakash Jana | |
2020-09-01 | Option -D to show dirs in context color | Arun Prakash Jana | |
2020-08-30 | Add option to not move to next entry on select (#713) | FriendlyNeighborhoodShane | |
2020-08-28 | Cycle time, size, clear order at sort prompt with ^T | 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-18 | Prepare for release v3.4 | Arun Prakash Jana | |
2020-08-18 | Fix #704 | Arun Prakash Jana | |
2020-08-17 | Minor refactor | Arun Prakash Jana | |
2020-08-17 | More icons | Arun Prakash Jana | |
2020-08-16 | More icons | Arun Prakash Jana | |
2020-08-16 | More icon extns, reserve number entries | Arun Prakash Jana | |
2020-08-16 | Support icon-specific colors | 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-15 | More appropriate enum name | Arun Prakash Jana | |
2020-08-15 | Force accurate regex match | Arun Prakash Jana | |