- Directories
- Files
- Miscellaneous
- help - opens the help menu
- quit - exits the program (closes window)
- echo - repeats the given arguments
- cd - navigates to a directory
- md - creates a directory
- dd - deletes a directory
- ld - lists all contents of working directory
- mf - creates a file
- lf - prints file contents to console unless file is of unsupported type
- Supported types:
- .txt
- .md (prints raw content)
- .docx
- .json
- df - deletes a file