luthien-terminal

Crates.ioluthien-terminal
lib.rsluthien-terminal
version0.1.0
sourcesrc
created_at2021-05-18 04:17:45.071283
updated_at2021-05-18 04:17:45.071283
descriptionLuthien plugin which applies colors to terminals.
homepage
repository
max_upload_size
id398840
size14,228
Max Niederman (max-niederman)

documentation

README

Luthien Terminal

luthien-terminal automatically sets the color schemes of open terminals from the Luthien theme. It also outputs a list of control sequences which can be used to set the colors of new terminals as well.

Unfortunately, luthien-terminal only works on Unix-like systems.

Installation

Install using Cargo from Crates.io:

cargo install luthien-terminal

Configuration

Add a plugin to your Luthien config:

[[plugins]]
executable = "~/.cargo/bin/luthien-terminal"

Usage

Now when you run Luthien, the colorschemes of open terminals will be set automatically. However, if you open a new terminal, it won't have the correct colorscheme. This can be remedied by sending the correct control sequences to the terminal when it's opened.

Add the following to your ~/.bashrc or similar:

cat ~/.local/share/luthien/outputs/plugins/terminal/sequences
Commit count: 0

cargo fmt