Go to file
2015-02-06 12:38:54 +01:00
2015-02-06 12:38:54 +01:00
2015-02-06 12:38:54 +01:00
2015-02-05 20:41:03 +01:00
2015-02-05 20:41:03 +01:00
2015-02-05 20:41:03 +01:00
2015-02-05 14:24:24 +01:00
2015-02-05 20:41:03 +01:00
2015-02-06 12:38:54 +01:00

Taskwarrior

Build Status

$tm = \DavidBadura\Taskwarrior\TaskManager::create();

$task = new \DavidBadura\Taskwarrior\Task();
$task->addTag('home');

$tm->save($task);

$tasks = $tm->filter('+home');
Description
No description provided
Readme 7 MiB
Languages
PHP 99.6%
Shell 0.4%