# Install ttdl with Homebrew, apk, Nix, scoop

Terminal Todo List Manager. Version 6.1.1 via Homebrew; verified 2026-04-26.

## Install

```sh
sudo av install brew:ttdl
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ttdl
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add ttdl
```

  Evidence: Alpine Linux edge package indexes: ttdl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#ttdl
```

  Evidence: nixpkgs package indexes: pkgs/by-name/tt/ttdl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install extras/ttdl
```

  Evidence: Scoop official bucket manifest trees: bucket/ttdl.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:ttdl
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ttdl>
- **Version:** 6.1.1
- **Source summary:** Terminal Todo List Manager
- **Homepage:** <https://github.com/VladimirMarkelov/ttdl>
- **Repository:** <https://github.com/VladimirMarkelov/ttdl>
- **Upstream docs:** <https://github.com/VladimirMarkelov/ttdl#readme>
- **License:** MIT
- **Source archive:** <https://github.com/VladimirMarkelov/ttdl/archive/refs/tags/v6.1.1.tar.gz>
- **Last updated:** 2026-04-26T09:04:40Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- ttdl (cli)
- ttdl (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 6.1.1
- Package-manager updated: 2026-04-26
- Local data: ok
- Upstream repository: https://github.com/VladimirMarkelov/ttdl
- Upstream latest detected: v6.1.1 (current)
## Project history and usage

ttdl is a Rust command-line todo-list manager built around the todo.txt format.

### Project history

The upstream GitHub repository was created in January 2019. The README describes ttdl as a CLI tool for managing todo lists in todo.txt format, with installation through Cargo, prebuilt releases, Scoop, Homebrew, and AUR.

The project has continued as a terminal productivity utility rather than a service-backed task manager. Its Cargo metadata classifies it under command-line utilities and uses keywords such as `todotxt`, `terminal`, `cli`, `todo`, and `tasks`.

### Adoption history

ttdl's adoption path is typical for modern Rust CLI tools: first Cargo and GitHub releases, then package-manager formulas for users who prefer system package workflows. The README documents Homebrew, Scoop, and AUR installation, while the supplied package facts add Alpine and Nix.

GitHub releases show a long release train from 2019 through 2026, including later additions such as agenda view, Markdown output, and multiple task lists.

### How it is used

ttdl stores todos in plain todo.txt-style files, supports filtering, grouping, archive handling, tags, hashtags, time tracking, statistics, agenda/calendar views, human-readable dates, custom columns, and multiple task lists.

Its configuration is optional and file-based. The README states that the standalone binary does not create files automatically, checks for `ttdl.toml`, and can initialize default config files with command-line flags.

### Why package nerds care

ttdl matters in the package-nerd niche as a small, self-contained Rust productivity CLI with no server dependency and plain-text data. It fits the terminal-user preference for scripts, dotfiles, and portable todo lists.

Its value is not broad historical influence; it is a maintained example of the todo.txt lineage surviving inside modern Rust and package-manager ecosystems.

### Timeline

- 2019: The GitHub repository is created and early 0.x releases begin.
- 2020: Release notes include custom formatting and human-friendly due dates.
- 2026: Release notes include agenda updates, Markdown output support, and multiple task lists.

### Related projects

- The README identifies todo.txt as the data format lineage.
- Distribution-related peers include Cargo, Homebrew, Scoop, AUR, Alpine, and Nix packages.

### Sources

- <https://github.com/VladimirMarkelov/ttdl#readme documents todo.txt usage, installation channels, configuration paths, and feature set.>
- <https://github.com/VladimirMarkelov/ttdl/blob/master/Cargo.toml documents package metadata, keywords, repository, and command-line utility category.>
- <https://github.com/VladimirMarkelov/ttdl/releases documents release activity through 2026.>
- source_facts.package-manager lists Alpine, Homebrew, Nix, and Scoop packages.


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Linux: ./ttdl.toml, ~/.config/ttdl/ttdl.toml
- macOS: ./ttdl.toml, /Users/{username}/Library/Application Support/ttdl/ttdl.toml
- Windows: c:\Users\{username}\AppData\Roaming\ttdl\ttdl.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ttdl
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - ttdl: normalized package name match | nixpkgs package indexes: pkgs/by-name/tt/ttdl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - ttdl - 6.1.1-r0: normalized package name match | Alpine Linux edge package indexes: ttdl from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Terminal Todo List Manager | https://github.com/VladimirMarkelov/ttdl
- apk - ttdl-doc - 6.1.1-r0: normalized package name match | Alpine Linux edge package indexes: ttdl-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Terminal Todo List Manager (documentation) | https://github.com/VladimirMarkelov/ttdl
- Scoop - extras/ttdl: normalized package name match | Scoop official bucket manifest trees: bucket/ttdl.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [vit](https://www.automicvault.com/pkg/brew/vit/) - Shares av.db curated category or tags: cli, productivity, task-management, terminal.
- [pter](https://www.automicvault.com/pkg/brew/pter/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [taskline](https://www.automicvault.com/pkg/brew/taskline/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todo-txt](https://www.automicvault.com/pkg/brew/todo-txt/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todoist-cli](https://www.automicvault.com/pkg/brew/todoist-cli/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todoist-cli-go](https://www.automicvault.com/pkg/brew/todoist-cli-go/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [todoman](https://www.automicvault.com/pkg/brew/todoman/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [topydo](https://www.automicvault.com/pkg/brew/topydo/) - Shares av.db curated category or tags: cli, productivity, task-management.
- [dstask](https://www.automicvault.com/pkg/brew/dstask/) - Local package facts share a topical domain. Shared terms: cli, management, productivity, task, task-management.

## Combined YAML source

View the package source record on GitHub. [combined/ttdl.yml](https://github.com/automic-vault/db/blob/main/combined/ttdl.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
