Crates.io | alaconfig |
lib.rs | alaconfig |
version | 0.1.0 |
source | src |
created_at | 2024-08-19 16:40:35.084334 |
updated_at | 2024-08-19 16:40:35.084334 |
description | Alacritty Configurator |
homepage | https://github.com/maverik-io |
repository | https://github.com/maverik-io/alaconfig |
max_upload_size | |
id | 1344114 |
size | 19,213 |
A handy tool to edit your alacritty config from the command line without editing the config file.
cargo install alaconfig
There are only 2 commands
set
=> set a config parameter
eg.
$> alaconfig set font jetbrains mono
get
=> gets a set config parameter
eg.
$> alaconfig get font family = "Jetbrains Mono"