Cat Linux --A terminal simulator with a custom File System and advanced Rendering Engine [Key Bindings] Execute: Enter History: Up / Down Arrows Backspace: "^" + Left Arrow Key Delete: "^" + Right Arrow Key [Command List] > help - Show help > ls - List files and directories > cd - Change directory (supports relative paths & "..") > pwd - Show full path > cat - Read file content > mkdir - Make directory
// WORK IN PROGRESS // This project is currently in Developing. Features may be incomplete or buggy. All code by @minotto [Tasks] // Core System [x] Virtual File System [x] Text Rendering Engine [x] Command Line Interface [ ] User System // Commands [x] ls [x] cd [x] pwd [x] cat [x] help [x] mkdir [ ] cp [ ] rm [ ] sudo // Known Issues / To-Do [ ] Add more files to the dummy file system