Versions in this module Expand all Collapse all v0 v0.1.0 Jan 26, 2026 Changes in this version + const DEFAULT_PASS_LENGTH + const DIR_DELIM + const TARGET_ENTROPY + const TREE_END + const TREE_MID + var ErrEntrotyTooLow = errors.New("password entropy is too low") + var ErrNoCredentials = errors.New("no credentials found") + var ErrNoPassName = errors.New("no password name was given") + func CP(store, name, newname string, force bool) (o, n string, err error) + func Edit(store, name string) (err error) + func Find(store, pattern string) (matches []string, err error) + func Generate(store string, noSym, inPlace, strong bool, args []string) (file string, err error) + func InitStore(path string) (err error) + func Insert(store, name string, echo, multi, force bool) (file string, err error) + func LS(store, subdir string) + func MV(store, name, newname string, force bool) (o, n string, err error) + func RM(store, name string, force, recursive bool) (err error) + func ReadPin() ([]byte, error) + func ReadRune() (r rune, err error) + func ReadYesNo() (bool, error) + func Readline() (r []byte, err error) + func Show(store, name string) (err error) + func Tree(indent int, seal, sidebar bool, entries ...string)