My team loves to send each other private messages asking them to look at code reviews rather than rely on the email notifications. The previous code review solution (Rietveld) had a command line interface that would put the URL of the code review just submitted/updated into the user's clipboard, which made this flow simple, skipping the manual select & copy from terminal.
We're committed to not maintaining a fork of Phabricator so looking only at tweaks that will be carried by upstream.
Would this be something Phabricator would allow? I'm thinking an .arcrc config setting which enables this behavior. I know the project is against a bunch of config options and against config toggles that change the behavior, but I feel this doesn't affect behavior in a way that would disrupt any tooling using it.
I'm happy to build this, if the approach is acceptable.
If not, I'm open to alternatives.