issues
search
CharlieKarafotias
/
tmgr
A task manager CLI
1
stars
0
forks
source link
71 introduce worknotes
#97
Closed
CharlieKarafotias
closed
1 week ago
CharlieKarafotias
commented
1 week ago
Summary
Adds a new
note
command that opens a markdown file (NOTES) for a given task.
How it works
Adds new worknote field into task object in db
This field either stores Nothing or the path to a Markdown file representing the notes of the task
Summary
note
command that opens a markdown file (NOTES) for a given task.How it works