|
|
|
|
|
by hiAndrewQuinn
963 days ago
|
|
I build little CLI tools in Python non-stop. ChatGPT and some basic knowledge of how the `click` library works has made it almost completely trivial to get the ball rolling for whatever need I have for it, `--help` text included. The fact that the barrier for creation is so low means I'm even willing to do them to solve very niche problems in generalizable ways. [1] is common enough that a few people have starred it. [2] is niche enough that other Anki folks haven't used it AFAICT. [3] is likely something I'll never personally need again, even though Azure VM reservations not letting you customize your reminders for when they're about to expire is probably a costly mistake for a great many firms. All started with this same starting methodology, because what I wanted was just a little too fiddly to want to hack together with my shell toolkit. [1]: https://github.com/hiAndrewQuinn/finstem [2]: https://github.com/hiAndrewQuinn/table2anki [3]: https://github.com/hiAndrewQuinn/AzureReservations2ICS |
|