Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphaqu/ignition

Linux app launcher
https://github.com/alphaqu/ignition

Last synced: about 2 months ago
JSON representation

Linux app launcher

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`)