332 projects tagged "Terminals"
JChassis ANSI Terminal Controller is a Java API for controlling ANSI-compliant terminals and terminal emulators such a Linux virtual terminals, xterm, Gnome Terminal, and KDE Konsole. The library can be used to display character styles and colors and graphical characters in those environments. It is a repackaging of various JChassis modules into a standalone library that does not require the JChassis SDK or framework.
JChassis TermUI is an API for simple GUI-like user interfaces on ANSI/VT100-compliant terminals and terminal emulators, such as Linux virtual terminals, GNOME Terminal, and KDE Konsole. The intent is similar to that of the ncurses library, but done in pure Java. Several commonly used widgets are available.
XMins is a distribution of the XWin server, a version of Xorg's X11 server that runs on Windows. It allows you to start an X server to access an XDMCP-enabled host or to launch remote applications. Its main advantage over the XWin server distributed by Cygwin is that it doesn't require the installation of Cygwin.
PHPsh allows you to have shell commands run on your behalf by Web servers that serve PHP pages, and solves these issues and more. It is a simplified version of the shell that allows you to execute arbitrary commands remotely through PHP. It is a handy way to run simple commands and maintain a history of executed commands, and a helpful environment that allows you to browse the filesystem and fetch or upload files.
PSHAW is a pseudo command prompt for accessing a machine remotely using only a Web browser. It cannot run interactive programs. It can only run programs that run, spit out text (or not), and then quit. There is a handy drop-down box of previously run commands. The page never reloads thanks to AJAX.