Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clock ¶
func BuildClock ¶ added in v0.33.0
type ClockCollection ¶
type ClockCollection struct {
Clocks []Clock
}
func (*ClockCollection) Sorted ¶
func (clocks *ClockCollection) Sorted(sortOrder string) []Clock
func (*ClockCollection) SortedAlphabetically ¶
func (clocks *ClockCollection) SortedAlphabetically()
func (*ClockCollection) SortedChronologically ¶
func (clocks *ClockCollection) SortedChronologically()
func (*ClockCollection) SortedReverseChronologically ¶ added in v0.44.0
func (clocks *ClockCollection) SortedReverseChronologically()
type Widget ¶
type Widget struct {
view.TextWidget
// contains filtered or unexported fields
}
func NewWidget ¶
func NewWidget(tviewApp *tview.Application, redrawChan chan bool, settings *Settings) *Widget
func (*Widget) ConfigText ¶ added in v0.50.0
Click to show internal directories.
Click to hide internal directories.