fusebox: composable transformations on file systems, mounted with jfuse #133
nahoj
started this conversation in
Show and tell
Replies: 1 comment
-
|
@nahoj Thanks for sharing! We are happy that the project is used by others. 💯 Remark: The original ticket got closed, because I moved your post to the disscussion section of the project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to share a project I recently wrote using jfuse!
The project is library that exposes an interface to apply one or more transformations on an existing filesystem, such as filtering files, renaming, making files read-only, etc., in the same style as Streams.
For example, here is JBang script that mounts a view of an existing directory where all Markdown files are transformed to HTML:
I'd love to know what you think!
The link to the repo: https://github.com/nahoj/fusebox-fs
Beta Was this translation helpful? Give feedback.
All reactions