Sharrnah / whispering-ui

Native UI for the Whispering Tiger project - https://github.com/Sharrnah/whispering (live transcription / translation)
https://whispering-tiger.github.io/
MIT License
233 stars 12 forks source link

User data directory #14

Closed babo4d closed 9 months ago

babo4d commented 10 months ago

It is difficult to manage user data like profiles when they have a custom file name at the root level of the app directory. It would be helpful to put user data in a dedicated sub-directory named like Profiles or something.

I am thinking in terms of package management, e.g. I want to make a scoop manifest with persistent data.

Sharrnah commented 10 months ago

thats a very good point. I have changed it so in the next update, all profile yaml files are saved in a Profiles subfolder. All existing settings are moved there on the first run.

Will keep this open until the update.

Sharrnah commented 9 months ago

This is now in the new version. Existing profiles are automatically moved on first run.