aviau / python-pass

For fun - I have decided to write pass in python
http://aviau.github.io/python-pass/
GNU General Public License v3.0
38 stars 16 forks source link

Made adjustments and added the --echo option to the insert command. #21

Closed prabi closed 5 years ago

prabi commented 5 years ago

I reimplemented --multiline to match pass' behavior: it receives the password on stdin until EOF (the user presses Ctrl+D). Also added the --echo flag.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.5%) to 91.994% when pulling 445755ffe408768c506e4546fb8fd5dbcf5a0efd on prabi:insert into 18452291fe07a5ff938b31f7d0b1196cd2060998 on aviau:master.

aviau commented 5 years ago

Looks good!