editors

package
v3.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Location

type Location struct {
	Line     int    `json:"line"`
	Column   int    `json:"column"`
	Taskfile string `json:"taskfile"`
}

Location describes a task's location in a taskfile

type Task

type Task struct {
	Name     string    `json:"name"`
	Desc     string    `json:"desc"`
	Summary  string    `json:"summary"`
	UpToDate bool      `json:"up_to_date"`
	Location *Location `json:"location"`
}

Task describes a single task

type Taskfile

type Taskfile struct {
	Tasks    []Task `json:"tasks"`
	Location string `json:"location"`
}

Taskfile wraps task list output for use in editor integrations (e.g. VSCode, etc)

Jump to

Keyboard shortcuts

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