runtasktic 0.1.0

Command-line task management tool for execution of regular long sequential or parallel tasks.
runtasktic-0.1.0 is not a library.
Visit the last successful build: runtasktic-1.0.0

runtasktic

Rust Crates.io version shield Crates.io license shield

Runtasktic is a fantastic command-line task management tool for execution of regular long sequential or parallel tasks.

There are often tasks that we repeat several times in predefined orders. Some of these tasks can take time and we would like to be notified when it ends. This is why this project exists.

Describe your tasks in a YAML file, execute all of them with runtasktic in foreground or background. Configure the notification system, and be notified at the end of each task or when they are all finished.

When should I need runtasktic ?

  • when you have a redundant long running task list
  • when you need a notification after a long task completion

Configuration examples

Simple sample Play with concurrency Play with notification