Use bash's process substitution to provide the identity when decrypting a rage encrypted file. I'd find that useful to store identities with pass.
This works fine with age.
What happened
Rage errors, "Missing identities":
$ rage -d -i <(pass some_age_identity) some_file.age
Error: Missing identities.
Did you forget to specify -i/--identity?
[ Did rage not do what you expected? Could an error be more useful? ]
[ Tell us: https://str4d.xyz/rage/report
What were you trying to do
Use bash's process substitution to provide the identity when decrypting a rage encrypted file. I'd find that useful to store identities with pass.
This works fine with
age
.What happened
Rage errors, "Missing identities":
Thanks!