Home

Awesome

EasyBashGUI

Simplified way to code bash made GUI frontend dialogs! Check the youtube video:

<a href="http://www.youtube.com/watch?feature=player_embedded&v=FEn4doXmiX0" target="_blank"> <img src="http://img.youtube.com/vi/FEn4doXmiX0/mqdefault.jpg" alt="Watch the video" width="240" height="180" border="10" /> </a>

Introduction to EBG

Easy Bash Gui shortened as EBG, is a Posix compliant Bash functions library that aims to give unified GUI functions using frontends for dialogs boxeds (from the user's point of view are frontends but from the EGB side are backends)

Backends environments GUI

EBG implements different dialogs boxes! You don't have to worry about what environment you are running the script in, as EasyBashGUI will handle this transparently, based on the availability of the backends (frontends).

Compatibility and runtime

EBG is coded in bash, and uses most of coreutils commands, but it may work in any other environment, because those are just used internally.

Components

EBG is fully modular:

Quick start

source easybashgui

message "hola"

Pretty easy!? right? Read the "Quick start usage" section at the docs/README.md

INSTALLATION

Please check docs/install.md document file!

Documentation

Please check docs/README.md document file!

Packages

There are for some distros build result : and more!

Credits.

Please, let me know if my work has been useful for you.

Vittorio Cagnetta <vaisarger at gmail dot com>

https://github.com/BashGui/easybashgui

LICENSE

GPLv3+, check LICENSE file!