Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 402 Bytes

File metadata and controls

19 lines (13 loc) · 402 Bytes

TCconv: Terminal Color configurations Converter

Convert color schemes between Alacritty, Windows Terminal, XShell, SecureCRT... and so on.

Syntax similar to iconv.

Usage

# With parameters
tcconv -f WindowsTerminal -t XShell settings.json -o Darcula.xcs
# With stdin/stdout
cat settings.json | tcconv > Darcula.xcs
# List supported profile formats
tcconv -l

Support