from Hacker News

Show HN: Shell demo for non-technical people

by mcbetz on 9/9/23, 7:02 PM with 0 comments

I created a super simple dummy demo Shell for non-technical people so they can get a feeling how working on a commandline feels like without having to install anything or the fear of breaking things. It only has a few commands so far and outputs hard-coded dummy content.

Available commands so far: ls, cp, pwd, less, host, touch, ssh, clear Source code: https://github.com/minthemiddle/shell-demo Written in AlpineJS.