|
Well:
WellWell is a web shell, much like sh, csh, bash, etc. It's still very much in an experimental phase. If you want to have a play, download the alpha:
The Well server has been tested on Windows XP SP3 and Ubuntu 9.04. Access has been tested from Firefox 3.5 and Chrome 2. To run:
If you are accessing Well from the same system, no username and password is needed. If you are accessing Well via the network, Well will prompt you for a username and password. (Integration with the system's user database is still to come.) Well also supports SSL, but you need to install pyOpenSSL and OpenSSL (which probably requires the VC redistributables). I'd like to hide all these dependencies at some point. And, of course, here are some very early screenshots: Basics![]() 'ls' in the world of Well ![]() Inline viewing of text (or text-like) files ![]() Inline viewing of pictures ![]() Inline viewing of HTML (and anything else your browser can view) ![]() Setting up Well Process management![]() Run the DOS 'dir' command ![]() You can run almost any command line program (Caveat: nothing that needs terminal functions yet! This is python called with 'python -iu'.) ![]() Interactive input with an ordinary process (1) ![]() Interactive input with an ordinary process (2) ![]() You can detach (Ctrl-D) from an active process ... ![]() ... and attach to it later Drag and dropHere's an example of drag and drop, which performs a file copy across two different systems: Drag and drop 'utils.js' from my Linux system... ![]() ... and it shows up on my Windows laptop ![]() |