package
0.22.0-dev
Repository: https://github.com/elves/elvish.git
Documentation: pkg.go.dev

# Functions

Glob returns a list of file names satisfying the given pattern.
IsLiteral returns whether a Segment is a Literal.
IsSlash returns whether a Segment is a Slash.
IsWild returns whether a Segment is a Wild.
IsWild1 returns whether a Segment is a Wild and has the specified type.
IsWild2 returns whether a Segment is a Wild and has one of the two specified types.
Parse parses a pattern.

# Constants

Values for WildType.
Values for WildType.
Values for WildType.

# Structs

Literal is a series of non-slash, non-wildcard characters, that is to be matched literally.
PathInfo keeps a path resulting from glob expansion and its FileInfo.
Pattern is a glob pattern.
Slash represents a slash "/".
Wild is a wildcard.

# Interfaces

Segment is the building block of Pattern.

# Type aliases

WildType is the type of a Wild.