terka
(pronounced tyorka or Тёрка) is a CLI tool that helps you manage your tasks
in the terminal. Create task, assign it to a project, update it status, write
comments and many more!
Key features:
- Manage tasks within projects with CLI and Text UI interface
- Support for sprints (with story points assignment and time tracker)
- Manage meta-tasks with epics and stories
- Tag tasks and specify collaborators
To install terka
run the following command:
pip install terka[all]
install the latest development version with
pip install -e git+https://github.com/AndreyMarkinPPC/terka.git#egg=terka[all]
It will make terka
command available in your shell.
After terka
is installed run terka init
to initialize necessary DB and
config files.
The general structure of terka
command goes as follows:
terka <command> <entity> [options]
terka
exposes several commands (create
, update
, show
, list
, etc)
and entities (tasks
, projects
, users
, sprints
, epics
, stories
).
Please refer to the list of commands available in terka.