package
0.2.0
Repository: https://github.com/svengreb/nib.git
Documentation: pkg.go.dev

# Functions

New creates and returns a new inkpen with default Options and pencil.Options.
NewOptions creates new default inkpen Options and pencil.Options and merges them with the given list of Option.
UseColoredIcons sets whether icons should be colored.
WithIconColorFuncs sets the given ist of inkpen.IconColorFunc.
WithPencilOptions sets the given list of pencil.Option.

# Variables

The default inkpen color functions.
The default inkpen color functions.
The default inkpen color functions.
The default inkpen color functions.
The default inkpen color functions.
The default inkpen color functions.
DefaultWriter is the default inkpen writer.

# Structs

Inkpen composes pencil.Pencil to support colored output including automatic TTY and terminal color detection.
Options are all inkpen options.

# Type aliases

IconColorFunc is a function to color verbosity level icons.
Option is a inkpen option.