todos 0.1.0

Create and manage your todos using the command line
# Todos CLI in Rust

[![MIT-licensed](https://img.shields.io/github/license/pepebecker/todos-cli.svg)](https://opensource.org/licenses/MIT)
[![chat on gitter](https://badges.gitter.im/pepebecker.svg)](https://gitter.im/pepebecker)

## Usage

### Print Todos

```shell
cargo run get
```

### Add Todo

```shell
cargo run add "Do something fun"
```

### Toggle Todo

```shell
cargo run toggle 0
```

### Remove Todo

```shell
cargo run remove 0
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/pepebecker/todos-cli/issues).