GUI tool for command line

I am looking for a program that semi-automatically creates a graphical interface for a Windows command-line program.

That is, I want to give him an arbitrary command-line program and somehow describe its use ("He accepts a list of file names, and the -foo and -bar options follow the line"), and he will create a new graphical GUI program that allows select files with the browse dialog box and has text fields for foo and bar.

I remember that I tried such a program before, but I don’t remember what was caused, and Google could not remind me.

+4
source share
1 answer

Do you say gumbie ?

Gumbie emphasizes :

  • In theory, at least Gumbie allows you to create a graphical interface without using a GUI. This is a GUI hater GUI builder ...
  • Gumbie provides reasonable defaults to handle multiple events, such as windowClosing.
  • Gumbie comes with some features (such as layers) that make it easy to create graphical interfaces for text-based command-line software .
  • The main Gumbie module offers support for creating Java applications that can also be run as java applets in netscape or MS IE.

Here is an example .

+4
source

All Articles