legacy-python-cli icon indicating copy to clipboard operation
legacy-python-cli copied to clipboard

Please allow users to customize the config/db/data/log files path

Open flw-cn opened this issue 7 years ago • 1 comments

There are too many dot files under my $HOME.

Please allow users to customize the config/db/data/log files path, so I can put them into $HOME/.config, $HOME/.cache.

flw-cn avatar Sep 27 '18 04:09 flw-cn

You can set the config folder using an environment variable $WAKATIME_HOME:

https://github.com/wakatime/wakatime/blob/ff1c30807ed420649855c53a740c161962962c56/wakatime/configs.py#L31

alanhamlett avatar Sep 27 '18 05:09 alanhamlett