did icon indicating copy to clipboard operation
did copied to clipboard

Direct email sending support

Open psss opened this issue 10 years ago • 0 comments

It would be nice to have an easy way to send/email the gathered report directly from command line, optionally with editing it:

  • After report is generated the content is open in $EDITOR
  • When the content is empty, no email is sent (as git commit)
  • Otherwise an email is sent based on the user config

Command line examples:

status-report --edit .......... just edit & print on stdout
status-report --send .......... send directly
status-report --send --edit ... edit & then send

Config example:

[email]
subject = [Status Report] Week $week
from = Petr Šplíchal <[email protected]>
to = Some Manager <[email protected]>
cc = Petr Šplíchal <[email protected]>

That's it! :-)

psss avatar Sep 14 '15 16:09 psss