https://github.com/trallnag/asdf-gopass
Gopass plugin for the asdf version manager
https://github.com/trallnag/asdf-gopass
asdf asdf-plugin asdf-vm gopass
Last synced: 4 months ago
JSON representation
Gopass plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/trallnag/asdf-gopass
- Owner: trallnag
- License: isc
- Created: 2021-10-12T14:11:14.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-23T19:19:19.000Z (9 months ago)
- Last Synced: 2025-02-06T00:41:52.684Z (4 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, gopass
- Language: Shell
- Homepage:
- Size: 501 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/trallnag/asdf-gopass/actions/workflows/primary.yaml)
# asdf-gopass
[Gopass](https://github.com/gopasspw/gopass) plugin for the
[asdf version manager](https://asdf-vm.com).This plugin installs Gopass. The password manager for the command line. This
plugin simply installs the binary. It does not setup shell auto completion nor
installs required OS dependencies.## Dependencies
Gopass needs some external programs to work:
- `gpg` - [GnuPG](https://www.gnupg.org/), preferably in Version 2 or later.
- `git` - [Git SCM](https://git-scm.com/), any Version should be OK.It is recommended to have either `rng-tools` or `haveged` installed to speed up
key generation if these are available for your platform.For more information see
[here](https://github.com/gopasspw/gopass/blob/master/docs/setup.md#pre-installation-steps).## Install
### Plugin
asdf plugin add gopass
or
asdf plugin add gopass https://github.com/trallnag/asdf-gopass.git
### Gopass
Show all installable versions.
asdf list all gopass
Install specific version.
asdf install gopass latest
Set a version globally (in your `~/.tool-versions` file).
asdf global gopass latest
Now gopass commands are available.
gopass --help
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on
how to install & manage versions.## Links
- [Gopass on GitHub](https://github.com/gopasspw/gopass)
- [Gopass homepage](https://www.gopass.pw/)
- [Central plugin repo for asdf](https://github.com/asdf-vm/asdf-plugins)