Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aonemd/cod
- Owner: aonemd
- License: mit
- Created: 2021-04-06T09:11:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T09:42:36.000Z (about 3 years ago)
- Last Synced: 2024-04-20T08:57:52.281Z (10 months ago)
- Topics: cli, rust, todo, todoapp
- Language: Rust
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).