|
1 | | -<h1 align="center">mailtm</h1> |
2 | | -<p align="center">CLI client for <a href="https://mail.tm">Mail.tm</a> disposable mail service</p> |
| 1 | +<div align="center"> |
| 2 | +<img width="600px" src="./.assets/logo.png" /> |
3 | 3 |
|
4 | | -<p align="center"> |
| 4 | +<p>CLI client for <a href="https://mail.tm">Mail.tm</a> disposable mail service</p> |
| 5 | + |
| 6 | +<p> |
5 | 7 | <a href="https://github.com/abgeo/mailtm"> |
6 | 8 | <img alt="GitHub go.mod Go version of a Go module" src="https://img.shields.io/github/go-mod/go-version/abgeo/mailtm.svg"> |
7 | 9 | </a> |
8 | 10 | <a href="https://github.com/abgeo/mailtm/actions/workflows/ci.yaml"> |
9 | | - <img alt="Lint" src="https://github.com/abgeo/mailtm/actions/workflows/ci.yaml/badge.svg"> |
| 11 | + <img alt="CI" src="https://github.com/abgeo/mailtm/actions/workflows/ci.yaml/badge.svg"> |
| 12 | + </a> |
| 13 | + <a href="https://github.com/abgeo/mailtm/actions/workflows/cd.yaml"> |
| 14 | + <img alt="CD" src="https://github.com/abgeo/mailtm/actions/workflows/cd.yaml/badge.svg"> |
10 | 15 | </a> |
11 | 16 | <a href="https://app.fossa.com/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm?ref=badge_shield" alt="FOSSA Status"> |
12 | 17 | <img src="https://app.fossa.com/api/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm.svg?type=shield"/> |
|
28 | 33 | </a> |
29 | 34 | </p> |
30 | 35 |
|
31 | | -## Requirements |
32 | | - |
33 | | -- `Go (>=1.19)` |
| 36 | +<p><img width="1000" src="./.assets/demo.gif" /></p> |
| 37 | +</div> |
34 | 38 |
|
35 | 39 | ## Installation |
36 | 40 |
|
| 41 | +## Binary |
| 42 | + |
| 43 | +Go to the [Releases](https://github.com/ABGEO/mailtm/releases) page and download the version suitable for your OS. |
| 44 | + |
| 45 | +## Source |
| 46 | + |
| 47 | +```shell |
| 48 | +$ go install github.com/abgeo/mailtm@latest |
| 49 | +``` |
| 50 | + |
37 | 51 | ## Usage |
38 | 52 |
|
| 53 | +Get available commands by running `mailtm --help` |
| 54 | + |
39 | 55 | ## Authors |
40 | 56 |
|
41 | 57 | - [Temuri Takalandze](https://abgeo.dev) - *Maintainer* |
|
45 | 61 | Copyright (c) 2022 [Temuri Takalandze](https://abgeo.dev). |
46 | 62 | Released under the [GPL-3.0](LICENSE) license. |
47 | 63 |
|
48 | | -[](https://app.fossa.com/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm?ref=badge_large) |
| 64 | +[](https://app.fossa.com/projects/custom%2B30026%2Fgithub.com%2FABGEO%2Fmailtm?ref=badge_large) |
0 commit comments