Documentation
¶
Index ¶
- func CoverUp(pass string) string
- func CreateCommandItems() []list.Item
- func ExecuteCommand(command, input string) tea.Cmd
- func GetHundCommandInfo(cmd string) string
- func GetMulCommandInfo(cmds string) string
- func GetSingleCommandInfo(cmd string) string
- func GetTenKCommandInfo(cmd string) string
- func HandleCommand(input, userInput string) string
- func IsCommandInputMode(commandName string) bool
- func IsConfigCommand(command string) bool
- func IsHashCommand(command string) bool
- type CommandFinishedMsg
- type CommandItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommandItems ¶
func ExecuteCommand ¶
func GetHundCommandInfo ¶
func GetMulCommandInfo ¶
func GetSingleCommandInfo ¶
func GetTenKCommandInfo ¶
func HandleCommand ¶
func IsCommandInputMode ¶ added in v1.1.0
func IsConfigCommand ¶ added in v1.1.0
func IsHashCommand ¶ added in v1.1.0
Types ¶
type CommandFinishedMsg ¶
type CommandFinishedMsg struct {
// contains filtered or unexported fields
}
func (CommandFinishedMsg) Result ¶
func (i CommandFinishedMsg) Result() string
type CommandItem ¶
type CommandItem struct {
Subcmd []CommandItem
// contains filtered or unexported fields
}
func (CommandItem) Description ¶
func (i CommandItem) Description() string
func (CommandItem) FilterValue ¶
func (i CommandItem) FilterValue() string
func (CommandItem) Title ¶
func (i CommandItem) Title() string
Click to show internal directories.
Click to hide internal directories.