Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-01 | Update docs | ||
2020-09-30 | Update docs | ||
2020-09-30 | Update docs | ||
2020-09-29 | Update README.md | ||
2020-09-29 | Fix indentation | ||
2020-09-29 | Merge remote-tracking branch 'origin/fix-rollover-bug' | ||
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-29 | Style fix | ||
2020-09-29 | Snap to edges in no rollover multiline scroll mode | ||
2020-09-29 | Fix rollover bug | ||
Fixes #743 | |||
2020-09-29 | Update docs | ||
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-19 | preview-tabbed will now exit with ^C (#734) | ||
* preview-tabbed will not exit with ^C * preview-tabbed will not exit with ^C | |||
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-17 | Revert "Update image" | ||
This reverts commit 01455b3d3a08bd58161e639dd9103bc01ca01cb5. | |||
2020-09-17 | Update image | ||
2020-09-15 | Fix #730 | ||
2020-09-15 | sxiv automatically plays animations (part2) (#732) | ||
* sxiv automatically plays animations (part2) * Update imgview * Update imgview | |||
2020-09-14 | make sxiv automatically play animations (#731) | ||
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-13 | Update docs | ||
2020-09-11 | Update tagline | ||
2020-09-09 | Fix #724 | ||
2020-09-09 | Merge pull request #725 from 0xACE/previewtab-no-one-left-behind | ||
preview-tabbed now kills lingering viewer | |||
2020-09-08 | preview-tabbed now kills lingering viewer | ||
2020-09-06 | Update docs | ||
2020-09-06 | Honor -C for context colors | ||
2020-09-05 | Update docs | ||
2020-09-02 | Update docs | ||
2020-09-02 | Ad instruction on reserved bitfield | ||
2020-09-01 | Update auto-completion scripts | ||
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-30 | Fix #716 | ||
2020-08-30 | Add comment for imv command in imgview plugin. Check with which instead of ↵ | ||
version (#715) * change version checks to `which` instead. add comments around imvr in linux * add which checks for renamer and preview-tui as well | |||
2020-08-29 | Small plugin for jump. Also adds check for NNN_PIPE to autojump plugin (#714) | ||
* Add jump plugin to nnn * indents * Readme for plugin * add pipe check to autojump * indents to 4 Merge plugins jump and autojump | |||
2020-08-28 | Cycle time, size, clear order at sort prompt with ^T | ||
2020-08-23 | Larger image. | ||
2020-08-23 | Added space after period (#711) | ||
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-20 | nuke: use macOS open when GUI enabled (#705) | ||
* nuke: use macOS open when GUI enabled * nuke: use is_mac function to test for macOS This is consistent with how the imgur plugin does detection. * Add macOS open command to plugins * pskill: only execute if input is non-empty |