term

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearScreen

func ClearScreen()

func GetTerminalSize

func GetTerminalSize() (int, int, error)

func IsArt

func IsArt(path string) bool

func IsITerm2

func IsITerm2() bool

func IsSSH added in v0.9.22

func IsSSH() bool

func IsStdinTerminal added in v1.13.0

func IsStdinTerminal() bool

func IsStdoutTerminal

func IsStdoutTerminal() bool

func Osc52

func Osc52(d []byte)

func PrintANSIArt

func PrintANSIArt(r io.Reader) error
 func PrintArtFromURL(url string) {
	fmt.Println()
	if IsITerm2() {
		printITerm2ArtFromURL(url)
	} else {
		printANSIArtFromURL(url)
	}
	fmt.Println()

}

func PrintArt

func PrintArt(r io.Reader)

func PrintITerm2Art

func PrintITerm2Art(r io.Reader) error

func ReadLine added in v1.13.0

func ReadLine(prompt string) (string, error)

func ReadPassword added in v1.13.0

func ReadPassword(prompt string) (string, error)

func SupportedColors

func SupportedColors() uint

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL