Installation¶
From Source¶
Requires Python 3.10+.
Optional Extras¶
Interactive TUI¶
For the interactive task picker and td review inbox processing:
Shell Completions¶
After installing, generate completions for your shell:
# Bash
td completions bash >> ~/.bashrc
# Zsh
td completions zsh >> ~/.zshrc
# Fish
td completions fish > ~/.config/fish/completions/td.fish
Restart your shell or source the file to enable.