advent-of-code-downloader
advent-of-code-downloader copied to clipboard
⭐️ Command line utility that automatically downloads your Advent of Code puzzle inputs.
Results
2
advent-of-code-downloader issues
Sort by
recently updated
recently updated
newest added
I'm using this tool in several `go:generate` comments across multiple folders (one for each day). It would be nice to be able to pass the config file location instead of...
This change adds a `config-path` parameter to the program that allows for a custom config file path instead of just the current or home directory. A passed in config file...