LinuxCommandLibrary

yatto

Interactive Git-backed todo list for the terminal

TLDR

Launch the interactive TUI
$ yatto
copy
Add a task
$ yatto add "[Fix login bug]" --project [myapp] --priority high
copy
List open tasks
$ yatto list --status open
copy

SYNOPSIS

yatto [command] [options]

DESCRIPTION

yatto is a terminal task manager that stores each task as a JSON file and manages the task directory as a Git or Jujutsu repository. Every change is versioned, enabling sync and collaboration via shared repositories. Supports due dates, priorities, statuses, and markdown descriptions.

HISTORY

yatto was created by handlebargh and is written in Go.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard