1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 13:35:24 +02:00

pop: add page (#10581)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
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

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`