|
b83b27832e
|
feat: no ask password if not necessary
|
2017-05-22 21:25:56 +02:00 |
|
|
1fcac965e9
|
fix comments
|
2017-05-22 20:32:27 +02:00 |
|
|
ab459f954d
|
feat: add copy url
|
2017-05-21 18:00:43 +02:00 |
|
|
811c576aae
|
fix password generator
|
2017-05-20 12:03:57 +02:00 |
|
|
8e4fb1c91b
|
fix show config
|
2017-05-19 22:12:12 +02:00 |
|
Adrien Waksberg
|
5f7cb6e0cc
|
add search test in cli
|
2017-05-13 19:49:52 +02:00 |
|
Adrien Waksberg
|
09e451bf3b
|
use ligth_black for port and protocol
|
2017-05-09 13:56:52 +02:00 |
|
|
a13fcd147f
|
feat: replace host by url in table
|
2017-05-08 09:45:01 +02:00 |
|
|
a7a165bca9
|
feat: comment the code with yard
|
2017-05-03 22:53:56 +02:00 |
|
|
b2b9437431
|
change copyright year
|
2017-04-20 23:22:56 +02:00 |
|
|
0fdefdf433
|
feat: add options to edit or update an item
|
2017-04-13 22:35:57 +02:00 |
|
|
77bca426bc
|
add information in print config
|
2017-04-09 11:02:07 +02:00 |
|
|
3f9d7eff33
|
feat: add print configuration
|
2017-04-09 10:08:25 +02:00 |
|
|
b65595d0b7
|
minor refacto
|
2017-04-09 08:47:07 +02:00 |
|
|
388dc439b6
|
fix argument in config setup
|
2017-04-08 17:39:51 +02:00 |
|
|
25baa260e3
|
feat: add option to set a specific path for a wallet
|
2017-04-08 17:15:05 +02:00 |
|
|
84afbc4b40
|
Merge branch 'fix-gpg-password'
|
2017-04-05 00:09:55 +02:00 |
|
|
45ead1e24e
|
fix syntax for rubocop 0.48.1
|
2017-04-04 23:52:00 +02:00 |
|
|
d8df357993
|
not use pinmode if gpg version < 2.1
|
2017-04-04 23:50:38 +02:00 |
|
|
7ce4ba721b
|
add option to enable pinmode with gpg >= 2.1
|
2017-04-04 23:45:03 +02:00 |
|
|
d1adfd24c1
|
fix pinentry mode with gpg 1.4
|
2017-04-03 22:31:58 +02:00 |
|
|
3543b0cf05
|
remove unused wallet config
|
2017-04-02 22:39:31 +02:00 |
|
Adrien Waksberg
|
92cb89ad33
|
fix gpg password with pinentry
|
2017-04-02 12:14:27 +02:00 |
|
Adrien Waksberg
|
01745cac2d
|
indent class
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
0f7510b6e6
|
multiple fix on syntax
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
755df6c342
|
fix syntax for variable with multiple conditional
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
3c787371b3
|
fix syntax for options in method
|
2017-03-30 20:08:40 +02:00 |
|
Adrien Waksberg
|
002ec2175b
|
fix rescue
|
2017-03-30 20:08:40 +02:00 |
|
|
ac2732d116
|
revert new module form
|
2017-03-30 20:08:40 +02:00 |
|
|
b1fd013d92
|
fix indentation for multiline method and hash
|
2017-03-30 20:08:40 +02:00 |
|
|
782f3d8b5f
|
remove useless line
|
2017-03-30 20:08:40 +02:00 |
|
|
e04d00d3f4
|
use new form for module
|
2017-03-30 20:08:40 +02:00 |
|
|
5db52db1a3
|
remove do in while line
|
2017-03-30 20:08:40 +02:00 |
|
|
18ba72e91b
|
fix private style
|
2017-03-30 20:08:40 +02:00 |
|
|
8cd7b6e583
|
use iter form
|
2017-03-30 20:08:40 +02:00 |
|
|
da248460da
|
use %r{} for regex
|
2017-03-30 20:08:40 +02:00 |
|
|
b32846ea5e
|
replace while true by Kernel.loop
|
2017-03-30 20:08:40 +02:00 |
|
|
c1baf3e1d4
|
remove unused variable
|
2017-03-30 20:08:40 +02:00 |
|
|
043e378eab
|
replace File.exists? by File.exist?
|
2017-03-29 22:50:52 +02:00 |
|
|
7a831555f4
|
fix spacing
|
2017-03-29 22:50:52 +02:00 |
|
|
6a6120ca14
|
use %w for words array
|
2017-03-29 22:50:52 +02:00 |
|
|
e99b18519d
|
replace var.length == 0 by var.empty?
|
2017-03-29 22:50:52 +02:00 |
|
|
db6bb2b0f6
|
replace "#{var}" by var.to_s
|
2017-03-29 22:50:52 +02:00 |
|
|
351499aef6
|
replace MPW::password to MPW.password
replace YAML::load_file to YAML.load_file
replace YAML::load to YAML.safe_load
|
2017-03-29 22:50:52 +02:00 |
|
|
31aba3b13c
|
replace hash method has_key? by key?
|
2017-03-29 22:50:52 +02:00 |
|
|
e7fff4bb87
|
remove return if useless
|
2017-03-29 22:50:52 +02:00 |
|
|
8ed90c2ddc
|
fix
|
2017-03-29 22:50:47 +02:00 |
|
|
e71f8e2acf
|
replace if not by unless
|
2017-03-29 22:49:46 +02:00 |
|
|
178d0e6d1d
|
replace if not by unless
|
2017-03-29 22:35:40 +02:00 |
|
|
7c72b2d90f
|
change tab by 2 spaces
change tab by 2 spaces
|
2017-03-27 22:49:46 +02:00 |
|