@hamsterbase/tasks-cli
v0.2.0
Published
Command line interface for the HamsterBase Tasks desktop app
Maintainers
Readme
@hamsterbase/tasks-cli
Command line interface for HamsterBase Tasks. It reads and writes the database currently open in the running desktop app; every write is queued for approval there.
Install
npm install -g @hamsterbase/tasks-cliRequires Node.js 20 or newer and the HamsterBase Tasks desktop app.
Usage
hamsterbase-tasks # list commands
hamsterbase-tasks instances --json # running apps
hamsterbase-tasks today --json # today's tasks
hamsterbase-tasks <command> --help # command detailsAgent skill
skills/hamsterbase-tasks/ contains a ready-to-use agent skill describing the whole command
surface. Copy it into your agent's skills directory to let it drive this CLI.
