Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aonemd/cod

WIP: The command line todo app
https://github.com/aonemd/cod

cli rust todo todoapp

Last synced: about 2 months ago
JSON representation

WIP: The command line todo app

Awesome Lists containing this project

README

        



cod

The command line todo app

## Installation

### From pre-built binaries

Currently, there's one pre-built binary for Linux under
[releases page](https://github.com/aonemd/cod/releases).

### From source

You can use the provided make commands and `Cargo` to build from source:
- to build a release version: `make`
- to globally install the binary under `/usr/local/bin`: `sudo make install`

## Usage

Use

```sh
cod -h
```

to view help message or

```sh
cod SUBCOMMAND -h
```

to view help message of a certain subcommand.

## Integration

### Todoist

For Todoist integration, one environment variable must be set:
- `COD_TODOIST_TOKEN=token`. Token can be found in your [integration settings page](https://todoist.com/prefs/integrations)

## License

See [LICENSE](https://github.com/aonemd/cod/blob/master/LICENSE).