Skip to content

Instantly share code, notes, and snippets.

@yano3nora
Last active May 27, 2026 05:35
Show Gist options
  • Select an option

  • Save yano3nora/c5c498ecdd41c3a0b5f50ff0a4d87119 to your computer and use it in GitHub Desktop.

Select an option

Save yano3nora/c5c498ecdd41c3a0b5f50ff0a4d87119 to your computer and use it in GitHub Desktop.
gitlogue

Overview

# インストール
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment