TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Tascli, a simple, local CLI task and record manager

9 pointsby Aperocky24 days ago
A simple task <i>and record</i> manager in CLI, with entries stored in a local sqlite file.<p>Treats task (things with a due date) and records (things with only event date) separately and able to manage both.

1 comment

Aperocky24 days ago
As a chronic unix terminal dweller, I wrote tascli to help me manage and record tasks and records. I&#x27;ve looked at some of the existing offerings like &quot;taskwarrior&quot;, 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.<p>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.