package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 12, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ui centralizes all terminal output styling so commands stay clean.
Accent returns s in the brand color, for inline emphasis.
Dim returns s styled faintly, for secondary inline text.
DisableColor turns off all ANSI styling (also honors NO_COLOR env automatically).
Error prints a fatal error to stderr.
func Field(label, value string)
Field prints an aligned "label: value" metadata line.
Step prints a progress step marker.
Success prints a final success line.
Title prints a bold headline, e.g. the video title once resolved.
Warn prints a non-fatal warning to stderr.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.