magnickolas / alacritty-scheme-switcher

Switch Alacritty color schemes with shortcut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alacritty-scheme-switcher

A single-purpose script for switching alacritty color schemes with a shortcut.

Quickstart

  1. Install using one of the following options:
  • Get the statically linked binary for x86_64 from the releases section and put it in some directory from PATH
  • Install from source with cargo install --path .
  1. Add a script trigger by any binding that you like under the key_bindings section inside alacritty.yml:
  - { key: F, mods: Control, command: {program: "alacritty_scheme_switcher"} }

About

Switch Alacritty color schemes with shortcut

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%