FloatingFilter
FloatingFilter copied to clipboard
Floating window to filter arbitrary lists of stuff. Like the Spotlight finder or VSCode command invocation widget
If you have a finite amount of items that you know in advance, the current API is good enough. If, like the actual macOS Spotlight, you run queries based on...
- [ ] Reorganize the code and - [ ] provide a Package manifest
I have a CocoaPods trunk account and can maintain the releases, but I don't have the leisure time to set this up at the moment :) - [ ] add...
Hi, thank you for this great project. Do you know what I’d have to do to make this float above all windows from a global shortcut, like the Spotlight window?
Since 0.8.0 it's possible to inject a custom fuzzy matcher. The current default implementation does filter + sort. This needs documentation.
https://github.com/truizlop/FuzzyFind is another fuzzy matcher people may want to use
https://github.com/helix-editor/nucleo is a Rust library that should be plenty fast to sort through a ton of stuff