mgree / ffs

the file filesystem: mount semi-structured data (like JSON) as a Unix filesystem
https://mgree.github.io/ffs/
GNU General Public License v3.0
463 stars 14 forks source link

Sync/live flags #23

Open mgree opened 3 years ago

mgree commented 3 years ago

A --live flag to sync the JSON out on every write.

A --watch flag to notice updates to the JSON file and rebuild the FS.

With lazy/incremental, this would be complicated.