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
- Host: GitHub
- URL: https://github.com/daedlock/alacritty-theme-cycler
- Owner: daedlock
- Created: 2024-07-07T23:53:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T10:18:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-27T05:42:56.048Z (over 1 year ago)
- Topics: alacritty, rust, switcher, themes
- Language: Rust
- Homepage:
- Size: 904 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```