https://github.com/alphaqu/ignition
Linux app launcher
https://github.com/alphaqu/ignition
Last synced: 4 months ago
JSON representation
Linux app launcher
- Host: GitHub
- URL: https://github.com/alphaqu/ignition
- Owner: alphaqu
- License: mit
- Created: 2024-10-17T16:10:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T08:56:45.000Z (over 1 year ago)
- Last Synced: 2025-04-22T17:59:18.157Z (about 1 year ago)
- Language: Rust
- Size: 5.57 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ignition
Is a simple and powerful application launcher for linux.
## Features
- 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
## Demonstration
https://github.com/user-attachments/assets/c1b44e53-44bb-41bc-aa04-771dc7f2b20b
## Building
Install Rust and check that its correctly installed by running
```
cargo --version
```
#### Running/Developing
```
cargo run
```
To build and run the application in debug.
#### Building binaries
```
cargo build --release
```
to compile binaries (they will be located at `/target/release/ignition`)