TypicalAM / goread

Beautiful program to read your RSS/Atom feeds right in the terminal!
GNU General Public License v3.0
424 stars 17 forks source link

macos: url.yml not being updated where it matters #51

Closed sushantvema closed 4 months ago

sushantvema commented 4 months ago

updating .config/goread/urls.yml doesn't update ~/Library/Application Support/goread/urls.yml.

Unless I manually update the urls.yml in Application Support, goread won't update my configuration.

Installed via homebrew.

TypicalAM commented 4 months ago

Hi! Actually, it seems that os.UserConfigDir, which I use for determining the config directory, expands to $HOME/Library/Application Support so this is intended! I will update the README with the specififc location.