Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://jonas.github.io/tig/
Text-mode interface for git
https://jonas.github.io/tig/
c git ncurses tui
Last synced: about 1 month ago
JSON representation
Text-mode interface for git
- Host: GitHub
- URL: https://jonas.github.io/tig/
- Owner: jonas
- License: gpl-2.0
- Created: 2009-03-01T20:39:25.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T14:52:36.000Z (about 2 months ago)
- Last Synced: 2024-10-27T04:52:36.097Z (about 2 months ago)
- Topics: c, git, ncurses, tui
- Language: C
- Homepage: https://jonas.github.io/tig/
- Size: 7.5 MB
- Stars: 12,445
- Watchers: 164
- Forks: 610
- Open Issues: 203
-
Metadata Files:
- Readme: README.adoc
- Changelog: NEWS.adoc
- License: COPYING
Awesome Lists containing this project
- vim-keybindings-everywhere-the-ultimate-list - tig - Text interface for git. Works mostly like vim out of the box, but can be enhanced by sourcing these [keybindings](https://github.com/jonas/tig/blob/master/contrib/vim.tigrc) in your `~/.tigrc`. (Source Code Management)
- command-line-tools - tig - Text-mode interface for git. (Git)
- awesome - Tig - text-mode interface for git (Command Line)
README
Tig: text-mode interface for Git
================================
:docext: adocimage:https://github.com/jonas/tig/workflows/Linux/badge.svg[Linux CI,link=https://github.com/jonas/tig/actions?query=workflow%3ALinux]
image:https://github.com/jonas/tig/workflows/macOS/badge.svg[macOS CI,link=https://github.com/jonas/tig/actions?query=workflow%3AmacOS]
image:https://ci.appveyor.com/api/projects/status/jxt1uf52o7r0a8r7/branch/master?svg=true[AppVeyor Build,link=https://ci.appveyor.com/project/fonseca/tig]
image:https://badges.gitter.im/Join%20Chat.svg[Join Chat,link="https://gitter.im/jonas/tig?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]What is Tig?
------------
Tig is an ncurses-based text-mode interface for git. It functions mainly
as a Git repository browser, but can also assist in staging changes for
commit at chunk level and act as a pager for output from various Git
commands.Resources
---------- Homepage: https://jonas.github.io/tig/[]
- Manual: https://jonas.github.io/tig/doc/manual.html[]
- Tarballs: https://github.com/jonas/tig/releases[]
- Git URL: https://github.com/jonas/tig.git
- Gitter: https://gitter.im/jonas/tig[]
- Q&A: https://stackoverflow.com/questions/tagged/tig[]Bugs and Feature Requests
-------------------------
Bugs and feature requests can be reported using the
https://github.com/jonas/tig/issues[issue tracker] or by mail to either
the Git mailing list or directly to the maintainer. Ensure that the word
"tig" is in the subject. For other Tig related questions please use
Stack Overflow: https://stackoverflow.com/questions/tagged/tig[].Installation and News
---------------------Information on how to build and install Tig are found in
link:INSTALL.{docext}[the installation instructions].News about releases and latest features and bug fixes are found in
link:NEWS.{docext}[the release notes].