An open API service indexing awesome lists of open source software.

https://github.com/zlj-zz/fungit

A terminal Git tool with gui.
https://github.com/zlj-zz/fungit

git gui python3 terminal

Last synced: 5 months ago
JSON representation

A terminal Git tool with gui.

Awesome Lists containing this project

README

          

A terminal tool with GUI, help you use git more simple.

![Python](https://img.shields.io/badge/Python-v3.7%5E-green?logo=python)
[![pypi_version](https://img.shields.io/pypi/v/fungit?label=pypi)](https://pypi.org/project/fungit)
[![Test Status](https://img.shields.io/github/workflow/status/zlj-zz/fungit/FungitTest?label=tests)](https://github.com/zlj-zz/fungit/actions/workflows/python-app.eml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Just support Linux, MacOs or other UNIX-like, and Python version is **3.7** or above.

You can use Pipy install it.

```shell
pip3 install fungit --user
```

It support gui and command ways.

You can use `fungit` to open a gui in terminal, like:

![screenshot-1](./screenshot-1.png)

Also you can use it with `g` , like this:

```
[fungit] version: 2.1.2
git version 2.30.1 (Apple Git-130)

Description:
Fungit terminal tool, help you use git more simple. Support Linux and MacOS.

You can use -h and --help to get how to use command fungit.
```

>The idea came from `lazygit`.