CLI list¶
List available worktrees in table, pristine, or JSON form.
Examples¶
lazyworktree list # Table output (default)
lazyworktree list --pristine # Paths only
lazyworktree list --json # JSON output
lazyworktree ls # Alias
Notes¶
--pristineand--jsonare mutually exclusive.- Use
--pristinefor shell pipelines.