Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:8
forks:2
updated:February 10, 2026 at 17:05
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| 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: