Hacker News new | ask | show | jobs
by omani 1269 days ago
hey OP, nice tool. can we use $HOME/config/ for the config file? keeps the home clean.
2 comments

There is a --config flag to specify the location[1] but I agree it should be in $XDG_CONFIG_HOME by default.

[1] https://github.com/noborus/ov/blob/master/main.go#L207

$XDG_CONFIG_HOME is now default. thank you.