Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultEventJQQuery = `` /* 243-byte string literal not displayed */
DefaultEventJQQuery is a single line as this shows up verbatim in `wander --help`
View Source
const DefaultPageInput = "/bin/sh"
View Source
const ExecWebSocketClosed = "> connection closed <"
View Source
const ExecWebSocketHeartbeatDuration = time.Second * 10
View Source
const NoVersionString = "built from source"
View Source
const SaveDialogPlaceholder = "Output file name (path optional)"
View Source
const TablePadding = " "
View Source
const TableSeparator = "|【=◈︿◈=】|"
View Source
const ToastDuration = time.Second * 5
Variables ¶
View Source
var JobsTableStatusStyles = map[string]lipgloss.Style{ TablePadding + "pending" + TablePadding: style.JobRowPending, TablePadding + "dead" + TablePadding: style.JobRowDead, }
View Source
var LogoString = strings.Join([]string{
"█ █ █ █▀█ █▄ █ █▀▄ █▀▀ █▀█",
"▀▄▀▄▀ █▀█ █ ▀█ █▄▀ ██▄ █▀▄",
}, "\n")
View Source
var TasksTableStatusStyles = JobsTableStatusStyles
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.