Devlog 2: Command History & Interactive VFSImplemented a fully functioning command history. No more retyping commands. ArrowUp and ArrowDown now traverse the bash history with proper state resets on Enter, coded completely from scratch But the roadmap is shifting. I’m turning this terminal into a simulated Linux-like Virtual File System (VFS). The plan is to build a mock directory structure where users can run ‘cd’, ‘ls’, and ‘cat’ This won’t just be an aesthetic feature. The goal is to demystify Linux system architecture for beginners. By navigating directories like /etc, /bin, or /var directly in the web terminal, people will learn where critical system files and configurations hide, and how misconfiguring them can compromise a whole system
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.