You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
contrib | 5 months ago | |
LICENSE | 1 year ago | |
README | 5 months ago | |
angou | 6 months ago | |
angou.1 | 7 months ago |
README
angou (暗号)
============
A simple password manager written in POSIX shell.
Dependencies
------------
- POSIX-compliant environment
- gnupg
- tree (for listing all your passwords and their directories)
- a simple version is available in https://github.com/pyr/tree
and in OpenBSD's ports
- xsel (for copying password to clipboard, but can be changed to a different
command with the ANGOU_CLIPBOARD command that accepts stdin)
Why should I use this over password-store?
------------------------------------------
Don't. For a serious answer, it's because this doesn't depend on bash.
Migrating from password-store
-----------------------------
Set the ANGOU_DIR environment variable to your password store directory.
Auto-complete
-------------
If you use ksh, all you'd have to do is source contrib/autocomplete.ksh in your
kshrc.