3 месяца назад
История
README.md
Quite simple password vault using vim bluefish crypto
Requirements
bash
to rule’em allvim
(called asvi
, must support-x
and-R
options), to create/edit/view/encrypt/decrypt password entriespwgen
to generate new passwordssimple-term-menu
(optional, will requirepython3
, etc)xclip
to copy password to clipboard (optional, will requirepython3
andxclip
itself)
Installation
- Clone
- Symlink/
install(1)
thevipw/pw
to a directory on your path - run
mkdir -pv ~/.$LOGNAME/pw
— this is your vault - run
pw -h
to check your setup - run
pw new my-first-pw
, save entry, thenpw my
- run
pw new my-second-pw
, save entry, thenpw my
(compare the behaviour) - see your vault with
pw ls
andpw ll
- see your vault with
ls -lA ~/.$LOGNAME/pw/*.txt
andfile ~/.$LOGNAME/pw/*.txt
Invocations
pw new myAccount
— create new encrypted entry~/.$LOGNAME/pw/myAccount.txt
pw ls myAcc
— show all~/.$LOGNAME/pw/myAcc*.txt
files (short,ll
instead ofls
will produce “long” output)pw myAcc
— view the entry~/.$LOGNAME/pw/myAccount.txt
(if no other~/.$LOGNAME/pw/myAcc*.txt
files)pw -c myAcc
— copy the first text delimited by{{
and}}
into clipboard from~/.$LOGNAME/pw/myAccount.txt
pw rm myAccount
— delete entry~/.$LOGNAME/pw/myAccount.txt
EOF
Описание
Extremely simple password vault using vim bluefish crypto (and simple-term-menu if available)
Конвейеры
0 успешных
0 с ошибкой