Homebrew (Linux, Mac, or WSL)
brew tap tod-org/tod
brew install todCrates.io / Cargo (All Platforms)
# Linux and MacOS
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall Tod
cargo install todScoop (Windows)
scoop bucket add tod https://github.com/tod-org/tod
scoop install todClone the project
git clone git@github.com:tod-org/tod.git
cd todTest and build the release
./test.sh # run the tests
cargo build --releaseYou can then find the binary in /target/release/
It will ask you to OAuth or provide your Todoist API token on the first run