zf
zf copied to clipboard
a commandline fuzzy finder designed for filtering filepaths
Packaging
Tracking - [ ] Debian - [x] Mac (homebrew) - [ ] Mac (macports) - [x] Arch Linux - [x] Nixpkgs - [x] Binaries for Linux and macOS (x86 and...
I've had thoughts about various environment variables that would be nice to support in the future. These would be vars rather than flags because they are typically something you would...
```sh git clone https://github.com/matu3ba/chepa/tree/cdbc5cc3574aa38f7604a77d57745f854d8ef783 cd chepa zig build tfgen cd test_folders && rm -fr base_perf && rm -fr control_sequences cd bad_patterns fd -t d | zf ``` output: `zf` terminates...
Reproduce with: ```sh git clone https://github.com/matu3ba/chepa/tree/cdbc5cc3574aa38f7604a77d57745f854d8ef783 cd chepa zig build tfgen cd test_folders && rm -fr base_perf && rm -fr control_sequences cd control_sequences fd -t f | zf ``` output:...
If the passed `--height` is greater than the height of the terminal, then the highlight on the last line is not displayed. I believe was introduced in the latest version...
Today I finally came across a use case for a UI preview. I am still not 100% sure if this is needed, but here are my thoughts A new `--preview`...
When linking libc (needed for pselect), `std.os.system` no longer contains all necessary symbols. Probably an issue with the Zig stdlib. I can work around this for the 0.9.0 release. Future...
Hi, I've been using zf through telescope for a couple of months now, and I love it for both speed and file name matching priority. I'm just wondering if fzf...
Would there be a way to incrementally display results? Currently if ran with `rg --files | zf` in home directory, there is a few seconds blocking until the prompt displays....
I have a local file where I am tracking possible improvements to zf's ranking algorithm, but I figured this would be a better place to keep them. --- In this...