alaconfig

Crates.ioalaconfig
lib.rsalaconfig
version0.1.0
sourcesrc
created_at2024-08-19 16:40:35.084334
updated_at2024-08-19 16:40:35.084334
descriptionAlacritty Configurator
homepagehttps://github.com/maverik-io
repositoryhttps://github.com/maverik-io/alaconfig
max_upload_size
id1344114
size19,213
Joseph Chacko (maverik-io)

documentation

README

alaconfig

A handy tool to edit your alacritty config from the command line without editing the config file.

Installation

cargo install alaconfig

Commands

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"
Commit count: 0

cargo fmt