* I am aware of the various task libraries out there. For internal reasons, I need my own task, even if already out there. I've written a simple custom msbuild task to concatenate some text files to ...
This Rust program is a command-line interface (CLI) tool for managing a todo list, allowing users to create, view, mark as complete, and delete tasks. Tasks are persistently stored in a JSON file ...
This project is in accordance to Harvard CS50's Introduction to Programming with Python. The final project is a command-line interface(CLI) random task generator. It takes a CSV file that contains a ...