Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -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}}`