As people have learned I am not always the most observant person in the world. My initial attempts to use cherry-picker were complicated by the fact that I paid attention to messages from git cherry-pick, not cherry-picker's own messages. It would be nice if the message sources were better distinguished, either by dimming the messages from git cherry-pick or by coloring the messages from cherry-picker.
If you think something like this would be useful, I could work on a PR. It seems that any desired changes would be straightforward, as current console output already uses click.echo().
As people have learned I am not always the most observant person in the world. My initial attempts to use
cherry-pickerwere complicated by the fact that I paid attention to messages fromgit cherry-pick, notcherry-picker's own messages. It would be nice if the message sources were better distinguished, either by dimming the messages fromgit cherry-pickor by coloring the messages fromcherry-picker.If you think something like this would be useful, I could work on a PR. It seems that any desired changes would be straightforward, as current console output already uses
click.echo().