termy-cli) for managing configuration, listing system resources, and accessing terminal features without opening the GUI.
Installation
The CLI tool is installed automatically with Termy and is available as:- Binary name:
termy-cli - Version: Check with
termy-cli -version
The CLI tool is separate from the main Termy application and can be used independently to manage your configuration and inspect system resources.
Quick Start
View all available commands:Available Commands
Information & Discovery
| Command | Description |
|---|---|
-help | Show all available commands |
-version | Display version information |
-list-fonts | List available monospace fonts on your system |
-list-themes | Show all built-in color themes |
-list-keybinds | Display all keyboard shortcuts |
-list-colors | Show colors for the current theme |
-list-actions | List available keybind actions |
Configuration Management
| Command | Description |
|---|---|
-show-config | Display current configuration |
-edit-config | Open config file in your editor |
-validate-config | Check configuration file for errors |
-prettify-config | Format config file (removes comments) |
Interactive Interface
| Command | Description |
|---|---|
-tui | Launch interactive TUI for all CLI features |
Updates
| Command | Description |
|---|---|
-update | Check for available updates |
Common Usage Patterns
Discovering Available Resources
Before customizing your terminal, explore what’s available:Managing Configuration
Quickly edit and validate your configuration:Working with Keybindings
Inspect and discover keyboard shortcuts:Interactive TUI Mode
For a more visual experience, launch the interactive TUI:- Easy navigation between all CLI features
- Visual display of configuration, themes, fonts, and keybindings
- Live validation feedback
- Quick access to edit config
Configuration File Location
The CLI operates on your Termy configuration file located at:- macOS:
~/.config/termy/config - Linux:
~/.config/termy/config - Windows:
%APPDATA%\termy\config
Output Formats
CLI commands output plain text for easy parsing and scripting:Exit Codes
The CLI follows standard exit code conventions:- 0: Success
- 1: Error (invalid config, validation failure, etc.)
Next Steps
List Fonts
Discover available monospace fonts
List Themes
Browse built-in color themes
Config Management
Edit and validate configuration
Interactive TUI
Use the visual interface