utils

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
		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 EnsureOnboarded(configPath string) error

func FindPicoclawBinary

func FindPicoclawBinary() string

FindPicoclawBinary locates the picoclaw executable. Search order:

  1. PICOCLAW_BINARY environment variable (explicit override)
  2. Same directory as the current executable
  3. Falls back to "picoclaw" and relies on $PATH

func GetDefaultConfigPath

func GetDefaultConfigPath() string

GetDefaultConfigPath returns the default path to the picoclaw config file.

func GetGlobalIPv6s added in v0.2.7

func GetGlobalIPv6s() []string

GetGlobalIPv6s returns all IPv6 global unicast addresses.

func GetLocalIP

func GetLocalIP() string

GetLocalIP returns a non-loopback local IPv4 address for backward compatibility.

func GetLocalIPv4 added in v0.2.7

func GetLocalIPv4() string

GetLocalIPv4 returns the first non-loopback local IPv4 address.

func GetLocalIPv4s added in v0.2.7

func GetLocalIPv4s() []string

GetLocalIPv4s returns all non-loopback local IPv4 addresses.

func GetLocalIPv6 added in v0.2.7

func GetLocalIPv6() string

GetLocalIPv6 returns the first IPv6 global unicast address.

func GetPicoclawHome added in v0.2.4

func GetPicoclawHome() string

GetPicoclawHome returns the picoclaw home directory. Priority: $PICOCLAW_HOME > ~/.picoclaw

func OpenBrowser

func OpenBrowser(url string) error

OpenBrowser automatically opens the given URL in the default browser.

Types

This section is empty.

Jump to

Keyboard shortcuts

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