Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// SessionTimeout is how many minutes to cache the master password after
// the first successful unlock. 0 disables the session entirely.
SessionTimeout int `json:"session_timeout"`
// ClipboardClearAfter is how many seconds to wait before wiping the
// clipboard after a `psst get`. 0 disables auto-clear.
ClipboardClearAfter int `json:"clipboard_clear_after"`
// DefaultSecure makes --secure the implicit default on `psst save`.
DefaultSecure bool `json:"default_secure"`
}
Config holds all user-configurable settings.
Click to show internal directories.
Click to hide internal directories.