| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | ||
| 2020-08-14 | Simplify and preprocess archive handling | ||
| 2020-08-12 | Revert "Set Escape delay to 0" | ||
| An ESCDELAY of 0 can break long escape sequences, such as the arrow keys, on slower terminals. This reverts commit 2599564e6480384b0872174f685c0128276062ca. | |||
| 2020-08-11 | Merge pull request #693 from CodeforEvolution/haikuUpdate | ||
| Haiku: General fixup, add icon, add rdef file | |||
| 2020-08-10 | Fix some directories not opening | ||
| 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-09 | Reduce a check | ||
| 2020-08-08 | Support traversal on creation, update docs | ||
| 2020-08-07 | Revert "Move helper APIs to header file" | ||
| This reverts commit 1fecdb2393c31283267c01dd4f48d9ff6df17474. | |||
| 2020-08-07 | Move helper APIs to header file | ||