mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
docs: use pop@charm.sh in gifs
This commit is contained in:
parent
5cf2b49026
commit
7e195f78b3
|
@ -10,7 +10,7 @@
|
|||
|
||||
Send emails from your terminal.
|
||||
|
||||
<img width="500" src="https://vhs.charm.sh/vhs-4P8XQmwyjaq7Vcp4z3QbEd.gif" alt="pop mail text-based client">
|
||||
<img width="500" src="https://vhs.charm.sh/vhs-25OHmk90ODL9BefXZ1P99I.gif" alt="pop mail text-based client">
|
||||
|
||||
## Text-based User Interface
|
||||
|
||||
|
@ -30,7 +30,7 @@ pop < message.md \
|
|||
--attach invoice.pdf
|
||||
```
|
||||
|
||||
<img width="500" src="https://vhs.charm.sh/vhs-34Bcki61sHuNlsxfFVLbj4.gif" alt="pop mail command line client">
|
||||
<img width="500" src="https://vhs.charm.sh/vhs-28eAQHRSZilAiXKqTccLCr.gif" alt="pop mail command line client">
|
||||
|
||||
### Environment
|
||||
|
||||
|
|
6
cli.tape
6
cli.tape
|
@ -5,15 +5,15 @@ Set Width 600
|
|||
Set Height 400
|
||||
|
||||
Hide
|
||||
Type "export RESEND_API_KEY=$(pass RESEND_API_KEY)"
|
||||
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
||||
Enter
|
||||
Sleep 1
|
||||
Ctrl+L
|
||||
Show
|
||||
|
||||
Type "pop < message.md \" Enter
|
||||
Type "--from 'pop@lalani.dev' \" Enter
|
||||
Type "--to 'maas@charm.sh' \" Enter
|
||||
Type "--from 'pop@charm.sh' \" Enter
|
||||
Type "--to 'vt100@charm.sh' \" Enter
|
||||
Type "--subject 'Pop' \" Enter
|
||||
Type "--attach README.md"
|
||||
Sleep 0.5
|
||||
|
|
|
@ -5,7 +5,7 @@ Set Width 800
|
|||
Set Height 800
|
||||
|
||||
Hide
|
||||
Type "export RESEND_API_KEY=$(pass RESEND_API_KEY)"
|
||||
Type "export RESEND_API_KEY=$(pass RESEND_CHARM_API_KEY)"
|
||||
Enter
|
||||
Sleep 1
|
||||
Ctrl+L
|
||||
|
@ -15,12 +15,12 @@ Type "pop"
|
|||
Enter
|
||||
Sleep 1
|
||||
|
||||
Type "pop@lalani.dev"
|
||||
Type "pop@charm.sh"
|
||||
Sleep 0.5
|
||||
Tab
|
||||
Sleep 1
|
||||
|
||||
Type "maas@charm.sh"
|
||||
Type "vt100@charm.sh"
|
||||
Sleep 0.5
|
||||
Tab
|
||||
Sleep 1
|
||||
|
|
Loading…
Reference in a new issue