mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:22:18 +02:00

* common/t*: add Korean translation * tldr: update Korean translation * Update tcc.md * Update pages.ko/common/tcc.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages.ko/common/tar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tarsnap.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tarsnap.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/transfersh.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/tuir.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/twine.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/twine.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Chooooo <contact@choo.ooo>
28 lines
568 B
Markdown
28 lines
568 B
Markdown
# tmpmail
|
|
|
|
> 터미널에서 바로 사용할 수 있는 POSIX sh로 작성된 임시 이메일.
|
|
> 더 많은 정보: <https://github.com/sdushantha/tmpmail>.
|
|
|
|
- 임시 받은 편지함 생성:
|
|
|
|
`tmpmail --generate`
|
|
|
|
- 메시지와 그 숫자 ID 나열:
|
|
|
|
`tmpmail`
|
|
|
|
- 가장 최근에 받은 이메일 표시:
|
|
|
|
`tmpmail --recent`
|
|
|
|
- 특정 메시지 열기:
|
|
|
|
`tmpmail {{이메일_ID}}`
|
|
|
|
- HTML 태그 없이 이메일을 원시 텍스트로 보기:
|
|
|
|
`tmpmail --text`
|
|
|
|
- 특정 브라우저로 이메일 열기 (기본값은 w3m):
|
|
|
|
`tmpmail --browser {{브라우저}}`
|