An open API service indexing awesome lists of open source software.

https://github.com/daedlock/alacritty-theme-cycler

A cli tool to cycle through your alacritty themes really quickly
https://github.com/daedlock/alacritty-theme-cycler

alacritty rust switcher themes

Last synced: 9 months ago
JSON representation

A cli tool to cycle through your alacritty themes really quickly

Awesome Lists containing this project

README

          

# Alacritty theme cycler

A cli tool to cycle through alacritty themes with style.

https://github.com/daedlock/alacritty-theme-cycler/assets/842346/be16ab03-3c71-4819-b45f-730329e687d4

## Requirements
- https://crates.io/crates/alacritty-theme-switcher

## Installation

```
git clone https://github.com/daedlock/alacritty-theme-cycler
cd alacritty-theme-cycler
cargo install --path .
```

## Usage
```
atc # Open theme selector
atc n # Cycle to the next theme
atc p # Cycle to the previous theme
atc c # show the current theme
```