Arenta

A terminal-based daily task management tool with minimal overhead.

Demo

Features

Install

Several alternatives:

Usage

Use arenta -h to show help messages and arenta -v to check the version.

Use arenta to start an interactive session, in which you could manage daily tasks easily.

Task Definition

Task is the core concept in Arenta, which consists of description, planned start/complete time, actual start/complete time and status.

The description and time part could be set and edited with Arenta commands, while the status is managed by Arenta in such rules:

| | planned start | planned complete | actual start | actual complete | | ------------ | ------------------------ | ---------------- | ------------ | --------------- | | Backlog | unset | unset | unset | unset | | Planned | set and later than now | set | unset | unset | | Overdue | set and earlier than now | set | unset | unset | | Ongoing | set / unset | set / unset | set | unset | | Complete | set / unset | set / unset | set | set |

Command Syntax

The interactive session accepts valid Arenta commands:

Todos

License

MIT