A cli for managing todos
You can:
- Create a new entry
- Edit your entry(title, description and/or category of entry)
- Delete your entry
- Change the status of the entry
- Fetch and read all the entries
diesel setup
diesel migrations generateUse connect --url command with the url as argument. Read .env.example for the correct format
new
new -c Funls (or list)
ls -c Fun
ls -s Done
ls -c Personal -s Activeeditdel (or delete)status connect --url <string> (string is the url to connect to the database, see setup for instructions)