msgview

package
v0.0.0-...-0798a42 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NextPrevPart

type NextPrevPart struct {
	Offset int `opt:"n" default:"1"`
}

func (NextPrevPart) Aliases

func (NextPrevPart) Aliases() []string

func (NextPrevPart) Context

func (NextPrevPart) Execute

func (np NextPrevPart) Execute(args []string) error

type Open

type Open struct {
	Delete bool   `opt:"-d"`
	Cmd    string `opt:"..." required:"false"`
}

func (Open) Aliases

func (Open) Aliases() []string

func (Open) Context

func (Open) Context() commands.CommandContext

func (Open) Execute

func (o Open) Execute(args []string) error

func (Open) Options

func (Open) Options() string
type OpenLink struct {
	Url *url.URL `opt:"url" action:"ParseUrl" complete:"CompleteUrl"`
	Cmd string   `opt:"..." required:"false"`
}

func (OpenLink) Aliases

func (OpenLink) Aliases() []string

func (*OpenLink) CompleteUrl

func (*OpenLink) CompleteUrl(arg string) []string

func (OpenLink) Context

func (OpenLink) Context() commands.CommandContext

func (OpenLink) Execute

func (o OpenLink) Execute(args []string) error

func (*OpenLink) ParseUrl

func (o *OpenLink) ParseUrl(arg string) error

type Save

type Save struct {
	Force          bool   `opt:"-f"`
	CreateDirs     bool   `opt:"-p"`
	Attachments    bool   `opt:"-a"`
	AllAttachments bool   `opt:"-A"`
	Path           string `opt:"path" required:"false" complete:"CompletePath"`
}

func (Save) Aliases

func (Save) Aliases() []string

func (*Save) CompletePath

func (*Save) CompletePath(arg string) []string

func (Save) Context

func (Save) Context() commands.CommandContext

func (Save) Execute

func (s Save) Execute(args []string) error

func (Save) Options

func (Save) Options() string

type ToggleHeaders

type ToggleHeaders struct{}

func (ToggleHeaders) Aliases

func (ToggleHeaders) Aliases() []string

func (ToggleHeaders) Context

func (ToggleHeaders) Execute

func (ToggleHeaders) Execute(args []string) error

type ToggleKeyPassthrough

type ToggleKeyPassthrough struct{}

func (ToggleKeyPassthrough) Aliases

func (ToggleKeyPassthrough) Aliases() []string

func (ToggleKeyPassthrough) Context

func (ToggleKeyPassthrough) Execute

func (ToggleKeyPassthrough) Execute(args []string) error

Jump to

Keyboard shortcuts

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