All Projects → ArthurSonzogni → git-tui

ArthurSonzogni / git-tui

Licence: MIT license
Collection of human friendly terminal interface for git.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to git-tui

rgb-tui
Create and get colors code from the terminal using a nice interface.
Stars: ✭ 57 (-40%)
Mutual labels:  tui, curse, arthursonzogni, ftxui
Ltui
🍖 A cross-platform terminal ui library based on Lua
Stars: ✭ 624 (+556.84%)
Mutual labels:  tui, curses
Picotui
Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
Stars: ✭ 547 (+475.79%)
Mutual labels:  tui, curses
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (+0%)
Mutual labels:  tui, curses
Castero
TUI podcast client for the terminal
Stars: ✭ 375 (+294.74%)
Mutual labels:  tui, curses
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (+364.21%)
Mutual labels:  tui, curses
Pacmixer
an alsamixer alike for PulseAudio.
Stars: ✭ 78 (-17.89%)
Mutual labels:  tui, curses
cxxcurses
Header only ncurses wrapper
Stars: ✭ 24 (-74.74%)
Mutual labels:  tui, curses
Tuicss
Text-based user interface CSS library
Stars: ✭ 167 (+75.79%)
Mutual labels:  tui, curses
Asciimatics
A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Stars: ✭ 2,869 (+2920%)
Mutual labels:  tui, curses
Flow
A realtime log analyzer
Stars: ✭ 69 (-27.37%)
Mutual labels:  log, tui
Termox
C++17 Terminal User Interface(TUI) Library.
Stars: ✭ 306 (+222.11%)
Mutual labels:  tui, curses
croatoan
Common Lisp bindings for the ncurses terminal library.
Stars: ✭ 111 (+16.84%)
Mutual labels:  tui, curses
Rtv
Browse Reddit from your terminal
Stars: ✭ 4,558 (+4697.89%)
Mutual labels:  tui, curses
AbsTK
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.
Stars: ✭ 67 (-29.47%)
Mutual labels:  tui, curses
Brick
A declarative Unix terminal UI programming library written in Haskell
Stars: ✭ 1,070 (+1026.32%)
Mutual labels:  tui, curses
Sad
CLI search and replace | Space Age seD
Stars: ✭ 350 (+268.42%)
Mutual labels:  diff, tui
pybart
Real time BART (Bay Area Rapid Transit) information in your terminal!
Stars: ✭ 17 (-82.11%)
Mutual labels:  tui, curses
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (+3.16%)
Mutual labels:  tui, curses
got
An enjoyable golang test framework.
Stars: ✭ 234 (+146.32%)
Mutual labels:  diff, log


git tui

git tui

A collection of human friendly terminal user interface for git.

LICENSE

Demo • Installation • Usage • Contribute

Demo

gittui diff

Demo

Install

Snap:

git-tui

sudo snap install git-tui

From binaries:

10 different packages (deb, rpm, sh, zip, tar.gz, etc...): Latest.

From source:

git clone https://github.com/ArthurSonzogni/git-tui;
cd git-tui;
mkdir build;
cd build;
cmake ..;
sudo make install -j;

Usage

Replace git by git tui and use the usual commands and arguments.

Available commands:

git tui diff

asciicast

git tui log

asciicast

More to be added...

Contribute

If you like git tui and you find it useful, there are ways for you to contribute. You can suggest improvement or propose your own pull requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].