Auxilium - An app built to look and feel like the spotlight app for mac
Auxilium
Auxilium is an app built to look and feel like the spotlight app for mac, but is made for developers, so you can find solutions on stack overflow faster!
Features
- Light/dark mode toggle
- Dense/comfy settings
- Cross platform
Installation
You can install the app by heading to the latest release and downloading an appropriate version for your operating system.
Keybindings
- Show Auxilium – Alt + Space
- Preferences – Alt + P
- Quit App – Alt + Q
*Not customisable yet
To hide a the search or preferences window, just click of it or focus on another app.
Screenshots
Build Locally
To do this, first clone the project
git clone https://github.com/codeaye/auxilium
Go to the project directory
cd auxilium
Install dependencies
cargo install cargo-commander tauri-cli
Run the setup script
cargo cmd setup
Developement mode
cargo cmd dev
Production mode
cargo cmd build