A simple CLI task program that you should never actually use
Writen in simple portable Ruby.
Minitask uses a single Ruby file for both the code and the data. This is possible becuase of the special Ruby __DATA__
directive that allows the program to split the file into code and data sections.
- Adding tasks
- Take tasks
- Complete tasks
- Self update
- Tests
Okay, so this is not a serious tool that anyone should ever actually consider using. There are much better tools for tracking tasks.
Think of minitask more as a technology experiment. Ruby is not well know for it's portability, but this app should run as long as a relatively modern Ruby is installed
Yes really.