9 个版本

0.2.5 2022 年 6 月 16 日
0.2.4 2020 年 6 月 28 日
0.2.2 2020 年 1 月 6 日
0.1.2 2019 年 12 月 18 日
0.1.1 2019 年 3 月 3 日

#2285命令行工具

每月 40 次下载

MIT 许可证

92KB
736 代码行

colortty

colortty 是一个为 alacritty 生成配色方案的实用工具。它还支持以下转换

  • iTerm 2 -> alacritty
  • mintty -> alacritty
  • Gogh -> alacritty

screenshot of colortty list

安装

cargo install colortty

用法

colortty - color scheme converter for alacritty

USAGE:
    # List color schemes at https://github.com/mbadolato/iTerm2-Color-Schemes
    colortty list
    colortty list -p iterm
    colortty list -u # update cached color schemes

    # List color schemes at https://github.com/Gogh-Co/Gogh
    colortty list -p gogh
    colortty list -p gogh -u # update cached color schemes

    # Get color scheme from https://github.com/mbadolato/iTerm2-Color-Schemes
    colortty get <color scheme name>
    colortty get -p iterm <color scheme name>

    # Get color scheme from https://github.com/Gogh-Co/Gogh
    colortty get -p gogh <color scheme name>

    # Convert with implicit input type
    colortty convert some-color.itermcolors
    colortty convert some-color.minttyrc
    colortty convert some-color.sh

    # Convert with explicit input type
    colortty convert -i iterm some-color-theme
    colortty convert -i mintty some-color-theme
    colortty convert -i gogh some-color-theme

    # Convert stdin (explicit input type is necessary)
    cat some-color-theme | colortty convert -i iterm -
    cat some-color-theme | colortty convert -i mintty -
    cat some-color-theme | colortty convert -i gogh -"

开发

安装

cargo install --path .

构建

cargo build

测试

cargo test

许可证

MIT

依赖项

~13–26MB
~406K SLoC