My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

A bash like shell implemented on JVM in scala. It supports redirection, pipe, and feeling of Unix.

For now, it's working on Windows only.

It also implements some simple commands available on Unix, such as cd, rm, but it's now using the gnuwin32 port for the complicated commands, such as ls, grep.

It's using jline to improve line editting for the Windows cmd. Jline is disabled when used in EMACS(Emacs shell-mode is used for command line editting and completion instead). Currently it's working only with scala-2.8.1 as jline underwent a significant change in scala-2.9.

Powered by Google Project Hosting