brainworkshop icon indicating copy to clipboard operation
brainworkshop copied to clipboard

Allow --configfile and --statsfile to take a path (enables portable mode)

Open gitterspec opened this issue 2 years ago • 2 comments

For example brainworkshop --configfile ./subdir/config.ini or brainworkshop --configfile C:\config.ini

This would allow the app to be completely portable.

gitterspec avatar Apr 07 '23 14:04 gitterspec

usually this is more set via an environement variable like XDG_CONFIG_DIRS

xantares avatar Apr 19 '23 20:04 xantares

usually this is more set via an environement variable like XDG_CONFIG_DIRS I tried setting this but it does not seem to have any effect in Windows.

gitterspec avatar May 12 '23 04:05 gitterspec