No-bullshit app launcher, that doesn't slow you down like Spotlight does.
Currently only supports macOS. It is still a WIP but basic functionality is implemented.
- Ensure app is launched
- Option+Space (⌥+Space) to start a search
- Search for the app you want
- Press enter to launch the first result
- Otherwise click the entry with your cursor
- It's really fast. App launches instantly. Searches happen instantly.
- Uses a native renderer.
- Lightweight app.
- Dead simple.
- Predictive search that learns as you go.
At this time there are no pre-packaged releases, so you will need to build the app yourself.
You'll need cargo bundle:
cargo install cargo-bundle
Then run bundle.sh:
chmod +x bundle.sh
./bundle.shAlternatively, run: RUSTFLAGS='-C target-cpu=native' cargo bundle --release
The roadmap is available at https://github.com/users/hackerbirds/projects/3. The current plan is to reach a 1.0 release, after which the app will be considered complete.
