Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Program *tea.Program
)
Functions ¶
Types ¶
type CoreDependency ¶ added in v0.7.0
type CoreDependency string
const ( YtDlp CoreDependency = "yt-dlp" FFmpeg CoreDependency = "ffmpeg" FFprobe CoreDependency = "ffprobe" )
type DebsCheckResult ¶ added in v0.7.0
type DebsCheckResult struct {
ToolName CoreDependency
Installed bool
Path string
}
Click to show internal directories.
Click to hide internal directories.