The simplest task manager in Go.
You can use tm
as a library or as a cli manager, ones providing a simple mechanism for tasks control.
- Command Line Interface – use cli to do your tasks
- Read tasks line by line from file
- Mark tasks as completed
- Mark tasks as not completed and try complete this N times in the future
- Preconfigured structs for parallel and ordered tasks executions
- Live statistics about tasks execution
- Dockerize
- Analyze executed tasks (time, memory, status, etc...) and draw tables
Install tm
by running:
go install github.com/yule-l/tm/cmd/tm@latest
This library is licensed under either of
at your option.