Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 712 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 712 Bytes

A Terminal Emulator that uses the FileSystem APIs

A port of the Terminal example used in the Exploring the FileSystem APIs article by Eric Bidelman, originally published on HTML5Rocks.

With the FileSystem API, a web app can create, read, navigate, and write to a sandboxed section of the user's local file system.

This example simulates a UNIX terminal, and replicates common UNIX filesystem operations such as cd, mkdir, rm, open, and cat using the FileSystem API. To add content, open the app, then drag and drop files from your desktop onto the terminal window.

Please report any bugs or feature requests.