Cli Griderator — Linux, macOS, Windows
======================================

One archive, three installers. From the extracted directory:

    Linux     ./install
              or: ./install.sh

    macOS     ./install
              or: packaging/macos/install-macos.sh
              Homebrew is required: https://brew.sh

    Windows   powershell -ExecutionPolicy Bypass -File packaging\windows\install-windows.ps1
              Needs WSL 2 and WSLg. VTE has no native Windows port.

After install:

    cligrid doctor     check the environment, no window opened
    cligrid            start the grid

Linux dependencies (already on a normal desktop): GTK3, VTE 0.76 or newer
(gir1.2-vte-2.91), tmux, python3-gi, Python 3.10 or newer.

    sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-vte-2.91 tmux

After any of the three installs the application lives in
~/.local/share/cligrid (or PREFIX/share/cligrid). The archive can be deleted.

Free for personal and commercial use under the terms in LICENSE.
Official downloads:
https://kuttystauder.com/development/

The default theme is "griderator". Details: packaging/PLATFORMS.md
