Skip to content

installation

Jesse edited this page Jun 14, 2024 · 1 revision

Installation

Crates.io (Linux, Mac, and Windows)

Install Rust

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

Install Tod

cargo install tod

AUR (Arch-based Linux)

# Use yay or another AUR helper
yay tod-bin

GitHub (Linux, Mac, and Windows)

Install Rust

Clone the project

git clone [email protected]:alanvardy/tod.git
cd tod
./test.sh # run the tests
cargo build --release

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

Will ask for your Todoist API token on the first run

Clone this wiki locally