When setting up new projects I often find myself in situation I want to install bunch of initial packages from package.elm-lang.org I know I’ll need. I search for the package, click the name and copy the “username/packagename” portion of the URL, type "elm package install --yes " in terminal and press Ctrl+V.
What’s your way of doing that? Granted, you don’t need to install packages very often, and it’s just a few keystrokes, but it still annoys me a bit every time I have to do this 
It would find it useful if there was a button next to each package name, which when clicked would copy the command to install this package (“elm package install username/packagename”) to your OS clipboard. What do you think?