package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Apr 14, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config handles loading and saving the Omaclip config file.
Save marshals cfg and writes it to path, creating parent directories as needed.
type Config struct {
Passphrase string `json:"passphrase"`
}
Config holds persistent application configuration.
Load reads and unmarshals the config file at the given path.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.