Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.4 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.4 KB

tm – task manager

GoDoc Go codecov Go Report Card

The simplest task manager in Go.

Overview

You can use tm as a library or as a cli manager, ones providing a simple mechanism for tasks control.

Features

  • 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

Further Improvements

  • Live statistics about tasks execution
  • Dockerize
  • Analyze executed tasks (time, memory, status, etc...) and draw tables

CLI Installing

Install tm by running:

go install github.com/yule-l/tm/cmd/tm@latest

Documentation

License

This library is licensed under either of

at your option.