Documentation
¶
Index ¶
- func GetTextInput(title, placeholder string) (string, error)
- func GetTextInputWithLimit(title, placeholder string, charLimit int) (string, error)
- func ReadAIPrompt(aiTool *config.AITool) string
- func SelectAITool(aiToolsConfig *config.AIToolsConfig) (*config.AITool, error)
- func SelectOption(title string, options []string) (string, error)
- func SelectProjects(projects []config.Project) ([]config.Project, bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTextInput ¶
GetTextInput prompts the user to enter text
func GetTextInputWithLimit ¶
GetTextInputWithLimit prompts the user to enter text with a custom character limit
func ReadAIPrompt ¶
func SelectAITool ¶
func SelectAITool(aiToolsConfig *config.AIToolsConfig) (*config.AITool, error)
SelectAITool prompts the user to select an AI tool from the available tools. The default tool (from config) will be pre-selected as the cursor default.
func SelectOption ¶
SelectOption prompts the user to select one option from a list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.