1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

update version 4.1

This commit is contained in:
Adrien Waksberg 2017-04-22 10:25:19 +02:00
parent 02996b5904
commit 83fe41921c
3 changed files with 37 additions and 7 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
# MPW: Manage your passwords!
[![Version](https://img.shields.io/badge/latest_version-4.0.0-green.svg)](https://github.com/nishiki/manage-password/releases)
[![Version](https://img.shields.io/badge/latest_version-4.1.0-green.svg)](https://github.com/nishiki/manage-password/releases)
[![Build Status](https://travis-ci.org/nishiki/manage-password.svg?branch=master)](https://travis-ci.org/nishiki/manage-password)
[![License](https://img.shields.io/badge/license-GPL--2.0-blue.svg)](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
```

View file

@ -1 +1 @@
4.1.0-dev
4.1.0