Skip to content

v0.1.0 — Initial Alpha Release

Pre-release
Pre-release

Choose a tag to compare

@jetomev jetomev released this 07 Apr 02:05

⚡ AlacrittyForge v0.1.0 — Initial Alpha Release

First working alpha release of AlacrittyForge — a Catppuccin Mocha themed TUI
for managing and customizing the Alacritty terminal emulator.


What's included

  • 🏠 Dashboard — config status, active theme, font, opacity, backup count
  • 🔧 Config Editor — browse and edit all alacritty.toml settings with live validation
  • 🎨 Theme Browser — browse installed themes, preview color palettes, apply with one key
  • 🔤 Font Manager — edit font family, style, size, spacing, with system font listing
  • Key Bindings — view default and user bindings, add and delete custom bindings
  • 🗂 Automatic Backups — timestamped backups before every change

Requirements

  • Linux
  • Python 3.11+
  • sudo pacman -S python-textual python-rich python-tomli-w

Installation

git clone https://github.com/jetomev/alacrittyforge.git
cd alacrittyforge
python main.py

Known limitations (to be addressed in v0.2.0)

  • Settings with fixed options (cursor shape, decorations, startup mode) require manual text input — dropdowns coming in v0.2.0
  • Font picker is display-only — scrollable interactive picker coming in v0.2.0
  • No backup restore screen yet — coming in v0.2.0
  • Screenshots not yet in README