inimino / ActiveShell

A shell for the Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveShell is a shell for the Web.

It can be used like a Unix shell to manage files on remote systems accessible by SSH, like an REPL for exploratory programming, and can access any networked service for which a port has been implemented.

http://inimino.org/~inimino/blog/shell_for_the_web http://inimino.org/~inimino/blog/activeshell_aiclass

Principles

Ad-hoc reuse is beautiful.

Automate automation.

Installation

The shell UI is in prototype.html. However, the shell creates a session and for that session to persist there must be a server that handles PUT requests. Installation on Node.js using nhttpd and revstore is the easiest approach:

http://inimino.org/~inimino/blog/activeshell_installation

About

A shell for the Web

License:MIT License


Languages

Language:JavaScript 100.0%