todoctl 0.3.0

Simple command line utility application for managing your tasks
Documentation
# `todoctl` 
Command line interface application for managing tasks in your terminal.

## Installation

```sh
cargo install --git https://github.com/MikeTeddyOmondi/todoctl
```

## Preview

### Displaying the help menu

![HELP_MENU_SCREENSHOT](./img/todoctl-help-cmd.png)

### Adding a todo

![ADD_SCREENSHOT](./img/todoctl-add-cmd.png)

### Showing all todos

![SHOW_SCREENSHOT](./img/todoctl-show-cmd.png)

## License

Licensed under [MIT](./LICENSE.md)