Documentation ¶
Index ¶
- Constants
- type CallerStore
- type Close
- func (c *Close) DefaultEvent() string
- func (c *Close) Menu(context.Context) string
- func (c *Close) Name(context.Context) string
- func (c *Close) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (c *Close) Type(input.Command)
- func (c *Close) Valid(_ context.Context, b input.Binder) error
- type CompletionHook
- func (*CompletionHook) Name(context.Context) string
- func (*CompletionHook) OpNames(context.Context) []string
- func (h *CompletionHook) TextChanged(ctx context.Context, b input.Binder, _ ...)
- func (h *CompletionHook) TextChangedOp(context.Context, input.Binder) input.Operation
- func (*CompletionHook) Type(input.Hook)
- func (h *CompletionHook) Valid(ctx context.Context, b input.Binder) error
- type CompletionScroll
- func (*CompletionScroll) Menu(context.Context) string
- func (c *CompletionScroll) Name(context.Context) string
- func (c *CompletionScroll) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (*CompletionScroll) Type(input.Command)
- func (c *CompletionScroll) Valid(ctx context.Context, b input.Binder) error
- type CompletionSelect
- func (*CompletionSelect) Menu(context.Context) string
- func (c *CompletionSelect) Name(context.Context) string
- func (c *CompletionSelect) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (*CompletionSelect) Type(input.Command)
- func (c *CompletionSelect) Valid(ctx context.Context, b input.Binder) error
- type Completions
- func (*Completions) Name(context.Context) string
- func (c *Completions) Run(ctx context.Context, b input.Binder) error
- func (c *Completions) StartUpdate(ctx context.Context, b input.Binder) input.Operation
- func (*Completions) Type(input.Operation)
- func (c *Completions) Valid(ctx context.Context, b input.Binder) error
- type FileManager
- type Open
- type Pather
- type Prompt
- type Save
- func (s *Save) DefaultEvent() string
- func (s *Save) Menu(context.Context) string
- func (s *Save) Name(context.Context) string
- func (s *Save) Op(ctx context.Context, b input.Binder) (input.Operation, error)
- func (s *Save) Type(input.Command)
- func (s *Save) Valid(_ context.Context, b input.Binder) error
- type StateContainer
Constants ¶
View Source
const (
OpName = "file-manager"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallerStore ¶
type CompletionHook ¶
type CompletionHook struct {
// contains filtered or unexported fields
}
func NewCompletionHook ¶
func NewCompletionHook() *CompletionHook
func (*CompletionHook) TextChanged ¶
func (*CompletionHook) TextChangedOp ¶
func (*CompletionHook) Type ¶
func (*CompletionHook) Type(input.Hook)
type CompletionScroll ¶
type CompletionScroll struct {
// contains filtered or unexported fields
}
func NewCompletionScroll ¶
func NewCompletionScroll(dir caret.Direction) *CompletionScroll
func (*CompletionScroll) Type ¶
func (*CompletionScroll) Type(input.Command)
type CompletionSelect ¶
type CompletionSelect struct{}
func NewCompletionSelect ¶
func NewCompletionSelect() *CompletionSelect
func (*CompletionSelect) Type ¶
func (*CompletionSelect) Type(input.Command)
type Completions ¶
type Completions struct {
// contains filtered or unexported fields
}
func NewCompletions ¶
func NewCompletions() *Completions
func (*Completions) StartUpdate ¶
func (*Completions) Type ¶
func (*Completions) Type(input.Operation)
type FileManager ¶
type Open ¶
type Open struct {
// contains filtered or unexported fields
}
func (*Open) DefaultEvent ¶
Click to show internal directories.
Click to hide internal directories.