completer

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2018 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

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