TO-DO CLI
- 6 Devlogs
- 2 Total hours
A minimalist, file-based command-line todo manager designed for developers who want to manage tasks without leaving the terminal.
A minimalist, file-based command-line todo manager designed for developers who want to manage tasks without leaving the terminal.
This is the last Devlog before ship. I have done some final changes for functionality but the biggest one is that from now you can filter your tasks based on labels. Also the labels you create are stored into a settings file.
From now the to do cli suppourts labels!
Add pending tasks and clear all commands and also add priority variable for Tasks. Finally I post the new release on github!!
Make a clean readme and finalize the release!
Complete the basic logic!
Making the basic loop