Skip to content

richen604/richen.sh

Repository files navigation

richen.sh

next.js typescript tailwind glsl

a terminal emulator in the browser with persistent filesystem and command system

features

  • 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

commands

filesystem

  • ls [path] - list directory contents
  • cd [path] - change directory
  • cat [file] - display file contents
  • mkdir [dir] - create directory
  • touch [file] - create file
  • rm [path] - remove file or directory
  • mv [src] [dest] - move/rename files
  • cp [src] [dest] - copy files
  • cwd - show current directory

utilities

  • help - show available commands
  • clear - clear terminal screen
  • echo [text] - display text
  • neofetch - system information display

interactive

  • shader [mode] [example] - run shader examples

others

  • projects - display project portfolio
  • contact - show contact information

development

for more development info see DEVELOPMENT.md

for planned features see TODO.md

About

portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published