Skip to content
/ minitask Public

A simple CLI task program that you should never actually use

Notifications You must be signed in to change notification settings

phil/minitask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple CLI task program that you should never actually use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages