with one click
tig
tig text-mode git interface. Use for git browsing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
tig text-mode git interface. Use for git browsing.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | tig |
| description | tig text-mode git interface. Use for git browsing. |
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser.
tig shows the commit graph beautifully in the terminal.tig blame file.txt is faster than any GUI.tig status allows staging files quickly.Vim-like bindings (j, k) to scroll. Enter to drill down.
Do:
git config --global core.pager "tig" (optional, but powerful).Don't: