views:

103

answers:

4

It happens everywhere with desktop programs and scripts: a GUI application wraps some command-line program to provide a visual experience to its functionality. Is there a common term that describes this kind of GUI application?

I'm looking for a technical one or two-word term, not just "command-line wrapper application," etc.

+6  A: 

"Front-end", maybe?

Seva Alekseyev
Front-ends are usually coupled with the application no? Not a separate wrapper.
Noufal Ibrahim
The command-line interface in which it wraps is technically a font-end too though.
Arc
A: 

In the airline industry, the term CLF (Common Language Facility) is used.

m_arnell
+2  A: 

A GUI?

That's a GUI for xyz.

Kamiel Wanrooij
+1  A: 

I think the most accurate term is "User Interface". The G and the fact that there's a command line version behind it are just details.

Noufal Ibrahim
The command line tool itself has a user interface. The *G* is important to make this distinction.
Georg
Yes. My point exactly. Both of them are User Interfaces. The G and lack of G are implementation details.
Noufal Ibrahim