snippet

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByCommand added in v0.3.3

type ByCommand []SnippetInfo

func (ByCommand) Len added in v0.3.3

func (a ByCommand) Len() int

func (ByCommand) Less added in v0.3.3

func (a ByCommand) Less(i, j int) bool

func (ByCommand) Swap added in v0.3.3

func (a ByCommand) Swap(i, j int)

type ByDescription added in v0.3.3

type ByDescription []SnippetInfo

func (ByDescription) Len added in v0.3.3

func (a ByDescription) Len() int

func (ByDescription) Less added in v0.3.3

func (a ByDescription) Less(i, j int) bool

func (ByDescription) Swap added in v0.3.3

func (a ByDescription) Swap(i, j int)

type ByOutput added in v0.3.3

type ByOutput []SnippetInfo

func (ByOutput) Len added in v0.3.3

func (a ByOutput) Len() int

func (ByOutput) Less added in v0.3.3

func (a ByOutput) Less(i, j int) bool

func (ByOutput) Swap added in v0.3.3

func (a ByOutput) Swap(i, j int)

type SnippetInfo

type SnippetInfo struct {
	Description string   `toml:"description"`
	Command     string   `toml:"command"`
	Tag         []string `toml:"tag"`
	Output      string   `toml:"output"`
}

type Snippets

type Snippets struct {
	Snippets []SnippetInfo `toml:"snippets"`
}

func (*Snippets) Load

func (snippets *Snippets) Load() error

Load reads toml file.

func (*Snippets) Order added in v0.3.3

func (snippets *Snippets) Order()

Order snippets regarding SortBy option defined in config toml Prefix "-" reverses the order, default is "recency", "+<expressions>" is the same as "<expression>"

func (*Snippets) Save

func (snippets *Snippets) Save() error

Save saves the snippets to toml file.

func (*Snippets) ToString

func (snippets *Snippets) ToString() (string, error)

ToString returns the contents of toml file.

Jump to

Keyboard shortcuts

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