Versions in this module Expand all Collapse all v0 v0.28.0 Aug 25, 2026 Changes in this version + func DisabledByEnv() bool + func ShouldPage(mode core.PagerMode, stdoutTerminal, image bool) bool + func Stream(src io.Reader, mode core.PagerMode, stdoutTerminal, image bool, dst io.Writer) error + func StreamContext(ctx context.Context, src io.Reader, mode core.PagerMode, ...) error + func WriteText(data []byte, mode core.PagerMode, stdoutTerminal bool) error + func WriteTextContext(ctx context.Context, data []byte, mode core.PagerMode, stdoutTerminal bool) error + type Command struct + Args []string + Program string + func CommandFromEnv(getenv func(string) string) Command