taskmao

Gain power through noticing. Notice how you spend your time.

Install

cargo install taskmao

Usage

``` $ taskmao --help USAGE: taskmao [OPTIONS] [DESC] [SUBCOMMAND]

ARGS:
    <DESC>    Sets the description of a task to execute

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -p, --project <PROJECT>
    -t, --time <START_TIME>

SUBCOMMANDS:
    config    Sets the path of the config file
    end       ends currently executing task
    help      Prints this message or the help of the given subcommand(s)
    info      returns info on the currently executing task or nothing at all
    list      lists tasks completed / worked on today

```

Maintainers