I've created tascli to solve a need of simple activity tracker including task and record in local CLI. It's available via cargo and brew tap.<p>It's simple, the API is minimal and without complex usage patterns.<p>It supports both task and records and treat them separately (task have deadlines, records are point in time)<p>It doesn't run any background processes.<p>It is small (compiled sizes <2MB)<p>It is fast (<5ms on each command on a normal computer/github workflow host).<p>It stores activities into a local sqlite db file.<p>Looking for new features requests too!