aboutsummaryrefslogtreecommitdiff
path: root/workstack.go
Commit message (Collapse)AuthorAgeFilesLines
* Added "nvim" commandRaymaekers Luca2024-11-121-0/+1
|
* Added edit and descriptionsRaymaekers Luca2024-11-111-12/+30
| | | | | | | | - Edit task with the "edit" command to change it's text - Add descriptions to task with "desc" command, delete a description by providing an empty description - added `-d` flag to commands to act on done tasks - fixed bug: Delete a tag that is used by a task
* Better flags parsing and "top" comamndRaymaekers Luca2024-11-101-7/+5
|
* Added README.md with future plansRaymaekers Luca2024-11-101-22/+1
|
* Create separate module for primitivesRaymaekers Luca2024-10-121-0/+76
- Added a converter tool to convert from an old version of gobdata to a new format - added ws sub directory for the command line tool