Directories ¶
Path | Synopsis |
---|---|
helpers
|
|
changelog
Changelog implements the changelog extractor that is called by the autorelease GitHub action and used to extract the changelog from the CHANGELOG.md file.
|
Changelog implements the changelog extractor that is called by the autorelease GitHub action and used to extract the changelog from the CHANGELOG.md file. |
man
Man implements a man(1) documentation generator that is run as part of the release helper to generate an up to date manpage for Gopass.
|
Man implements a man(1) documentation generator that is run as part of the release helper to generate an up to date manpage for Gopass. |
postrel
Postrel is a helper that's supposed to be run after a release has been completed.
|
Postrel is a helper that's supposed to be run after a release has been completed. |
release
Release is the first part of the gopass release automation.
|
Release is the first part of the gopass release automation. |
internal
|
|
action
Package action implements all the handlers that are available as subcommands for gopass.
|
Package action implements all the handlers that are available as subcommands for gopass. |
action/pwgen
Package pwgen implements the subcommands to operate the stand alone password generator.
|
Package pwgen implements the subcommands to operate the stand alone password generator. |
audit
Package audit contains the password-strength auditing implementation.
|
Package audit contains the password-strength auditing implementation. |
backend
Package backend implements a registry to register differnet plugable backends for encryption and storage (incl.
|
Package backend implements a registry to register differnet plugable backends for encryption and storage (incl. |
backend/crypto/gpg/cli
Package cli implements a GPG CLI crypto backend.
|
Package cli implements a GPG CLI crypto backend. |
backend/crypto/plain
Package plain implements a plaintext backend
|
Package plain implements a plaintext backend |
backend/storage/fs
Package fs implement a password-store compatible on disk storage layout with unencrypted paths.
|
Package fs implement a password-store compatible on disk storage layout with unencrypted paths. |
backend/storage/gitfs
Package gitfs implements a git cli based RCS backend.
|
Package gitfs implements a git cli based RCS backend. |
queue
Package queue implements an experimental background queue for cleanup jobs.
|
Package queue implements an experimental background queue for cleanup jobs. |
store/mockstore/inmem
Package inmem implements an in memory storage backend for tests.
|
Package inmem implements an in memory storage backend for tests. |
tree
Package tree implements a tree for displaying hierarchical password store entries.
|
Package tree implements a tree for displaying hierarchical password store entries. |
pkg
|
|
appdir
Package appdir implements a customized lookup pattern for application paths like config, cache and data dirs.
|
Package appdir implements a customized lookup pattern for application paths like config, cache and data dirs. |
debug
Package debug provides logging of debug information.
|
Package debug provides logging of debug information. |
gitconfig
Package gitconfig implements a pure Go parser of Git SCM config files.
|
Package gitconfig implements a pure Go parser of Git SCM config files. |
gopass
Package gopass contains the public gopass API.
|
Package gopass contains the public gopass API. |
pwgen
Package pwgen implements multiple popular password generate algorithms.
|
Package pwgen implements multiple popular password generate algorithms. |
pwgen/pwrules
Code generated by go generate gen.go.
|
Code generated by go generate gen.go. |
qrcon
Package qrcon implements a QR Code ANSI printer for displaying QR codes on the console.
|
Package qrcon implements a QR Code ANSI printer for displaying QR codes on the console. |
tempfile
Package tempfile is a wrapper around os.MkdirTemp, providing an OO pattern as well as secure placement on a temporary ramdisk.
|
Package tempfile is a wrapper around os.MkdirTemp, providing an OO pattern as well as secure placement on a temporary ramdisk. |
Click to show internal directories.
Click to hide internal directories.