mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 23:50:03 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/tmpmail
10
tldr/tmpmail
@@ -6,11 +6,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# tmpmail
|
||||
|
||||
> A temporary email right from your terminal written in POSIX sh.
|
||||
> More information: <https://github.com/sdushantha/tmpmail>.
|
||||
> More information: <https://github.com/sdushantha/tmpmail#usage>.
|
||||
|
||||
- Create a temporary inbox:
|
||||
|
||||
`tmpmail --generate`
|
||||
`tmpmail {{[-g|--generate]}}`
|
||||
|
||||
- List messages and their numeric ID:
|
||||
|
||||
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the most recent received email:
|
||||
|
||||
`tmpmail --recent`
|
||||
`tmpmail {{[-r|--recent]}}`
|
||||
|
||||
- Open a specific message:
|
||||
|
||||
@@ -26,8 +26,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- View email as raw text without HTML tags:
|
||||
|
||||
`tmpmail --text`
|
||||
`tmpmail {{[-t|--text]}}`
|
||||
|
||||
- Open email with a specific browser (default is w3m):
|
||||
|
||||
`tmpmail --browser {{browser}}`
|
||||
`tmpmail {{[-b|--browser]}} {{browser}}`
|
||||
|
||||
Reference in New Issue
Block a user