mirror of
https://github.com/ivabus/pop
synced 2024-12-04 22:15:08 +03:00
docs: readme
This commit is contained in:
parent
d550dfa63c
commit
85b29ab02a
2 changed files with 72 additions and 8 deletions
24
README.md
24
README.md
|
@ -1,7 +1,23 @@
|
||||||
# Pop
|
# Pop
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/charmbracelet/vhs/releases"><img src="https://img.shields.io/github/release/charmbracelet/vhs.svg" alt="Latest Release"></a>
|
||||||
|
<a href="https://pkg.go.dev/github.com/charmbracelet/vhs?tab=doc"><img src="https://godoc.org/github.com/golang/gddo?status.svg" alt="Go Docs"></a>
|
||||||
|
<a href="https://github.com/charmbracelet/vhs/actions"><img src="https://github.com/charmbracelet/vhs/workflows/build/badge.svg" alt="Build Status"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
Send emails from your terminal.
|
Send emails from your terminal.
|
||||||
|
|
||||||
|
<img width="600" src="https://vhs.charm.sh/vhs-5Ci4SK0PHtyZGoccEOvUEB.gif" alt="pop mail client">
|
||||||
|
|
||||||
|
## Text-based User Interface
|
||||||
|
|
||||||
|
Launch the TUI
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pop
|
||||||
|
```
|
||||||
|
|
||||||
## Command Line Interface
|
## Command Line Interface
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -12,14 +28,6 @@ pop < message.md \
|
||||||
--attach invoice.pdf
|
--attach invoice.pdf
|
||||||
```
|
```
|
||||||
|
|
||||||
## Text-based User Interface
|
|
||||||
|
|
||||||
Launch the TUI
|
|
||||||
|
|
||||||
```bash
|
|
||||||
pop
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Use a package manager:
|
Use a package manager:
|
||||||
|
|
56
demo.tape
Normal file
56
demo.tape
Normal file
|
@ -0,0 +1,56 @@
|
||||||
|
Output demo.gif
|
||||||
|
Set FontSize 25
|
||||||
|
Set Padding 50
|
||||||
|
Set Width 800
|
||||||
|
Set Height 800
|
||||||
|
|
||||||
|
Hide
|
||||||
|
Type "export RESEND_API_KEY=$(pass RESEND_API_KEY)"
|
||||||
|
Enter
|
||||||
|
Sleep 1
|
||||||
|
Ctrl+L
|
||||||
|
Show
|
||||||
|
|
||||||
|
Type "pop"
|
||||||
|
Enter
|
||||||
|
Sleep 1
|
||||||
|
|
||||||
|
Type "pop@lalani.dev"
|
||||||
|
Sleep 0.5
|
||||||
|
Tab
|
||||||
|
Sleep 1
|
||||||
|
|
||||||
|
Type "maas@charm.sh"
|
||||||
|
Sleep 0.5
|
||||||
|
Tab
|
||||||
|
Sleep 1
|
||||||
|
|
||||||
|
Type "Pop"
|
||||||
|
Sleep 0.5
|
||||||
|
Tab
|
||||||
|
Sleep 1
|
||||||
|
|
||||||
|
Type "# Welcome to Pop."
|
||||||
|
Sleep 0.5
|
||||||
|
Enter 2
|
||||||
|
Sleep 0.5
|
||||||
|
Type "Send **emails** from the _terminal_."
|
||||||
|
Sleep 0.5
|
||||||
|
Enter 2
|
||||||
|
Sleep 0.5
|
||||||
|
Type "Sincerely,"
|
||||||
|
Sleep 0.5
|
||||||
|
Enter
|
||||||
|
Sleep 0.5
|
||||||
|
Type "Charm_"
|
||||||
|
Sleep 2
|
||||||
|
Tab
|
||||||
|
Sleep 1
|
||||||
|
Enter
|
||||||
|
Sleep 1
|
||||||
|
Escape
|
||||||
|
Sleep 1
|
||||||
|
Tab
|
||||||
|
Sleep 1
|
||||||
|
Enter
|
||||||
|
Sleep 5
|
Loading…
Reference in a new issue