a terminal emulator in the browser with persistent filesystem and command system
- interactive terminal - full command line interface with history
- virtual filesystem - persistent file operations with localStorage
- command system - persistent command history
- static pages - direct url access to command outputs
ls [path]- list directory contentscd [path]- change directorycat [file]- display file contentsmkdir [dir]- create directorytouch [file]- create filerm [path]- remove file or directorymv [src] [dest]- move/rename filescp [src] [dest]- copy filescwd- show current directory
help- show available commandsclear- clear terminal screenecho [text]- display textneofetch- system information display
shader [mode] [example]- run shader examples
projects- display project portfoliocontact- show contact information
for more development info see DEVELOPMENT.md
for planned features see TODO.md