-
Notifications
You must be signed in to change notification settings - Fork 1
[Question] Is it possible to add an entire directory and subdirectories? #21
Comments
Hi Jeff, thank you again for your comment and support!🙏 Unfortunately, this version of Somewhere is only an experiment on tag-based file management - it's specially designed to enforce a document-based personal-data management scheme, in which case "non-personal data" excludes those generated binary files. This version is heavily opinionated and based on the idea that all files should be managed inside a single folder (mostly due to the fact that I would like to support unlimited filename length). What's more, later development has put too much effort into making it a complete editing environment for note files, which makes the final executable super big, which I think is a bad strategy. In short, it's not suitable for managing tags in your scenario.😥 I do realize there is actual need to maintain whatever existing file structure a user may have, and I have long wanted to develop a new iteration of Somewhere. I am very happy you can find this software useful! I will develop a new app in the upcoming two weeks 📆 with much simpler design and use a YAML file based database to replace this current iteration. At that time, you will be able to tag folders as you like🚀. With that being said, the following will be the main features of the new app:
It would be very helpful if you can share what's your usage scenario so I can better understand people's expectation in terms of tag-based file management. Specifically:
|
Hello!
I tried to add a
.sln
file manually, and it errored and crashed.My goal is this:
I want to be able to tag these solutions and browse them. Such as if a tool is
depreciated
, i will add thedepr
tag.I don't see this feature (the feature to add all sub-directories and directory. Is it possible?
Thanks for the AWESOME app!
The text was updated successfully, but these errors were encountered: