Projects/as-you-wish: Difference between revisions

From razwiki
Jump to navigation Jump to search
(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")
 
(No difference)

Latest revision as of 20:45, 31 October 2025

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: