viccherubini/get-shit-done

Inifile hardcoded location is unpractical

Opened this issue · 0 comments

How is the inifile supposed to be useful if run as root?

The inifile is placed under ~/.config. If the script is run as root, then the inifile must be placed under /root/.config. I find that unpractical. The inifile path should be passed on the command line and not be hardcoded.