I’ve always been impressed by the css/html5/javascript web terminals that show off the
filesystem API. Now
Dart has a sample web terminal with minimal
implementation.

Simply add your command implementations to the
Terminal.dart by adding commands to the CMDS list and providing functions to the matching switch statement.

With in the next day or so the
dart-web-terminal should include an example with filesystem API in dart.