Metadata-Version: 2.1
Name: fungit
Version: 2.1.6
Summary: Simple terminal tool of Git.
Home-page: https://github.com/zlj-zz/fungit.git
Author: Zachary Zhang
Author-email: zlj19971222@outlook.com
License: UNKNOWN
Description: 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)
        
        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`.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
