aonemd / cod

WIP: The command line todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cod

The command line todo app

Installation

From pre-built binaries

Currently, there's one pre-built binary for Linux under releases page.

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

cod -h

to view help message or

cod SUBCOMMAND -h

to view help message of a certain subcommand.

Integration

Todoist

For Todoist integration, one environment variable must be set:

License

See LICENSE.

About

WIP: The command line todo app

License:MIT License


Languages

Language:Rust 99.4%Language:Makefile 0.6%