-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get recipient keys from https:// and file:// URLs #43
Conversation
arguments. The URL is fetched and each line is added as a recipient. e.g. -r https://github.com/<user>.keys (Use GitHub keys) -r file:///home/<user>/.ssh/<key>.pub (Use local SSH key) This is mostly useful to allow recipient keys to be specified directly from a GitHub URL (or other service which provides an equivalent)
Awesome! Should resolve #34 😃 |
Any ETA on a merge? |
I think this is a very useful PR. Any reasons why it should not be merged, @FiloSottile? |
seems like the project is dead. Development wise |
Not dead...just not a lot to really do. People are always free to pull and develop as they wish... |
@cyb3rz3us something like this is mentioned on
|
I wasn't arguing for or against the feature (but I do agree it is a good thing) but rather that the project is dead...it's not dead...just not on fire. And if folks want to see stuff happen quicker, then pull and fork... |
@cyb3rz3us I disregarded the "project is dead" comment altogether. I was just pointing out this PR is something that is/was wanted originally. |
Agreed... |
Hi! Thank you for contributing! I took a different path in #173, but it was useful to look at open PRs for the users' expectations. Let me know if that implementation works for you! I wrote up an explanation of why I ended up implementing recipient files and not HTTPS sources on the mailing list, and I appreciate feedback! https://groups.google.com/g/age-dev/c/StmWsOyb-H8/m/a44rSBIWCAAJ |
This patch includes support for https:// and file:// URLs as recipient arguments. The URL is fetched and each line is added as a recipient.
e.g.
This is mostly useful to allow recipient keys to be specified directly from a GitHub URL (or other service which provides an equivalent)