Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphaqu/ignition
Linux app launcher
https://github.com/alphaqu/ignition
Last synced: about 2 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T08:56:45.000Z (3 months ago)
- Last Synced: 2024-10-21T12:28:09.639Z (3 months ago)
- Language: Rust
- Size: 5.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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`)