Documentation
¶
Index ¶
- Constants
- Variables
- func Find(plugins []config.Plugin, name string) (config.Plugin, error)
- type Application
- type Applications
- func (a *Applications) Cleanup()
- func (a *Applications) Entries(ctx context.Context, _ string) []util.Entry
- func (a *Applications) History() bool
- func (a *Applications) IsSetup() bool
- func (*Applications) KeepSort() bool
- func (a *Applications) Name() string
- func (a *Applications) Placeholder() string
- func (a *Applications) Prefix() string
- func (a *Applications) Refresh()
- func (a *Applications) RunWm()
- func (a *Applications) Setup(cfg *config.Config) bool
- func (a *Applications) SetupData(_ *config.Config)
- func (a *Applications) SwitcherOnly() bool
- func (a *Applications) Typeahead() bool
- type Commands
- func (c Commands) Cleanup()
- func (c Commands) Entries(ctx context.Context, term string) []util.Entry
- func (c Commands) History() bool
- func (c Commands) IsSetup() bool
- func (Commands) KeepSort() bool
- func (c Commands) Name() string
- func (c Commands) Placeholder() string
- func (c Commands) Prefix() string
- func (c Commands) Refresh()
- func (c *Commands) Setup(cfg *config.Config) bool
- func (c *Commands) SetupData(cfg *config.Config)
- func (c Commands) SwitcherOnly() bool
- func (c Commands) Typeahead() bool
- type CustomCommands
- func (c CustomCommands) Cleanup()
- func (c CustomCommands) Entries(ctx context.Context, term string) (_ []util.Entry)
- func (c CustomCommands) History() bool
- func (c CustomCommands) IsSetup() (_ bool)
- func (CustomCommands) KeepSort() bool
- func (CustomCommands) Name() (_ string)
- func (c CustomCommands) Placeholder() (_ string)
- func (c CustomCommands) Prefix() (_ string)
- func (CustomCommands) Refresh()
- func (c *CustomCommands) Setup(cfg *config.Config) bool
- func (c *CustomCommands) SetupData(cfg *config.Config)
- func (c CustomCommands) SwitcherOnly() (_ bool)
- func (c CustomCommands) Typeahead() bool
- type Dmenu
- func (d *Dmenu) Cleanup()
- func (d Dmenu) Entries(ctx context.Context, term string) []util.Entry
- func (Dmenu) History() bool
- func (d Dmenu) IsSetup() bool
- func (d Dmenu) KeepSort() bool
- func (d Dmenu) ListenForReply()
- func (Dmenu) Name() string
- func (d Dmenu) Placeholder() string
- func (Dmenu) Prefix() string
- func (Dmenu) Refresh()
- func (Dmenu) Reply(res string)
- func (d Dmenu) Send()
- func (d *Dmenu) SetSeparator(sep string)
- func (d *Dmenu) Setup(cfg *config.Config) bool
- func (d *Dmenu) SetupData(cfg *config.Config)
- func (d *Dmenu) StartListening()
- func (Dmenu) SwitcherOnly() bool
- func (Dmenu) Typeahead() bool
- type EngineInfo
- type Finder
- func (f Finder) Cleanup()
- func (f Finder) Entries(ctx context.Context, term string) []util.Entry
- func (f Finder) History() bool
- func (f Finder) IsSetup() bool
- func (Finder) KeepSort() bool
- func (f Finder) Name() string
- func (f Finder) Placeholder() string
- func (f Finder) Prefix() string
- func (f Finder) Refresh()
- func (f *Finder) Setup(cfg *config.Config) bool
- func (f *Finder) SetupData(cfg *config.Config)
- func (f Finder) SwitcherOnly() bool
- func (f Finder) Typeahead() bool
- type Plugin
- func (e Plugin) Cleanup()
- func (e Plugin) Entries(ctx context.Context, term string) []util.Entry
- func (p Plugin) History() bool
- func (e Plugin) IsSetup() bool
- func (p Plugin) KeepSort() bool
- func (e Plugin) Name() string
- func (e Plugin) Placeholder() string
- func (e Plugin) Prefix() string
- func (e *Plugin) Refresh()
- func (e *Plugin) Setup(cfg *config.Config) bool
- func (e *Plugin) SetupData(cfg *config.Config)
- func (e Plugin) SwitcherOnly() bool
- func (p Plugin) Typeahead() bool
- type Runner
- func (r Runner) Cleanup()
- func (r Runner) Entries(ctx context.Context, term string) []util.Entry
- func (r Runner) History() bool
- func (r Runner) IsSetup() bool
- func (Runner) KeepSort() bool
- func (Runner) Name() string
- func (r Runner) Placeholder() string
- func (r Runner) Prefix() string
- func (r Runner) Refresh()
- func (r *Runner) Setup(cfg *config.Config) bool
- func (r *Runner) SetupData(cfg *config.Config)
- func (r Runner) SwitcherOnly() bool
- func (r Runner) Typeahead() bool
- type SSH
- func (s SSH) Cleanup()
- func (s SSH) Entries(ctx context.Context, term string) []util.Entry
- func (s SSH) History() bool
- func (s SSH) IsSetup() bool
- func (SSH) KeepSort() bool
- func (s SSH) Name() string
- func (s SSH) Placeholder() string
- func (s SSH) Prefix() string
- func (s *SSH) Refresh()
- func (s *SSH) Setup(cfg *config.Config) bool
- func (s *SSH) SetupData(cfg *config.Config)
- func (s SSH) SwitcherOnly() bool
- func (s SSH) Typeahead() bool
- type Switcher
- func (s Switcher) Cleanup()
- func (s Switcher) Entries(ctx context.Context, term string) []util.Entry
- func (s Switcher) History() bool
- func (s Switcher) IsSetup() bool
- func (Switcher) KeepSort() bool
- func (s Switcher) Name() string
- func (s Switcher) Placeholder() string
- func (s Switcher) Prefix() string
- func (s Switcher) Refresh()
- func (s *Switcher) Setup(cfg *config.Config) bool
- func (s *Switcher) SetupData(cfg *config.Config)
- func (s Switcher) SwitcherOnly() bool
- func (s Switcher) Typeahead() bool
- type Websearch
- func (w Websearch) Cleanup()
- func (w Websearch) Entries(ctx context.Context, term string) []util.Entry
- func (w Websearch) History() bool
- func (w Websearch) IsSetup() bool
- func (Websearch) KeepSort() bool
- func (Websearch) Name() string
- func (w Websearch) Placeholder() string
- func (w Websearch) Prefix() string
- func (w Websearch) Refresh()
- func (w *Websearch) Setup(cfg *config.Config) bool
- func (w *Websearch) SetupData(_ *config.Config)
- func (w Websearch) SwitcherOnly() bool
- func (w Websearch) Typeahead() bool
- type Workable
Constants ¶
View Source
const ( GoogleURL = "https://www.google.com/search?q=%TERM%" DuckDuckGoURL = "https://duckduckgo.com/?q=%TERM%" EcosiaURL = "https://www.ecosia.org/search?q=%TERM%" YandexURL = "https://yandex.com/search/?text=%TERM%" )
View Source
const ApplicationsName = "applications"
Variables ¶
View Source
var ()
Functions ¶
Types ¶
type Application ¶
type Applications ¶
type Applications struct {
// contains filtered or unexported fields
}
func (*Applications) Cleanup ¶ added in v0.5.2
func (a *Applications) Cleanup()
func (*Applications) History ¶ added in v0.4.0
func (a *Applications) History() bool
func (*Applications) IsSetup ¶ added in v0.1.1
func (a *Applications) IsSetup() bool
func (*Applications) KeepSort ¶ added in v0.1.4
func (*Applications) KeepSort() bool
func (*Applications) Name ¶
func (a *Applications) Name() string
func (*Applications) Placeholder ¶ added in v0.1.1
func (a *Applications) Placeholder() string
func (*Applications) Prefix ¶
func (a *Applications) Prefix() string
func (*Applications) Refresh ¶ added in v0.0.93
func (a *Applications) Refresh()
func (*Applications) RunWm ¶ added in v0.5.4
func (a *Applications) RunWm()
func (*Applications) SetupData ¶ added in v0.1.1
func (a *Applications) SetupData(_ *config.Config)
func (*Applications) SwitcherOnly ¶ added in v0.1.0
func (a *Applications) SwitcherOnly() bool
func (*Applications) Typeahead ¶ added in v0.4.0
func (a *Applications) Typeahead() bool
type Commands ¶ added in v0.0.40
type Commands struct {
// contains filtered or unexported fields
}
func (Commands) Placeholder ¶ added in v0.1.1
func (Commands) SwitcherOnly ¶ added in v0.1.0
type CustomCommands ¶ added in v0.2.0
type CustomCommands struct {
// contains filtered or unexported fields
}
func (CustomCommands) Cleanup ¶ added in v0.5.2
func (c CustomCommands) Cleanup()
func (CustomCommands) History ¶ added in v0.4.0
func (c CustomCommands) History() bool
func (CustomCommands) IsSetup ¶ added in v0.2.0
func (c CustomCommands) IsSetup() (_ bool)
func (CustomCommands) KeepSort ¶ added in v0.2.0
func (CustomCommands) KeepSort() bool
func (CustomCommands) Name ¶ added in v0.2.0
func (CustomCommands) Name() (_ string)
func (CustomCommands) Placeholder ¶ added in v0.2.0
func (c CustomCommands) Placeholder() (_ string)
func (CustomCommands) Prefix ¶ added in v0.2.0
func (c CustomCommands) Prefix() (_ string)
func (CustomCommands) Refresh ¶ added in v0.2.0
func (CustomCommands) Refresh()
func (*CustomCommands) Setup ¶ added in v0.2.0
func (c *CustomCommands) Setup(cfg *config.Config) bool
func (*CustomCommands) SetupData ¶ added in v0.2.0
func (c *CustomCommands) SetupData(cfg *config.Config)
func (CustomCommands) SwitcherOnly ¶ added in v0.2.0
func (c CustomCommands) SwitcherOnly() (_ bool)
func (CustomCommands) Typeahead ¶ added in v0.4.0
func (c CustomCommands) Typeahead() bool
type Dmenu ¶ added in v0.0.97
type Dmenu struct { // contains filtered or unexported fields }
func (Dmenu) ListenForReply ¶ added in v0.5.0
func (d Dmenu) ListenForReply()
func (Dmenu) Placeholder ¶ added in v0.1.1
func (*Dmenu) SetSeparator ¶ added in v0.5.0
func (*Dmenu) StartListening ¶ added in v0.5.0
func (d *Dmenu) StartListening()
func (Dmenu) SwitcherOnly ¶ added in v0.1.0
type EngineInfo ¶ added in v0.0.83
type Finder ¶ added in v0.0.43
type Finder struct {
// contains filtered or unexported fields
}
func (Finder) Placeholder ¶ added in v0.1.1
func (Finder) SwitcherOnly ¶ added in v0.1.0
type Plugin ¶ added in v0.1.0
func (Plugin) Placeholder ¶ added in v0.1.1
func (Plugin) SwitcherOnly ¶ added in v0.1.0
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (Runner) Placeholder ¶ added in v0.1.1
func (Runner) SwitcherOnly ¶ added in v0.1.0
type SSH ¶ added in v0.0.41
type SSH struct {
// contains filtered or unexported fields
}
func (SSH) Placeholder ¶ added in v0.1.1
func (SSH) SwitcherOnly ¶ added in v0.1.0
type Switcher ¶ added in v0.0.31
type Switcher struct {
// contains filtered or unexported fields
}
func (Switcher) Placeholder ¶ added in v0.1.1
func (Switcher) SwitcherOnly ¶ added in v0.1.0
type Websearch ¶
type Websearch struct {
// contains filtered or unexported fields
}
func (Websearch) Placeholder ¶ added in v0.1.1
func (Websearch) SwitcherOnly ¶ added in v0.1.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.