pop: add page (#10581)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
CovertDuck 2023-08-05 12:08:19 -04:00 committed by GitHub
parent 5f959a6680
commit 606db69011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/pop.md Normal file
View File

@ -0,0 +1,16 @@
# 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`