/omira

Unix style personal task management.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Omira

Omira is a personal task manager based on the unix philosophy.

Installation

go install github.com/r0nk/omira@latest

Usage

# add a dance task with a time estimate of 15 minutes, due a week from now
omira add -t 15 dance

# schedule tasks to be done today, up to 4 hours worth
omira schedule -w 4

# pretty print the tasks to be done today
omira status

# print the tasks in a scriptable format
omira task

Documentation

Getting started guide

Contributing

The project is currently still in alpha, but pull requests are welcome.

License

gpl3