dlenski / python-vipaccess

A free software implementation of Symantec's VIP Access application and protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Linux] Conform to XDG_CONFIG_DIR

ainola opened this issue · comments

Thanks for this!

.vipaccess is currently used but linux distros have long since moved on to use XDG_DATA_HOME and XDG_DATA_DIR (~/.config/vipaccess and ~/.local/share/vipaccess by default when those variables are undefined.)

Pull requests are welcome. 😉

(Frankly, writing the stoken-like CLI seemed kind of fun, but I actually don't think there's much value in it because almost everyone just wants to use it to provision new tokens…)