pass (security/pass) Updated: 3 years, 5 months ago Add to my watchlist
pass is the standard unix password managerVersion: 1.7.4 License: GPL-2+ GitHub
Maintainers | judaew |
Categories | security |
Homepage | https://www.passwordstore.org/ |
Platforms | any |
Variants |
|
"pass" depends on
extract (1)
run (5)
build (1)
Ports that depend on "pass"
lib (2)run (2)
Port notes
To use pass bash completion, add the following lines at the end of your
.bash_profile:
[[ -r "${prefix}/share/bash-completion/completions/pass" ]] && \
source "${prefix}/share/bash-completion/completions/pass"
No additional steps are required for zsh and fish completions installed
from MacPorts. To use completion with system version of zsh, include the
directory with shell completion via fpath to your .zprofile:
fpath=(${prefix}/share/zsh/site-functions $fpath)
Port Health:
Loading Port Health