项目作者: tommyclark

项目描述 :
A command line ASCII Git GUI
高级语言: Python
项目地址: git://github.com/tommyclark/asciigit.git
创建时间: 2019-06-30T16:22:45Z
项目社区:https://github.com/tommyclark/asciigit

开源协议:

下载


  1. _ _ _ _ _
  2. /_\ ___ ___(_|_) __ _(_) |_
  3. //_\\/ __|/ __| | |/ _` | | __|
  4. / _ \__ \ (__| | | (_| | | |_
  5. \_/ \_/___/\___|_|_|\__, |_|\__|
  6. |___/

Build Status PyPI Code style: black

Asciigit is a terminal UI for Git. The aim of this project is to make it easier
for you to interact with your Git repositories in the terminal, either
locally or when connected to a remote server over SSH.

How to install

You can install this application via pip:

  1. pip install asciigit

How to open

Navigate to the directory containing the Git repository you want to open, and
run:

  1. asciigit

How to use

Either use your mouse to click around the terminal interface, or use the tab
and enter buttons to navigate the screens.

There’s also a key binding for ctrl-a that’ll open up a shortcuts window.

Screenshots

Hit enter on a branch to check that branch out.
terminal git client branch screenshot

View the commit history of your current branch.
terminal git client commit screenshot

Select the files you want to commit by hitting enter on them,
and then enter a commit message and commit and push at the bottom
of the window.
terminal git client working copy screenshot