zg (a dependency of libvaxis) was transferred to a new repo and libvaxis would fail to build. Update to the new libvaxis
Unclaimed project
Are you a maintainer of zf? Claim this project to take control of your public changelog and roadmap.
Changelog
a commandline fuzzy finder and zig module designed for filtering filepaths
zg (a dependency of libvaxis) was transferred to a new repo and libvaxis would fail to build. Update to the new libvaxis
A small bugfix release to fix the keybindings so that ctrl-p moves the selection up
Additionally:
This release adds support for an fzf inspired --preview option, updates the Zig module API, and rewrites the UI to use libvaxis.
The --preview option can be used to run a command for the currently selected line. The stdout of the command is collected and displayed in a preview window on the right. {} characters in the command will b...
This release supports both Zig 0.12.1 and 0.13.0.
No changes since the last release. Just tagging a new version so package managers can build with the newest releases of Zig.
A small release to fix two potential crashes
fix: fix crash when input is invalid utf8 (50e3a8)
zf incorrectly assumed that the input was valid utf-8 encoded unicode. Now the input is validated before normalization.
fix: avoid integer overflow when selecting line down ([0456b7](https://github.com/natecraddock/zf/commi...