Versions in this module Expand all Collapse all v0 v0.0.3 Dec 10, 2021 v0.0.2 Dec 9, 2021 Changes in this version + type Job struct + func (j *Job) ReplaceTS(s string) + type JobPrinter struct + func New() *JobPrinter + func (jp *JobPrinter) EndJob(job *Job) + func (jp *JobPrinter) Init() tea.Cmd + func (jp *JobPrinter) Start() error + func (jp *JobPrinter) StartJob(name string) *Job + func (jp *JobPrinter) Stop() + func (jp *JobPrinter) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (jp *JobPrinter) View() string