sachaos / viddy

👀 A modern watch command. Time machine and pager etc.
MIT License
4.64k stars 89 forks source link

config under windows #75

Open alexn-s opened 1 year ago

alexn-s commented 1 year ago

where can i store the config file under windows?

i tried putting it in C:\Users\...\viddy.toml

17

mmabdpr commented 2 months ago

It expects to be here: "C:\Users\\<user>\AppData\Local\viddy.toml". That's how xdg behaves (which is the dependency viddy uses for choosing the config home folder).

It would be nice to add this in the readme (or ideally change the code in a way that would read the configs from ~\.config\viddy.toml or something similar in windows)