EasyGG 0.1 is out - a new graphical shell for Git


EasyGG 0.1 is out - a new graphical shell for Git

This is a simple GUI for Gowritten in bash, using technologies commemorate, lxterminal* и leafpad*

It is written according to the KISS, therefore fundamentally does not provide complex and advanced features. Its task is to speed up typical Git operations: commit, add, status, pull and push.

For more advanced functions, there is a "Terminal" button that allows you to use all the conceivable and inconceivable features of Git.

Also included is integration with file managers that allows you to call the main interface through the context menu, do a git clone in this directory and add files to the git index (only 1 file at a time is supported so far)

This version can:

  • Do git pull, push, add --all (main interface) and git add file (via fm context menu).
  • Do a git clone.

Installation:
Run the install_user.sh script as a regular user, after which the series commands should appear in the context menu "git GUI -*".

PS: Also, for the program to work, you need yad and bash, the text editor and terminal used can be changed in the source code of the program

Source: linux.org.ru

Add a comment