mix tak.list (tak v0.4.2)

View Source

Lists all git worktrees with their port, database, and running status.

$ mix tak.list

Includes the main repository alongside every worktree in trees/. For each entry, status is determined by probing the configured port:

  • RUNNING — port is in use; shows the PID and a clickable URL
  • STOPPED — port is free
  • UNKNOWN — no port could be read from the worktree config

A summary line at the end counts running vs. stopped worktrees.