Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FilePathCompletionSeparator = string([]byte{' ', os.PathSeparator})
)
Functions ¶
This section is empty.
Types ¶
type FilePathCompleter ¶
type FilePathCompleter struct { Filter func(fi os.FileInfo) bool IgnoreCase bool // contains filtered or unexported fields }
FilePathCompleter is a completer for your local file system. Please caution that you need to set OptionCompletionWordSeparator(completer.FilePathCompletionSeparator) when you use this completer.
func (*FilePathCompleter) Complete ¶
func (c *FilePathCompleter) Complete(d prompt.Document) []prompt.Suggest
Complete returns suggestions from your local file system.
Click to show internal directories.
Click to hide internal directories.