u8slvn / hyperfocus

📝 Minimalist daily task manager.
https://hyperfocus.readthedocs.io
MIT License
8 stars 3 forks source link

feat: add edit command #12

Closed u8slvn closed 2 months ago

u8slvn commented 3 months ago

Add edit command in order to be able to edit title and details from already created tasks.

hyf edit 1 will edit task 1. hyf edit 1 2 will edit task 1 and 2. hyf edit 1 -t will edit title for task 1. hyf edit 1 -d will edit details for task 1. hyf edit 1 -t -d will do the same as hyf edit 1.