mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 21:34:35 +00:00
update version 4.1
This commit is contained in:
parent
02996b5904
commit
83fe41921c
3 changed files with 37 additions and 7 deletions
|
@ -1,4 +1,13 @@
|
|||
# CHANGELOG
|
||||
## v4.1.0
|
||||
|
||||
* feat: add options to update or add an item in command line
|
||||
* feat: print config
|
||||
* feat: add a specific path for a wallet
|
||||
* feat: add rubocop to fix syntax
|
||||
* fix: pinentry mode with gpg >= 2.1
|
||||
* remove SSH and FTP synchronization
|
||||
|
||||
## v4.0.0
|
||||
|
||||
* feature: set default wallet
|
||||
|
|
33
README.md
33
README.md
|
@ -1,5 +1,5 @@
|
|||
# MPW: Manage your passwords!
|
||||
[](https://github.com/nishiki/manage-password/releases)
|
||||
[](https://github.com/nishiki/manage-password/releases)
|
||||
[](https://travis-ci.org/nishiki/manage-password)
|
||||
[](https://github.com/nishiki/manage-password/blob/master/LICENSE)
|
||||
|
||||
|
@ -82,11 +82,6 @@ List all available wallets:
|
|||
mpw wallet --list
|
||||
```
|
||||
|
||||
Create an other wallet:
|
||||
```
|
||||
mpw config --wallet work --init user@host.com
|
||||
```
|
||||
|
||||
List all GPG keys in wallet:
|
||||
```
|
||||
mpw wallet --list-keys [--wallet NAME]
|
||||
|
@ -139,3 +134,29 @@ Example yaml file for mpw:
|
|||
otp_key:
|
||||
comment: Da Linux French Site
|
||||
```
|
||||
|
||||
### Config
|
||||
|
||||
Print the current config
|
||||
```
|
||||
mpw config
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
Configuration
|
||||
==============================================
|
||||
lang | fr
|
||||
gpg_key | mpw@yae.im
|
||||
default_wallet |
|
||||
config_dir | /home/mpw/.config/mpw
|
||||
pinmode | true
|
||||
gpg_exe |
|
||||
path_wallet_test | /tmp/test.mpw
|
||||
password_numeric | true
|
||||
password_alpha | true
|
||||
password_special | false
|
||||
password_length | 16
|
||||
|
||||
```
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev
|
||||
4.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue