Yet another TODO List App but in form of CLI:)
With persistence in the plain file, just for the sake of simplicity
To run app:
1)make in project root
2)./todolistcli 'some command' also in project root
Available commands:
- add
- cleanup
- done
- list
- undone