mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
fix: code blocks
This commit is contained in:
parent
2e4ccfdd73
commit
336d698399
|
@ -89,8 +89,8 @@ Use [`mods`](https://github.com/charmbracelet/mods) with `pop` to write an email
|
||||||
> Use the `--preview` flag to preview the email and make changes before sending.
|
> Use the `--preview` flag to preview the email and make changes before sending.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pop --body '$(mods -f "Write an email about how the command line is the best.")'
|
pop <<< '$(mods -f "Explain why CLIs are awesome")' \
|
||||||
--subject '$(mods "Write a catchy email subject about the command line is the best computing platform.")'
|
--subject "The command line is the best" \
|
||||||
--preview
|
--preview
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ Use [`invoice`](https://github.com/maaslalani/invoice) with `pop` to generate an
|
||||||
```bash
|
```bash
|
||||||
FILENAME=invoice.pdf
|
FILENAME=invoice.pdf
|
||||||
invoice generate --item "Rubber Ducky" --rate 25 --quantity 2 --output $FILENAME
|
invoice generate --item "Rubber Ducky" --rate 25 --quantity 2 --output $FILENAME
|
||||||
pop --attach $FILENAME --to client@example.com --from rubberducky@quack.com --body "See attached invoice."
|
pop --attach $FILENAME --body "See attached invoice."
|
||||||
```
|
```
|
||||||
|
|
||||||
<img width="600" src="https://vhs.charm.sh/vhs-4TRyv82BBDKOutgWdvyshr.gif" alt="Generate invoice with invoice and attach file and send email with pop.">
|
<img width="600" src="https://vhs.charm.sh/vhs-4TRyv82BBDKOutgWdvyshr.gif" alt="Generate invoice with invoice and attach file and send email with pop.">
|
||||||
|
|
Loading…
Reference in a new issue