TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

9 点作者 Aperocky24 天前
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 天前
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.