Happy !

RainerWinkler / RW-Task

Project infos

License MIT
Tags
Creation date 2016-04-29
Website

Monticello registration

About RW-Task

Load to Pharo with:

Gofer new
    smalltalkhubUser: 'RainerWinkler' project: 'RW-Task';
    package: 'RW-Task';
    load.

Create new task with:

RWTaskManager new new: 'my Task'.

Whenever a new task is created the date, time and task description is logged to the Transcript window.