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.
- Host: GitHub
- URL: https://github.com/zlj-zz/fungit
- Owner: zlj-zz
- License: mit
- Created: 2021-03-21T10:27:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T13:55:07.000Z (almost 5 years ago)
- Last Synced: 2026-01-07T06:43:47.793Z (6 months ago)
- Topics: git, gui, python3, terminal
- Language: Python
- Homepage:
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A terminal tool with GUI, help you use git more simple.

[](https://pypi.org/project/fungit)
[](https://github.com/zlj-zz/fungit/actions/workflows/python-app.eml)
[](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:

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`.