Skip to main content

A terminal-based GUI client for Git

Project description

Travis-ci build information giterm is officially packaged at PyPI giterm can be found on PyPI official giterm development status giterm is released under BSD 2-Clause license Join the chat at https://gitter.im/timlegrand/giterm

Features

Giterm is a ncurses-based terminal GUI for Git. It brings information about the current status of your Git working copy right in your terminal, real-time.

It exposes in a single view:

  • local branches, and which branch you’re currently on

  • remote branches, and which branch the current local branch is tracking

  • commit history, and which commit you are currently working from

  • current changes

  • a diff view of the selected file in the changes list

Real-time!

Every change to the working copy (file edition/move or any Git command) updates the GUI instantly. You can work as usual, and keep a terminal open with giterm to get instant feedback on your actions.

screenshot of giterm interface

Installation

pip install giterm

Or even better:

pipx run giterm

If you don’t have pip installed yet:

curl -s https://bootstrap.pypa.io/get-pip.py | sudo python
pip install giterm

Usage

cd path/to/git/working/copy
giterm

Keymap

  • [tab]: Toggle panel

  • [shift + tab]: Reverse Toggle

  • [up]/[down]: Scroll line by line

  • [page up]/[page down]: Scroll screen by screen

  • [h]: Log history

  • [c]: Changes view

  • [s]: Staging area

  • [d]: Diff view

  • [b]: Branches

  • [r]: Remotes

  • [t]: Tags

  • [space]: Stage/unstage current file

  • [q]: Quit

Requirements

Giterm needs the git executable to be installed and available in the PATH of your system. Others dependencies should be automatically handled by pip.

Technical background

Giterm uses subprocesses to call Git shell-based commands, and parses their outputs to bring the relevant information to the user interface.

It also uses a watchdog to listen file changes in the current working directory.

License

This software is provided under the BSD 2-Clause License. Please read the LICENSE file for further information.

Contribute

See the CONTRIBUTING file for how to help out.

Many thanks for your support!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

giterm-0.7.0.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

giterm-0.7.0-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

File details

Details for the file giterm-0.7.0.tar.gz.

File metadata

  • Download URL: giterm-0.7.0.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for giterm-0.7.0.tar.gz
Algorithm Hash digest
SHA256 e976e07c545d517e0e2f010a73255b82053cf129d3bc2d74fda27f2a5743ea97
MD5 30a9e9d71d3bfa2e99fc6ad34a3e43dc
BLAKE2b-256 b36cfce264a27d5fe08b7cb58759c283617e7545986e62540c99b49e1dfee127

See more details on using hashes here.

File details

Details for the file giterm-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: giterm-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 17.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for giterm-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ddc7c1b2a7458367cdf973b492b183b8393003a8e175b2beefe4f539b6cb82f5
MD5 f9c6887f229b92c234d7d2024b037373
BLAKE2b-256 b31945cf5f30f262b39860394553dc7e53ae2af9d7b140bdc234c0b15a4c9039

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page