mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
charm_™
This commit is contained in:
parent
ea8aa49cde
commit
d550dfa63c
56
README.md
56
README.md
|
@ -1,64 +1,74 @@
|
|||
# Email
|
||||
# Pop
|
||||
|
||||
Send emails from your terminal.
|
||||
|
||||
## Command Line Interface
|
||||
|
||||
```bash
|
||||
email --from "me@example.com" --to "you@example.com" \
|
||||
--subject "Hello, world!" --attach invoice.pdf \
|
||||
< message.md
|
||||
pop < message.md \
|
||||
--from "me@example.com" \
|
||||
--to "you@example.com" \
|
||||
--subject "Hello, world!" \
|
||||
--attach invoice.pdf
|
||||
```
|
||||
|
||||
|
||||
## Text-based User Interface
|
||||
|
||||
Launch the TUI
|
||||
|
||||
```bash
|
||||
email
|
||||
pop
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
<!--
|
||||
|
||||
Use a package manager:
|
||||
|
||||
```bash
|
||||
# macOS
|
||||
brew install email
|
||||
brew install pop
|
||||
|
||||
# Arch
|
||||
yay -S email
|
||||
yay -S pop
|
||||
|
||||
# Nix
|
||||
nix-env -iA nixpkgs.email
|
||||
nix-env -iA nixpkgs.pop
|
||||
```
|
||||
|
||||
-->
|
||||
|
||||
Install with Go:
|
||||
|
||||
```sh
|
||||
go install github.com/maaslalani/email@main
|
||||
go install github.com/charmbracelet/pop@latest
|
||||
```
|
||||
|
||||
Or download a binary from the [releases](https://github.com/maaslalani/email/releases).
|
||||
Or download a binary from the [releases](https://github.com/charmbracelet/pop/releases).
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://github.com/maaslalani/email/blob/master/LICENSE)
|
||||
[MIT](https://github.com/charmbracelet/pop/blob/master/LICENSE)
|
||||
|
||||
## Feedback
|
||||
|
||||
I'd love to hear your feedback on improving `email`.
|
||||
We’d love to hear your thoughts on this project. Feel free to drop us a note!
|
||||
|
||||
Feel free to reach out via:
|
||||
* [Email](mailto:maas@lalani.dev)
|
||||
* [Twitter](https://twitter.com/maaslalani)
|
||||
* [GitHub issues](https://github.com/maaslalani/email/issues/new)
|
||||
* [Twitter](https://twitter.com/charmcli)
|
||||
* [The Fediverse](https://mastodon.social/@charmcli)
|
||||
* [Discord](https://charm.sh/chat)
|
||||
|
||||
---
|
||||
## License
|
||||
|
||||
<sub><sub>z</sub></sub><sub>z</sub>z
|
||||
[MIT](https://github.com/charmbracelet/vhs/raw/main/LICENSE)
|
||||
|
||||
***
|
||||
|
||||
Part of [Charm](https://charm.sh).
|
||||
|
||||
<a href="https://charm.sh/">
|
||||
<img
|
||||
alt="The Charm logo"
|
||||
width="400"
|
||||
src="https://stuff.charm.sh/charm-badge.jpg"
|
||||
/>
|
||||
</a>
|
||||
|
||||
Charm热爱开源 • Charm loves open source
|
||||
|
|
Loading…
Reference in a new issue