Versions in this module Expand all Collapse all v0 v0.8.0 Apr 11, 2026 Changes in this version + func ConfigureDialer(dialer *net.Dialer, customAddr string) + func OpenBrowser(url string) error v0.7.8 Apr 4, 2026 Changes in this version + var SuppressNotifications bool v0.7.7 Apr 2, 2026 Changes in this version + func IsLoggingEnabled() bool v0.7.6 Apr 2, 2026 Changes in this version + const NotificationAppName + func CleanupLogs(retentionCount int) + func ConfigureDebug(dir string) + func ConvertBytesToHumanReadable(bytes int64) string + func CopyFile(src, dst string) error + func CopyRedirectHeaders(dst, src *http.Request) + func Debug(format string, args ...any) + func DetermineFilename(rawurl string, resp *http.Response, verbose bool) (string, io.Reader, error) + func EnsureAbsPath(path string) string + func IsVerbose() bool + func Notify(title, message string) + func OpenContainingFolder(path string) error + func OpenFile(path string) error + func ReadURLsFromFile(filepath string) ([]string, error) + func SetVerbose(enabled bool)