zacharycvivian / react-portfolio-app

Zachary Vivian's Portfolio Website
https://www.zacharycvivian.com
0 stars 0 forks source link

Add Terminal File Directory Commands #28

Open zacharycvivian opened 3 months ago

zacharycvivian commented 3 months ago

Commands to Add: Based off of the files in this GitHub repo, starting at 'main' /cd (change directory, can only change one step at a time to make it easier for now) ('/cd ..' to step back) /ls (lists all files in the current file path) /cat (outputs the code for the specified file name in the current directory)