TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Tig 1.0 released - ncurses text-mode interface for git

56 点作者 keyist大约 13 年前

7 条评论

askedrelic大约 13 年前
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.
martiell大约 13 年前
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 未加载
melicerte大约 13 年前
Good to see people still develop using ncurse. It is quite different from the "SaaS in the cloud" trend.
Sodaware大约 13 年前
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>
bct大约 13 年前
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 未加载
grimborg大约 13 年前
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.
antidoh大约 13 年前
Tig is the only git viewer that I like.
评论 #3959855 未加载
评论 #3961390 未加载