Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT = "_default" SELF = "_self" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Colors ¶
type Colors struct { File LightDarkMap `json:"file"` Dir DirColors `json:"dir"` Link LinkColors `json:"link"` Size StyleMap `json:"size"` Time TimeColors `json:"time"` Perm PermColors `json:"perm"` Expr ExprColors `json:"expr"` Tabular *TabularColors `json:"tabular"` Device *Style `json:"device"` Socket *Style `json:"socket"` Pipe *Style `json:"pipe"` Stats StatsColors `json:"stats"` }
type ExprColors ¶
type FolderHeaderColors ¶
type LightDarkMap ¶
type LinkColors ¶
type PermColors ¶
type PermColors struct { User StyleMap `json:"user"` Group StyleMap `json:"group"` Other StyleMap `json:"other"` }
PermColor holds color mappings for users and groups
type StatsColors ¶
type Style ¶
type Style struct { Fg uint8 `json:"fg,omitempty"` Bg uint8 `json:"bg,omitempty"` Bold bool `json:"bold,omitempty"` }
type TabularColors ¶
type TabularColors struct { FolderHeader FolderHeaderColors `json:"folder_header"` TableHeader *Style `json:"table_header"` }
Click to show internal directories.
Click to hide internal directories.