Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.22 KB

File metadata and controls

60 lines (42 loc) · 1.22 KB

Installation

Homebrew (Linux, Mac, or WSL)

brew tap tod-org/tod
brew install tod

Crates.io / Cargo (All Platforms)

Install Rust

# Linux and MacOS
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Tod

cargo install tod

Scoop (Windows)

scoop bucket add tod https://github.com/tod-org/tod
scoop install tod

Manually Build from GitHub (Linux, Mac, and Windows)

Install Rust

Clone the project

git clone git@github.com:tod-org/tod.git
cd tod

Test and build the release

./test.sh # run the tests
cargo build --release

You can then find the binary in /target/release/

It will ask you to OAuth or provide your Todoist API token on the first run