Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 798 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 798 Bytes

minitask

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.

What works

  • Adding tasks
  • Take tasks
  • Complete tasks

What else can it do?

  • Self update

What needs finishing?

  • Tests

Why?

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

Really?

Yes really.

Examples