osnr / TabFS

🗄 Mount your browser tabs as a filesystem.
https://omar.website/tabfs/
GNU General Public License v3.0
3.82k stars 106 forks source link

Can't see or delete some watches files #89

Open canadaduane opened 1 year ago

canadaduane commented 1 year ago

With javascript used as the filename, it appears some files can be "created" but then never again interacted with via the filesystem:

image

I believe it may be the square brackets in this case?

Possible solution: perhaps it would be more reliable on every FS to create a "request file" and "response file"? e.g.

mylisting.js // store the javascript to eval here
mylisting.output // TabFS puts the result here