Gambas3 Shell gsh as replacement for BASH

So you have written that new, must have program. Let us see it here.
Post Reply
justlostintime
Posts: 3
Joined: Wednesday 10th July 2019 6:30am

Gambas3 Shell gsh as replacement for BASH

Post by justlostintime »

Gambas Shell gsh a linux shell replacement for BASH.
This allows the integration of cli command and shell expansion features into your gambas3 environment.
It is both interactive and batch capable with job control. Also supporting aliases as used in bash.
Functions can be developed interactively, and its great for learning Gambas3 or just testing a quick idea.
It also includes a compile feature that will produce a standalone gambas script.

The $ sign identifies global variable, which can be shared between applications or locally.

The documentation may be found here https://github.com/justlostintime/GambasShell/wiki

I have linked a short video bellow that demonstrates some of the features and functions.

https://youtu.be/37qthCdFse0
Post Reply