Versions in this module Expand all Collapse all v0 v0.10.0 Aug 10, 2024 Changes in this version + const ContinueAccelHandle + const ContinueAccelLabel + const ContinueAccelTooltip + const ExitAccelHandle + const ExitAccelPath + const KeepGroupAccelHandle + const KeepGroupAccelKey + const KeepGroupAccelLabel + const KeepGroupAccelPath + const KeepGroupAccelTooltip + const QuitAccelHandle + const QuitAccelLabel + const QuitAccelPath + const QuitAccelTooltip + const SaveFileAccelHandle + const SaveFileAccelKey + const SaveFileAccelLabel + const SaveFileAccelPath + const SaveFileAccelTooltip + const SelectGroupsAccelHandle + const SelectGroupsAccelKey + const SelectGroupsAccelLabel + const SelectGroupsAccelPath + const SelectGroupsAccelTooltip + const SkipFileAccelHandle + const SkipFileAccelKey + const SkipFileAccelLabel + const SkipFileAccelPath + const SkipFileAccelTooltip + const SkipGroupAccelHandle + const SkipGroupAccelKey + const SkipGroupAccelLabel + const SkipGroupAccelPath + const SkipGroupAccelTooltip + type CUI struct + ActionArea ctk.HButtonBox + App ctk.Application + Args []string + ContinueButton ctk.Button + DiffLabel ctk.Label + DiffView ctk.ScrolledViewport + Display cdk.Display + FooterLabel ctk.Label + HeaderLabel ctk.Label + KeepGroupButton ctk.Button + LastError error + QuitButton ctk.Button + SaveFileButton ctk.Button + SelectGroupsButton ctk.Button + SkipFileButton ctk.Button + SkipGroupButton ctk.Button + StateSpinner ctk.Spinner + StatusLabel ctk.Label + Window ctk.Window + WorkAccel ctk.AccelGroup + func NewUI(name, usage, description, manual, version, release, tag, title, ttyPath string, ...) (u *CUI) + func (u *CUI) Run(argv []string) (err error) + type ViewType uint8 + const FileView + const NopeView + const SelectGroupsView