Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorTitle = aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI ColorPrimary = aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI ColorSecondary = aec.DefaultF ColorTertiary = aec.NewBuilder(aec.DefaultF, aec.Faint).ANSI ColorLink = aec.NewBuilder(aec.LightCyanF, aec.Underline).ANSI ColorWarning = aec.LightYellowF ColorFlag = aec.NewBuilder(aec.Bold).ANSI ColorNone = aec.ANSI(noColor{}) )
View Source
var InfoHeader = Str{ Plain: " Info -> ", Fancy: aec.Bold.Apply(aec.LightCyanB.Apply(aec.BlackF.Apply("i")) + " " + aec.LightCyanF.Apply("Info → ")), }
Functions ¶
func Ellipsis ¶
Ellipsis truncates a string to a given number of runes with an ellipsis at the end. It tries to persist the ANSI escape sequences.
Types ¶
type Output ¶
Source Files
¶
- chip.go
- colors.go
- count.go
- note.go
- output.go
- str.go
Click to show internal directories.
Click to hide internal directories.