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:
parent
5f959a6680
commit
606db69011
1 changed files with 16 additions and 0 deletions
16
pages/common/pop.md
Normal file
16
pages/common/pop.md
Normal 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`
|
Loading…
Add table
Reference in a new issue