▲ | Show HN: Tascli, a simple, local CLI task and record manager(github.com) | |
7 points by Aperocky a day ago | 1 comments | ||
A simple task and record manager in CLI, with entries stored in a local sqlite file. Treats task (things with a due date) and records (things with only event date) separately and able to manage both. | ||
▲ | Aperocky a day ago | parent [-] | |
As a chronic unix terminal dweller, I wrote tascli to help me manage and record tasks and records. I've looked at some of the existing offerings like "taskwarrior", and they are either slightly too feature rich, or did not support records as a separate category. With this, you can manage your tasks and record by categories or date, list and update progress. This tool is simple, with a compiled size of less than 2mb on macos and linux and write all records into a local sqlite file. |