A Catalog of Your Files(dev.to)
dev.to
A Catalog of Your Files
https://dev.to/amitnovick/a-catalog-of-your-files-2nd7
3 comments
Thanks for your contribution this looks interesting. Do you have any idea if one could tackle this on a OS level and e.g. have a catalogue filesystem on a sub-section of my hard drive?
>Thanks for your contribution this looks interesting.
Happy to hear you found it interesting!
> Do you have any idea if one could tackle this on a OS level and e.g. have a catalogue filesystem on a sub-section of my hard drive?
Unfortunately none of the available OSes support the many-to-many relationship between files and categories that I suggested (Symbolic links aren't sufficient[1]).
My hypothesis is that any sufficient solution will be much more complex than what I'm doing with Catalog, which means a lot harder to maintain.
[1] See my answer here: https://dev.to/amitnovick/comment/engj
Happy to hear you found it interesting!
> Do you have any idea if one could tackle this on a OS level and e.g. have a catalogue filesystem on a sub-section of my hard drive?
Unfortunately none of the available OSes support the many-to-many relationship between files and categories that I suggested (Symbolic links aren't sufficient[1]).
My hypothesis is that any sufficient solution will be much more complex than what I'm doing with Catalog, which means a lot harder to maintain.
[1] See my answer here: https://dev.to/amitnovick/comment/engj
I'm very excited to be able to present Catalog to you here. In fact one of the reinforcements for my vision came from a post I read here a few months ago:
https://news.ycombinator.com/item?id=18858538
This app checks out almost all desirable features described in that post:
You're welcome to leave questions here, and I will try to address them as best as I can.