hi, it's me from 6 years in the future! finally came back to this and i've managed to get this mostly working, although it's a little janky still and could be optimised more thoroughly (plus, error messages and extra commands could be added. this is incredibly barebones.) Code: njb14 Music - Terminal (Remix) - @Nebulous_the_Star This uses bash, the language used on Mac and Linux terminals. If something doesn't have an extension, it's a directory. ~ terminology ~ directory - Folder working directory - Folder you're in currently ~ current commands ~ cd [directory] - Change directories cd .. - goes to previous directory (which is always home in this case) ls - Lists all files/directories in the working directory cat [file] - Prints the content of a file echo [text] - Prints text to the console pwd - Prints the working directory (og project made july 5th, 2016)