Commit Graph

4 Commits

Author SHA1 Message Date
Wyatt J. Miller
dbde9b3cab Finished generate.go, modified main.go
I completed the process of generating the configuration file for
idiots like me who like to delete configuration files. Don't
worry, it's only by accident ;)

I also modified main.go so that the generating process actually
becomes useful.

What happens is that the program checks if the
configuration file exists (which will have to change to become
more modular as I have it set to look in the current directory
you're in) and if it doesn't, it goes ahead creates it and inputs
some random junk in there that is actually supposed to help with
your own configuration.
2019-09-29 13:38:58 -04:00
Wyatt J. Miller
e766f580bb added generate.go, added todo
Added generate.go out of habit for idiots like me who delete config
files like it's no big deal. Also added a markdown file called todo,
name is self-explanatory as it helps me remember stuff that I need
to do and as well helps contributors figure what needs to happen
2019-09-25 23:17:38 -04:00
Wyatt J. Miller
996aef3c1e added note about generating config
it's in generate.go, if it isn't obv enough :)
2019-08-14 18:41:15 -04:00
Wyatt Miller
d315337e8f yaml stuff 2019-08-13 10:48:47 -04:00