xtodo

A terminal-based to-do list manager written in Rust

View on crates.io View on GitHub

About xtodo

xtodo brings quick, distraction-free task management to your terminal. Built with Rust, it provides a highly responsive interface for tracking your daily tasks, complete with persistent storage and a clean aesthetic.

Screenshots

Features

Pre-Compiled Binaries

Download the latest release for your operating system directly from GitHub:

macOS

Universal Binary (Apple Silicon & Intel)

Download for macOS

Linux

Debian / Ubuntu

Download for Linux

Install via Cargo

If you already have Rust installed, you can easily pull xtodo directly from crates.io:

cargo install xtodo

Or build it from the repository:

git clone https://github.com/mabognar/xtodo
cd xtodo
cargo install --path .