←back to thread

The File Filesystem (2021)

(mgree.github.io)
346 points wegwerff | 2 comments | | HN request time: 0.634s | source
1. timrobinson333 ◴[] No.40220821[source]
It's an interesting idea but I think the usefulness would be greatly enhanced if it could handle json arrays; most needed json structures contain array elements in my experience
replies(1): >>40228267 #
2. MadcapJake ◴[] No.40228267[source]
per an issue ticket[1], it can:

setfattr -n user.type -v list # use xattr on macOS

[1]: https://github.com/mgree/ffs/issues/66