Christian Rocha 5cf2b49026 chore: add LICENSE
2023-06-22 16:17:55 -04:00
2023-06-13 23:31:19 -04:00
2023-06-21 15:23:06 -04:00
2023-06-22 13:48:14 -04:00
2023-06-21 14:50:44 -04:00
2023-06-15 10:30:20 -04:00
2023-06-13 23:31:19 -04:00
2023-06-13 23:31:19 -04:00
2023-06-22 16:17:55 -04:00
2023-06-20 10:21:01 -04:00
2023-06-21 15:23:06 -04:00
2023-06-15 14:38:57 -04:00
2023-06-22 16:17:55 -04:00
2023-06-20 10:21:01 -04:00

Pop


Latest Release Go Docs Build Status

Send emails from your terminal.

pop mail text-based client

Text-based User Interface

Launch the TUI

pop

Command Line Interface

pop < message.md \
    --from "me@example.com" \
    --to "you@example.com" \
    --subject "Hello, world!" \
    --attach invoice.pdf
pop mail command line client

Environment

To use pop, you will need a RESEND_API_KEY. You can grab one from: https://resend.com/api-keys.

To avoid typing your From: email address, you can also set the RESEND_FROM environment to pre-fill the field anytime you launch pop.

export RESEND_API_KEY=$(pass RESEND_API_KEY)
export RESEND_FROM=pop@charm.sh

Installation

Use a package manager:

# macOS
brew install pop

# Arch
yay -S pop

# Nix
nix-env -iA nixpkgs.pop

Install with Go:

go install github.com/charmbracelet/pop@latest

Or download a binary from the releases.

License

MIT

Feedback

Wed love to hear your thoughts on this project. Feel free to drop us a note!

License

MIT


Part of Charm.

The Charm logo

Charm 热爱开源 • Charm loves open source

Description
📮 来自未来的命令行邮箱客户端。
Readme MIT 14 MiB
Languages
Go 100%