TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tig 1.0 released - ncurses text-mode interface for git

56 pointsby keyistabout 13 years ago

7 comments

askedrelicabout 13 years ago
Sweet! I use tig daily as my main git viewer.<p>Here are some bindings my in .tigrc, which I use in the log viewer window, to make it more vim like:<p>bind generic g move-first-line<p>bind generic G move-last-line<p>bind generic n next<p>bind generic p previous<p>I generally use n/p to flip between commits in log view, hit enter to view a specific commit, and then j/k to move lines on the commit view.
martiellabout 13 years ago
My favourite things about Tig:<p><pre><code> * It's fast. * It's there in the terminal, right where you're using git. * Hence, easy to use over ssh :) * Familiar keyboard shortcuts (press 'h' for help). * Combined log/diff view, where each scrolls independently. * 'tig --all' </code></pre> I've often wished I could use it to start a rebase, but besides that, I find it damn near perfect.
评论 #3959499 未加载
melicerteabout 13 years ago
Good to see people still develop using ncurse. It is quite different from the "SaaS in the cloud" trend.
Sodawareabout 13 years ago
The main project site has more information, as well as some screenshots: <a href="http://jonas.nitro.dk/tig/" rel="nofollow">http://jonas.nitro.dk/tig/</a>
bctabout 13 years ago
Interesting. It looks similar to the vim plugin fugitive: <a href="http://www.vim.org/scripts/script.php?script_id=2975" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2975</a>
评论 #3960591 未加载
grimborgabout 13 years ago
I love it, shame that most of the time I work with Mercurial... Is there anything like a tig for hg? I haven't been able to find it.
antidohabout 13 years ago
Tig is the only git viewer that I like.
评论 #3959855 未加载
评论 #3961390 未加载