LoginSignup
0
2

More than 1 year has passed since last update.

ccat で見づらいデフォルト色 ( darkblue ) を変更する

Last updated at Posted at 2018-08-06

デフォルト色の例

ccat README.md

image

色を変えた例

darkblue 設定の3項目を変更する。

ccat README.md -G Keyword="*glay*" -G Decimal="glay" -G Plaintext="glay"

image

デフォルト設定

プロフィールファイルでエイリアス設定する。

~/.zshrc
alias ccat='ccat -G Keyword="*glay*" -G Decimal="glay" -G Plaintext="glay"'

色と項目のバリエーションを確認する

ccat --palette

( なんたるコマンドオプション名の美しさや )

image

Gist

Github

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2