We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On https://www.rust-lang.org/tools/install I'd like to have "Copy to Clipboard" button on the install code.
While copy and paste is still possible without the button, I think putting "Copy to Clipboard" button makes it even easier to prevent mistakes.
We need some amount of JavaScript. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard
Only a few lines of JavaScript should not be hard to maintain, but some browsers might not support it yet.
The text was updated successfully, but these errors were encountered:
I think it would be a nice and simple addition. I will try to implement it.
What "copy-to-clipboard"-svg should I use. I'm not familiar with the licenses in this case.
Proposition: https://iconduck.com/icons/116901/copy
Sorry, something went wrong.
PR #1695 closes this issue.
Bumping this for review. There's an active PR (#1695 ) that fixes this.
No branches or pull requests
Summary
On https://www.rust-lang.org/tools/install I'd like to have "Copy to Clipboard" button on the install code.
Motivation
While copy and paste is still possible without the button, I think putting "Copy to Clipboard" button makes it even easier to prevent mistakes.
Drawbacks
We need some amount of JavaScript.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard
Rationale and alternatives
Maintenance
Only a few lines of JavaScript should not be hard to maintain, but some browsers might not support it yet.
Unresolved Questions
The text was updated successfully, but these errors were encountered: