Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

処理表示をカラーリングしたい #1660

Closed
kmuto opened this issue Feb 8, 2021 · 1 comment
Closed

処理表示をカラーリングしたい #1660

kmuto opened this issue Feb 8, 2021 · 1 comment

Comments

@kmuto
Copy link
Owner

kmuto commented Feb 8, 2021

Vivliostyle-CLIの処理表示がほどよいカラーリングのかんじなので真似したい。

  • 緑太字のチェックマーク+黒のメッセージ: そのプロセスが成功
  • 赤太字のバツマーク+赤太字のメッセージ: エラー
  • 薄緑か青のぐるぐるマーク: 時間のかかる処理を実行中 (これは出力した行を再描画しないと無理そう?)

カラーリングはカラー可能ttyのみで、リダイレクトされた場合は黒のままにする。

@takahashim
Copy link
Collaborator

最近のRubyではTTY-Toolkitシリーズが定番そうではあります。
https://ttytoolkit.org/

TTY全部はてんこ盛りすぎるので、一部を使うだけで良いはず。ログを吐くだけならtty-loggerとかでしょうか。
https://github.com/piotrmurach/tty-logger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants