Documentation
¶
Index ¶
Constants ¶
View Source
const (
Banner = "\r\n" +
colorBlue + "██████╗ ██╗ ██████╗ ██████╗ " + colorRed + " ██████╗██╗ █████╗ ██╗ ██╗\n" +
colorBlue + "██╔══██╗██║██╔════╝██╔═══██╗" + colorRed + "██╔════╝██║ ██╔══██╗██║ ██║\n" +
colorBlue + "██████╔╝██║██║ ██║ ██║" + colorRed + "██║ ██║ ███████║██║ █╗ ██║\n" +
colorBlue + "██╔═══╝ ██║██║ ██║ ██║" + colorRed + "██║ ██║ ██╔══██║██║███╗██║\n" +
colorBlue + "██║ ██║╚██████╗╚██████╔╝" + colorRed + "╚██████╗███████╗██║ ██║╚███╔███╔╝\n" +
colorBlue + "╚═╝ ╚═╝ ╚═════╝ ╚═════╝ " + colorRed + " ╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝\n" +
colorReset
)
Variables ¶
This section is empty.
Functions ¶
func EnsureOnboarded ¶
func FindPicoclawBinary ¶
func FindPicoclawBinary() string
FindPicoclawBinary locates the picoclaw executable. Search order:
- PICOCLAW_BINARY environment variable (explicit override)
- Same directory as the current executable
- Falls back to "picoclaw" and relies on $PATH
func GetDefaultConfigPath ¶
func GetDefaultConfigPath() string
GetDefaultConfigPath returns the default path to the picoclaw config file.
func OpenBrowser ¶
OpenBrowser automatically opens the given URL in the default browser.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.