Tech News
← Back to articles

Show HN: Tascli, a command line based (human) task and record manager

read original related products more articles

tascli

A simple, fast, local CLI tool for tracking tasks and records from unix terminal.

Installation:

cargo install tascli # or use brew brew tap Aperocky/tascli brew install tascli

Basic Usage

Tasks and records are stored in ~/.local/share/tascli/tascli.db (configurable) with rusqlite .

Tasks

Create tasks with deadlines:

# Basic tasks tascli task " Create readme " today tascli task " Publish package " tomorrow tascli task " Do taxes " 4/15 # With category tascli task -c work " Read emails " week

Create recurring tasks:

... continue reading