zsh

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionExecute

func ActionExecute(command string) string

ActionExecute uses command substitution to invoke a command and evalues it's result as Action

func ActionFiles

func ActionFiles(pattern string) string

ActionFiles _path_files with all options except -g and -/. These options depend on file-patterns style setting. // TODO fix doc [http://zsh.sourceforge.net/Doc/Release/Completion-System.html#index-_005ffiles]

func ActionGroups

func ActionGroups() string

ActionGroups completes group names

func ActionHosts

func ActionHosts() string

ActionHosts completes host names

func ActionMessage

func ActionMessage(msg string) string

ActionMessage displays a help messages in places where no completions can be generated

func ActionMultiParts

func ActionMultiParts(separator rune, values ...string) string

ActionMultiParts completes multiple parts of words separately where each part is separated by some char

func ActionNetInterfaces

func ActionNetInterfaces() string

ActionNetInterfaces completes network interface names

func ActionUsers

func ActionUsers() string

ActionUsers completes user names

func ActionValues

func ActionValues(values ...string) string

ActionValues completes arbitrary keywords (values)

func ActionValuesDescribed

func ActionValuesDescribed(values ...string) string

ActionValuesDescribed completes arbitrary key (values) with an additional description (value, description pairs)

func Callback

func Callback(uid string) string

func Snippet added in v0.0.5

func Snippet(cmd *cobra.Command, actions map[string]string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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