workdir

package
v0.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package workdir resolves the td database root directory, supporting git worktree redirection via .td-root files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadAssociations added in v0.36.0

func LoadAssociations() (map[string]string, error)

LoadAssociations reads the directory associations from ~/.config/td/associations.json. Returns an empty map if the file does not exist.

func LookupAssociation added in v0.36.0

func LookupAssociation(dir string) (string, bool)

LookupAssociation checks if dir has a directory association configured. Returns the target path and true if found, empty string and false otherwise.

func ResolveBaseDir

func ResolveBaseDir(baseDir string) string

ResolveBaseDir resolves td's project root with conservative heuristics:

  1. Honor .td-root in the current directory.
  2. Use current directory if it already has a .todos directory.
  3. If inside git, check git root for .td-root or .todos.

If no td markers are found, it returns the original baseDir unchanged.

func SaveAssociations added in v0.36.0

func SaveAssociations(assoc map[string]string) error

SaveAssociations writes the directory associations to ~/.config/td/associations.json using atomic write.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL