mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
481 B
Plaintext
23 lines
481 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# alpine
|
|
|
|
> An email client and Usenet newsgroup program with a pico/nano-inspired interface.
|
|
> Supports most modern email services through IMAP.
|
|
> More information: <https://manned.org/alpine>.
|
|
|
|
- Open alpine normally:
|
|
|
|
`alpine`
|
|
|
|
- Open alpine directly to the message composition screen to send an email to a given email address:
|
|
|
|
`alpine {{email@example.net}}`
|
|
|
|
- Quit alpine:
|
|
|
|
`<q><y>`
|