joker1007 / yaml_vault

Yaml file encryption/decryption helper.
MIT License
158 stars 20 forks source link

Wildcards in `--key` #4

Closed jifeon closed 7 years ago

jifeon commented 8 years ago

Is it possible to use wildcards for --key? Something like:

yaml_vault encrypt file.yml -o encrypted_file.yml -k *.secret_key

If no, is it hard to implement?

joker1007 commented 8 years ago

Thanks for your proposal. It's LGTM. I will try to implement in a few days. (maybe later).