- https://github.com/unhappychoice/gitlogue
- https://qiita.com/unhappychoice/items/7e2d792dbf7993ac4465
# インストール
brew install unhappychoice/tap/gitlogue
# 実行
gitlogue --order asc --speed 10 --ignore "*.json" --ignore "public/*.*"
# esc で pause (menu あり)
# space で pause (menu なし)
# p で previous commit
# n で next commit# スクリーンセーバー開始
gitlogue
# 特定のコミットを再生
gitlogue --commit abc123
# 直近5コミットを再生
gitlogue --commit HEAD~5..HEAD
# 古い順に再生
gitlogue --order asc
# ループ再生
gitlogue --commit abc123 --loop
# テーマを変更
gitlogue --theme dracula
# タイピング速度を調整 (文字あたりのミリ秒)
gitlogue --speed 20
# 特定のファイルパターンを無視
gitlogue --ignore "*.json"
# テーマ一覧を表示
gitlogue theme list
# デフォルトテーマを設定
gitlogue theme set dracula