We use a third party code reviewing tool here at work. All of my colleagues use the provided app to upload their code for review but unfortunately, this requires a few cut and paste actions. Thankfully, there is a command line version that can be used for uploads.
I do the majority of my git workflow in emacs using magit and I was wondering how I could set things up so that when my point was on a particular commit, pressing a certain key-combo would call the command line exe, passing in the commit hash and change text.
Any ideas or pointer on how to go about doing this would be much appreciated.