Versions in this module Expand all Collapse all v0 v0.3.19 Mar 10, 2026 Changes in this version + func AddURLCallbackFlags(cmd *cobra.Command, flags *URLCallbackFlags) + func FormatCurrentDate(now time.Time) string + func NewAddAreaCmd(runE func(*cobra.Command, []string, string) error) *cobra.Command + func NewAddChecklistItemCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewAddChildTaskCmd(runE func(*cobra.Command, []string, string, string, string, string) error) *cobra.Command + func NewAddProjectCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewAddTaskCmd(resolveDestination func(string, string) (string, string, error), ...) *cobra.Command + func NewAddTaskTagsCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewAppendTaskNotesCmd(runE func(*cobra.Command, []string, string, string, string, string) error) *cobra.Command + func NewAreasCmd(runE func(*cobra.Command, []string) error) *cobra.Command + func NewCloseCmd(runE func(*cobra.Command, []string) error) *cobra.Command + func NewDateCmd(now func() time.Time) *cobra.Command + func NewDeleteChildTaskCmd(use, short string, ...) *cobra.Command + func NewDeleteCmd(kind, name, short string, ...) *cobra.Command + func NewDeleteProjectCmd(runE func(*cobra.Command, []string, string, string) error) *cobra.Command + func NewDeleteTaskCmd(use, short string, runE func(*cobra.Command, []string, string, string) error) *cobra.Command + func NewEditAreaCmd(runE func(*cobra.Command, []string, string, string) error) *cobra.Command + func NewEditChildTaskCmd(...) *cobra.Command + func NewEditProjectCmd(runE func(*cobra.Command, []string, string, string, string, string) error) *cobra.Command + func NewEditTaskCmd(...) *cobra.Command + func NewListChildTasksCmd(runE func(*cobra.Command, []string, string, string) error) *cobra.Command + func NewListsCmd(runE func(*cobra.Command, []string) error) *cobra.Command + func NewMoveProjectCmd(runE func(*cobra.Command, []string, string, string, map[string]string) error) *cobra.Command + func NewMoveTaskCmd(runE func(*cobra.Command, []string, string, string, map[string]string) error) *cobra.Command + func NewOpenCmd(runE func(*cobra.Command, []string) error) *cobra.Command + func NewProjectsCmd(runE func(*cobra.Command, []string, bool) error) *cobra.Command + func NewRemoveTaskTagsCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewReorderAreaItemsCmd(runE func(*cobra.Command, []string, string, string, []string) error, ...) *cobra.Command + func NewReorderProjectItemsCmd(runE func(*cobra.Command, []string, string, string, []string) error, ...) *cobra.Command + func NewSearchCmd(runE func(*cobra.Command, []string, string, string, bool) error) *cobra.Command + func NewSetTagsCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewSetTaskDateCmd(...) *cobra.Command + func NewSetTaskNotesCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewSetTaskTagsCmd(runE func(*cobra.Command, []string, string, string, string) error) *cobra.Command + func NewShowTaskCmd(runE func(*cobra.Command, []string, string, string, bool, bool) error) *cobra.Command + func NewTagsAddCmd(runE func(*cobra.Command, []string, string, string) error) *cobra.Command + func NewTagsDeleteCmd(runE func(*cobra.Command, []string, string) error) *cobra.Command + func NewTagsEditCmd(runE func(*cobra.Command, []string, string, string, string, bool) error) *cobra.Command + func NewTagsListCmd(runE func(*cobra.Command, []string, string) error) *cobra.Command + func NewTagsRootCmd(subcommands ...*cobra.Command) *cobra.Command + func NewTagsSearchCmd(runE func(*cobra.Command, []string, string) error) *cobra.Command + func NewTasksCmd(runE func(*cobra.Command, []string, string, string, bool) error) *cobra.Command + func NewURLAddCmd(normalizeChecklist func(string) string, ...) *cobra.Command + func NewURLAddProjectCmd(normalizeChecklist func(string) string, ...) *cobra.Command + func NewURLJSONCmd(runE func(*cobra.Command, []string, string, map[string]string, bool) error) *cobra.Command + func NewURLJSONCommand(use, short, commandName string, ...) *cobra.Command + func NewURLRootCmd(subcommands ...*cobra.Command) *cobra.Command + func NewURLSearchCmd(runE func(*cobra.Command, []string, map[string]string) error) *cobra.Command + func NewURLShowCmd(runE func(*cobra.Command, []string, map[string]string) error) *cobra.Command + func NewURLUpdateCmd(normalizeChecklist func(string) string, ...) *cobra.Command + func NewURLUpdateProjectCmd(runE func(*cobra.Command, []string, map[string]string) error) *cobra.Command + func NewURLVersionCmd(runE func(*cobra.Command, []string, map[string]string) error) *cobra.Command + func NewVersionCmd(version func() string) *cobra.Command + func ResolveAreaSelector(name, id string) (string, string, error) + func ResolveChildTaskMutationSelector(parentName, parentID, childTaskName, childTaskID string, childTaskIndex int) (string, string, string, int, error) + func ResolveEntitySelector(name, id string) (string, string, error) + func ResolveMoveProjectDestination(toArea, toAreaID string) (map[string]string, error) + func ResolveMoveTaskDestination(toArea, toAreaID, toProject, toProjectID, toHeading, toHeadingID string) (map[string]string, error) + func ResolveParentSelector(parentName, parentID string) (string, string, error) + func ResolveTaskDestination(areaName, projectName string, fallbackList func() string) (string, string, error) + func ResolveTaskParentSelector(taskName, taskID string) (string, string, error) + func ValidateURLJSONPayload(data string) (bool, error) + func WaitForAppState(ctx context.Context, app AppController, bundleID string, wantRunning bool, ...) error + type AppController interface + Activate func(ctx context.Context, bundleID string) error + IsRunning func(ctx context.Context, bundleID string) (bool, error) + Quit func(ctx context.Context, bundleID string) error + type URLCallbackFlags struct + XCancel string + XError string + XSource string + XSuccess string + func (flags URLCallbackFlags) Apply(params map[string]string)