VladimirMarkelov / ttdl

TTDL - Terminal Todo List Manager
MIT License
210 stars 17 forks source link

Documentation incorrect on Mac os x config location #81

Closed SevereOverfl0w closed 1 year ago

SevereOverfl0w commented 1 year ago

/Users/{username}/Library/Preferences/ttdl/ttdl.toml was not where ttdl was checking when I ran it through dtruss, instead it was looking at /Users/{username}/Library/Application Support/ttdl/ttdl.toml

VladimirMarkelov commented 1 year ago

Thanks for the report. I copied it from a crate docs a long time ago. It seems, things changed, and now the crate points to the same directory you have found: https://github.com/dirs-dev/dirs-rs#features

I'll change the documentation. Sorry for troubles.

VladimirMarkelov commented 1 year ago

Updated in master: https://github.com/VladimirMarkelov/ttdl/commit/127509bc6460f0270715e2658a86684eeab94a55