The documentation for GraphTerm has moved to http://code.mindmeldr.com/graphterm OLD VERSION OF THE DOCUMENTATION Updates: 1. You can join the Google Groups mailing list or follow @graphterm on Twitter for updates. 2. The latest version is 0.33.0, released September 30, 2012. See the Release Notes GraphTerm is a browser-based graphical terminal interface, that aims to seamlessly blend the command line and graphical user interfaces. The goal is to provide a fully backwards-compatible terminal emulator for xterm, with additional graphical extensions that can be accessed as needed. GraphTerm builds upon two earlier projects, XMLTerm which implemented a terminal using the Mozilla framework and AjaxTerm which is an AJAX/Python terminal implementation. (Another recent project along these lines is TermKit.) A GraphTerm terminal window is just a web page served from the GraphTerm web server program. Multiple users can connect simultaneously to the web server to share terminal sessions. Multiple hosts can also connect to the server (on a different port), allowing a single user to access all of them via the browser. The GraphTerm server acts as a router, sending input from browser windows for different users to the appropriate terminal ("pseudo-tty") sessions running on different hosts, and transmitting the terminal output back to the browser windows. This flexible, networked implementation allows for several possible applications for GraphTerm, such as:
The interface is designed to be touch-friendly for use with tablets, relying upon command re-use to minimize the need for a keyboard. It preserves history for all commands, whether entered by typing, clicking, or tapping. It is also themable using CSS. You can find more information on installing and using GraphTerm in the README file. Images of GraphTerm in action can be found in screenshots and in this YouTube Video. For updates, join the Google Groups mailing list or For more information, see the following:
Here is a sample screenshot illustrating graphical gls and cat command output using a 3D perspective theme (captured on OS X Lion, using Google Chrome). |

