tldr/pages/common/pop.md
CovertDuck 606db69011
pop: add page (#10581)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-05 18:08:19 +02:00

410 B

pop

Send emails from your terminal. More information: https://github.com/charmbracelet/pop.

  • Launch the Text-based User Interface:

pop

  • Send an email using the content of a Markdown file as body:

pop < {{path/to/message.md}} --from {{me@example.com}} --to {{you@example.com}} --subject "{{On the Subject of Ducks...}}" --attach {{path/to/attachment}}

  • Display help and exit:

pop --help