jcubic / fake-linux-terminal

Fake GNU/Linux, Unix, MacOS terminal based system
https://fake.terminal.jcubic.pl
GNU Affero General Public License v3.0
15 stars 4 forks source link

Thanks for the great tool #2

Closed xihajun closed 1 year ago

xihajun commented 1 year ago

Just want to say it is a great tool.

May I kindly ask how does those work for cd?

Is it like a tree structure?

jcubic commented 1 year ago

Thanks. It is using in browser file system. Lighthing-fs library that is part of isomophic-git.

The filesystem is compressed into an image.z file. So if you want more files you can put them into root directory and run make to create a filesystem file. THe script make-image.js create those images, that can be loaded.

I should probably write some instructions on how it works.

xihajun commented 1 year ago

Thanks for your guidance!!