Discover Packages
git.sr.ht/~rafael/gembro
text
package
Version:
v0.0.0-...-af80692
Opens a new window with list of versions in this module.
Published: Jan 25, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Color returns the input with the given ANSI color applied
color can be a hex string e.g. #FF0000
Wrap wraps text so that each line is no longer than maxlen by inserting newlines.
Spaces and '-' will be used as natural breaking points, but if individual words are longer
than maxlen a newline will be inserted to break them up.
const (
Ch1 Colo = "#FF0000"
Ch2 Colo = "#FFFF00"
Ch3 Colo = "#FF00FF"
Clink Colo = "#6495ED"
Ccode Colo = "#EEE8AA"
)
type Link struct {
URL, Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.