mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
410 B
Markdown
17 lines
410 B
Markdown
![]() |
# 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`
|