Is a simple and powerful application launcher for linux.
- Made in rust and launches extremly quickly.
- Typo-tollerant and allows you to butcher spelling every day.
- Scores commonly used applications higher
- Modern UI with flavourful animations
Sept.2.2024.09-18-22.mp4
Install Rust and check that its correctly installed by running
cargo --version
cargo run
To build and run the application in debug.
cargo build --release
to compile binaries (they will be located at /target/release/ignition)