Open
Description
Problem
The very excellent GitHub CLI allows to open a browser directly from the command line, showing the current repository. This is just a very nice quality of life improvement that would be great for cargo too.
After publishing it would be great to be able to view the new docs.rs and crates.io page to admire your work or check things faster.
Proposed Solution
I would suggest to add two command line options to the cargo publish command:
cargo publish --view-crates
for viewing the associated page on crates.io.cargo publish --view-docs
for viewing the associated page on docs.rs
Notes
The addition to cargo publish might not be ideal. It could suggest other meaning.
It is also an implementation effort that would take time and only be an improvement for a small number of people.