Documentation
¶
Index ¶
- 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
- type URLCallbackFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddURLCallbackFlags ¶
func AddURLCallbackFlags(cmd *cobra.Command, flags *URLCallbackFlags)
func FormatCurrentDate ¶
func NewAddAreaCmd ¶
func NewAddChecklistItemCmd ¶
func NewAddChildTaskCmd ¶
func NewAddProjectCmd ¶
func NewAddTaskCmd ¶
func NewAddTaskTagsCmd ¶
func NewAppendTaskNotesCmd ¶
func NewDeleteChildTaskCmd ¶
func NewDeleteCmd ¶
func NewDeleteProjectCmd ¶
func NewDeleteTaskCmd ¶
func NewEditAreaCmd ¶
func NewEditChildTaskCmd ¶
func NewEditProjectCmd ¶
func NewEditTaskCmd ¶
func NewListChildTasksCmd ¶
func NewMoveProjectCmd ¶
func NewMoveTaskCmd ¶
func NewProjectsCmd ¶
func NewRemoveTaskTagsCmd ¶
func NewReorderAreaItemsCmd ¶
func NewSearchCmd ¶
func NewSetTagsCmd ¶
func NewSetTaskDateCmd ¶
func NewSetTaskNotesCmd ¶
func NewSetTaskTagsCmd ¶
func NewShowTaskCmd ¶
func NewTagsAddCmd ¶
func NewTagsDeleteCmd ¶
func NewTagsEditCmd ¶
func NewTagsListCmd ¶
func NewTagsSearchCmd ¶
func NewTasksCmd ¶
func NewURLAddCmd ¶
func NewURLAddProjectCmd ¶
func NewURLJSONCmd ¶
func NewURLJSONCommand ¶
func NewURLSearchCmd ¶
func NewURLShowCmd ¶
func NewURLUpdateCmd ¶
func NewURLUpdateProjectCmd ¶
func NewURLVersionCmd ¶
func NewVersionCmd ¶
func ResolveParentSelector ¶
func ResolveTaskDestination ¶
func ValidateURLJSONPayload ¶
Types ¶
type AppController ¶
Click to show internal directories.
Click to hide internal directories.