fue icon indicating copy to clipboard operation
fue copied to clipboard

Output @names

Open dblock opened this issue 5 years ago • 1 comments

Provide a separate output with just the @names so they can be @mentioned.

dblock avatar May 29 '20 10:05 dblock

To clarify this, the existing output does have the username at the beginning, so it's less providing the output as coordinating this output and #27. Here's a sample output for a user (obfuscated):

someuser: Some User <[email protected]>, someuser <[email protected]>

In this case, I have at least one valid email address, so it should just remove the noreply one:

someuser: someuser <[email protected]>

However, in the case where there are no valid email addresses, the @ output is useful to add, such as these two usecases:

anotheruser: 
user2019: user2019 <[email protected]>

dbwiddis avatar May 29 '20 15:05 dbwiddis