NJACKWinterOfCode / JS-OS

An Unified Operating System on the web
3 stars 3 forks source link

Modify `ls` && `tree` commands #26

Closed ankushbhardwxj closed 4 years ago

ankushbhardwxj commented 4 years ago

The current implementation of the commands is to get the files from a local fs.json file which is now deprecated since we are using a server & database now as a filesystem. After #25 is merged, we can modify the commands to perform a GET request from the API.

ankushbhardwxj commented 4 years ago

@RAJAGOPALAN-GANGADHARAN I have started work on this 👍 . Please merge the PR so that I can complete this soon.

RAJAGOPALAN-GANGADHARAN commented 4 years ago

Sorry I had some work, Will review it tomorrow. Thanks