Projects/as-you-wish

From razwiki
Revision as of 20:45, 31 October 2025 by Razzi (talk | contribs) (Created page with "A filesystem that formats the code as you wish :) So for example you can read js files without semicolons and then write them to disk with semicolons. Project link: https://git.sr.ht/~razzi/fuses Some links: * https://gitlab.com/gunnarwolf/fuse_in_python_guide * https://github.com/libfuse/python-fuse * https://en.wikipedia.org/wiki/Filesystem_in_Userspace * https://en.wikipedia.org/wiki/Virtual_file_system")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A filesystem that formats the code as you wish :)

So for example you can read js files without semicolons and then write them to disk with semicolons.

Project link:

https://git.sr.ht/~razzi/fuses

Some links: