![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTION
Entries are stored in a classical filesystem hierarchy where passwords are encrypted as individual files and directories may be used as groups. This way users can control access through file ownership, share entries entries with symbolic links and more just like any other files. Group and entry names or expressions are considered relative to the storage root directoy. expression is interpreted as basic regular expression according to re_format(7). The following commands are available:
ENVIRONMENTThe following environment variables will be used by
FILES
EXIT STATUS
EXAMPlESAdd Alice's password to the group users: $ spm add users/alice Password for 'users/alice': Make sure she is an admin as well: $ (cd ~/.spm > mkdir admins > ln -s ../members/alice admins/alice) Copy her password into the X selection ready to be pasted somewhere: $ spm show admins/alice | xclip -i Find all admins starting with “a” or “b”: $ spm search admins/[ab] /home/alice/.spm/admins/alice /home/alice/.spm/admins/bob List all users: $ spm list users /home/alice/.spm/users |-- alice |-- bob |-- temporary/ | |-- tim | `-- tom Find entries interactively using dmenu(1): $ spm show "$(spm search . | dmenu -l 10)" SEE ALSOdmenu(1,) gpg2(1), gpg-agent(1), tpm(1), tree(1), re_format(7) CAVEATSGroups have to be deleted manually using rmdir(1). AUTHORS
|