Need a way to read from a config file
dshoreman opened this issue · 0 comments
dshoreman commented
An access token is only visible once immediately after creation, so it's not feasible in the long run to simply prompt the user every time at launch.
Add the ability to read variables in from a file, such as ~/.config/forkinfo/config
. There are likely already libraries (or even builtins) available for Go to do this pretty easily.