Versions in this module Expand all Collapse all v0 v0.30.0 Dec 25, 2024 Changes in this version + var Version = "v0.30.0" + func CreateExecInfoView() *tview.TextView + func CreateProjectInfoView() *tview.TextView + func CreateRunInfoVIew() *tview.TextView + func CreateTaskInfoView() *tview.TextView + func ShowHelpModal() + type Shortcut struct + type TProject struct + ContextView *tview.Flex + Emitter *misc.EventEmitter + Headers []string + Page *tview.Flex + PathView *components.TList + ProjectPaths []string + ProjectPathsFiltered []string + ProjectPathsSelected map[string]bool + ProjectStyle string + ProjectTableView *components.TTable + ProjectTags []string + ProjectTagsFiltered []string + ProjectTagsSelected map[string]bool + ProjectTreeView *components.TTree + Projects []dao.Project + ProjectsFiltered []dao.Project + ProjectsSelected map[string]bool + ShowHeaders bool + TagView *components.TList + func CreateProjectsData(projects []dao.Project, projectTags []string, projectPaths []string, ...) *TProject + func (p *TProject) CreateProjectsPathsList(title string) *components.TList + func (p *TProject) CreateProjectsTable(selectEnabled bool, title string, headers []string, rows [][]string) *components.TTable + func (p *TProject) CreateProjectsTagsList(title string) *components.TList + func (p *TProject) CreateProjectsTree(selectEnabled bool, title string, paths []dao.TNode) *components.TTree + type TSpec struct + ClearBeforeRun bool + IgnoreErrors bool + IgnoreNonExisting bool + OmitEmptyColumns bool + OmitEmptyRows bool + Output string + Parallel bool + View *tview.Flex + func CreateSpecView() *TSpec + func (spec *TSpec) AddCheckbox(title string, checked *bool) *tview.Checkbox + type TTask struct + ContextView *tview.Flex + Emitter *misc.EventEmitter + Headers []string + Page *tview.Flex + ShowHeaders bool + TaskStyle string + TaskTableView *components.TTable + TaskTreeView *components.TTree + Tasks []dao.Task + TasksFiltered []dao.Task + TasksSelected map[string]bool + func CreateTasksData(tasks []dao.Task, headers []string, prefixNumber int, showTitle bool, ...) *TTask + func (t *TTask) CreateTasksTable(selectEnabled bool, title string, headers []string, rows [][]string) *components.TTable + func (t *TTask) CreateTasksTree(selectEnabled bool, title string, nodes []components.TNode) *components.TTree