Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
Description
When i go to a directory, i would like to have some sort of shortcut to open a specific tag library that i created for that directory. It would essentially be like a shortcut for opening the program and also telling it the library (or perhaps libraries if multi-library viewing ever becomes a thing)
Solution
A custom file type could be used that could automatically be assigned to tag studio by the operating system
an example format could be like this:
- first line contains "TAG_STUDIO", this would act as a sort of sanity checker to ensure that the file will work with tag studio
- subsequent lines could be the relative or absolute path to libraries, with 1 library per line
TAG_STUDIO
C://path/to/general/memes/library
./friendgroup/memes/library
Alternatives
Alternatively, a new macro could be added that tells tag studio to generate an executable script file that will automatically open tag studio with the library that was open when it was made. It could have a dialog box hat prompts the user if the script should be relative or absolute and what kind of script it should generate (bat vs ps1 on windows for example)