tig
Text-mode interface for Git with log, blame, and status views
Git & Version Control
C
tig is a text-mode interface for Git. It serves mainly as a Git repository browser, but can also assist in staging changes for commit.
インストール
brew
brew install tig
apt
apt install tig
デモ
▶ GIF
tig — Text-Mode Interface for Git
@agentgif
▶ GIF
tig — text-mode Git interface for browsing history
@agentgif
▶ GIF
tig log --all — visualise all branches in a single graph
@agentgif
▶ GIF
tig — lazygit vs gitui vs tig
@agentgif
▶ GIF
tig blame file.py — annotate each line with its originating commit
@agentgif
関連ツール
lazygit
Simple terminal UI for git commands
GitUIBlazing fast terminal-ui for git written in Rust
deltaA syntax-highlighting pager for git, diff, and grep output
difftasticA structural diff that understands syntax
git-graphCommand-line tool to show clear git graphs in your terminal
onefetchCommand-line Git information tool showing repo summary
gitleaksProtect and discover secrets in your code repositories
GitHub CLIGitHub's official command-line tool for PRs, issues, and re…