Documentation
¶
Overview ¶
Package pathmatch parses gitignore-style sidecar files under .remindb/.
Index ¶
Constants ¶
View Source
const ( IgnoreFileName = "ignore" IgnorePath = config.DirName + "/" + IgnoreFileName )
View Source
const ( PinnedFileName = "pinned" PinnedPath = config.DirName + "/" + PinnedFileName )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
func LoadIgnore ¶
Read <dir>/.remindb/ignore; (nil, nil) if absent.
func LoadPinned ¶
Read <dir>/.remindb/pinned; (nil, nil) if absent.
Click to show internal directories.
Click to hide internal directories.