def execute(_)
      t = []
      Registry.each { |repo| t << [repo.name, repo.current_branch, repo.current_head] }
      ptable t, columns: [24, nil, nil]
    end