Crates.io | heimdall-cli |
lib.rs | heimdall-cli |
version | 0.1.11 |
source | src |
created_at | 2023-11-25 13:45:42.206007 |
updated_at | 2024-07-07 13:27:41.820151 |
description | A simple hotkey daemon. Primarily tested on MacOS |
homepage | https://github.com/uzaaft/heimdall |
repository | https://github.com/uzaaft/heimdall |
max_upload_size | |
id | 1048302 |
size | 46,205 |
To get started, simply clone the whole repository, and build it with Rust:
$ cargo install heimdall-cli
To get started with Heimdall, follow these steps:
$XDG_CONFIG_HOME/heimdall/config.toml
The config file has the following format:
[[bindings]]
key = "C"
modifiers = ["Ctrl", "Shift"]
command = "echo hello"
[[bindings]]
key = "D"
modifiers = ["Ctrl"]
command = "osascript -e 'display notification with title \"Hello 👋!\" subtitle \"Hello from Heimdall 😊\" sound name \"Crystal\"'"
2. Start heimdall with the `heim` command. If you want to start the service
$ heim --start-service