Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_HELP_MESSAGE = `` /* 269-byte string literal not displayed */
View Source
const FOCUS_COLUMN_COLOR = tcell.Color40
Variables ¶
View Source
var HELP_MESSAGE = func() string { t := time.Now() dateTime := t.Format("2006/1/2 15:04:05") message := fmt.Sprintf("last updated %s\n %s", dateTime, DEFAULT_HELP_MESSAGE) return message }
Functions ¶
This section is empty.
Types ¶
type GhpjSettings ¶
type Notciation ¶
type Notciation struct {
// contains filtered or unexported fields
}
type Tui ¶
type Tui struct { App *tview.Application // contains filtered or unexported fields }
func NewTui ¶
func NewTui(g *GhpjSettings) *Tui
Click to show internal directories.
Click to hide internal directories.