Updated README.md
This commit is contained in:
parent
79fd5586f9
commit
f75689d458
1 changed files with 3 additions and 2 deletions
|
@ -3,13 +3,15 @@ PwdStore
|
||||||
|
|
||||||
This application tries to be 100% compatible with [pass](http://www.zx2c4.com/projects/password-store/)
|
This application tries to be 100% compatible with [pass](http://www.zx2c4.com/projects/password-store/)
|
||||||
|
|
||||||
Feautres
|
Features
|
||||||
========
|
========
|
||||||
- Clone an existing pass repository
|
- Clone an existing pass repository
|
||||||
- List the passwords
|
- List the passwords
|
||||||
- Handle the directories as categories
|
- Handle the directories as categories
|
||||||
- Decrypt the password files (first line is the password, the rest is extra data)
|
- Decrypt the password files (first line is the password, the rest is extra data)
|
||||||
- Add a new password to the current category (or no category if added at the root)
|
- Add a new password to the current category (or no category if added at the root)
|
||||||
|
- Pull and Push changes to the remote repository
|
||||||
|
- Ability to change remote repository info
|
||||||
|
|
||||||
Libraries
|
Libraries
|
||||||
=========
|
=========
|
||||||
|
@ -22,7 +24,6 @@ This project uses three libraries:
|
||||||
TODOs
|
TODOs
|
||||||
=====
|
=====
|
||||||
- Initialize a new pass repository
|
- Initialize a new pass repository
|
||||||
- Pull from/Push to a pass repository
|
|
||||||
- Create a new category
|
- Create a new category
|
||||||
- Multi-select (for password deletion)
|
- Multi-select (for password deletion)
|
||||||
- Multiple password stores (multiple git repositories).
|
- Multiple password stores (multiple git repositories).
|
||||||
|
|
Loading…
Reference in a new issue