terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Implementing mkdir, cd, or ls?

Open matmult opened this issue 3 years ago • 2 comments
trafficstars

Hi, thanks for making this great project! Do you have any plans to implement more functions, such as mkdir/cd/ls? I want to upload personal files to my website and it would be great if there are options for that.

For an example, here is a project I found that implements this pretty well: https://github.com/Jaredk3nt/HomeTerm

matmult avatar May 29 '22 16:05 matmult

Hi, thanks for making this great project! Do you have any plans to implement more functions, such as mkdir/cd/ls? I want to upload personal files to my website and it would be great if there are options for that.

For an example, here is a project I found that implements this pretty well: https://github.com/Jaredk3nt/HomeTerm

This is meant to be a fun website, not an actual working terminal that anyone could hack away on :p

ItsNoted avatar May 29 '22 20:05 ItsNoted

Hello @sirjohnsonson, thank you for the suggestion.

It's way out of this project's scope to implement shell-like commands, it's meant to have its own "system", where commands can easily be implemented, since they are just functions that return a string, of course I can add mkdir/cd/ls but there is no actual filesystem that they will operate on.

Think of is as a really dumb, stripped down version of a shell, It's purely frontend.

m4tt72 avatar Jun 05 '22 11:06 m4tt72