agnostic
agnostic copied to clipboard
Local filesystem
Take a look at https://github.com/ebidel/filer.js or raw FileSystem API where you can drop file from local system and interact with them from comman line (the drag & drop is in the demo).
I wanted to put something like that to my leash shell but then I would need to implement each command in JS, maybe I'll check agnostic. If you implement fake filesystem then you can create local files that start with //
I'll do this in my shell.
Fantastic library! thanks for the pointer!