Versions in this module Expand all Collapse all v0 v0.0.3 Jul 16, 2026 v0.0.2 Jul 15, 2026 Changes in this version + func ActiveDArgs() []string + func AllocateBlock(projectDir, key string) (int, error) + func AllocatePort(projectDir string, base int, key string) (int, error) + func Branch(projectDir string) string + func Sanitize(s string) string + func SetActive(o Options) + func Worktree(projectDir string) string + type Block struct + Index int + Key string + func List(projectDir string) ([]Block, error) + type Options struct + Branch string + Worktree string + func Active() Options + func Resolve(projectDir string) Options + func (o Options) DArgs() []string