Skip to content

ysa list

List tasks for the current project, with their status and short ID.

Usage

ysa list [options]
ysa ls [options]

Options

FlagTypeDefaultDescription
-s, --status <status>running|doneFilter by status
-p, --project <path>stringauto-detected git rootProject root directory

Examples

List all tasks:

bash
ysa list

Show only running tasks:

bash
ysa list --status running

Output

Each row shows the task ID prefix, status, elapsed time, and the first line of the prompt.