Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/optionsx/kataremail

fun side project for personal use.
https://github.com/optionsx/kataremail

deno typescript

Last synced: about 2 months ago
JSON representation

fun side project for personal use.

Awesome Lists containing this project

README

        

# Katar

Katar is a CLI tool for generating and managing email addresses using Deno.
![Demo](https://i.imgur.com/zFZM4I7.png)![Demo](https://i.imgur.com/q8VNcEF.gif)
quick demo run:

```bash
deno run -A https://deno.land/x/katar/Katar.ts
```

## Installation

To install katar, run the following command:

```bash
deno install -A https://deno.land/x/katar/Katar.ts
```

then simply run `katar` in your terminal
OR clone the repo and run:

```bash
git clone https://github.com/optionsx/KatarEmail.git
cd KatarEmail
deno install -A katar.ts
```

## Usage

To use Katar, run the following command:

```bash
katar
katar - [Email]
```

Replace `EMAIL` with the email address you want to use.

## Features

- Generate custom email addresses.
- Manage generated email addresses.
- Receive and manage emails for generated addresses.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## this readme was made possible by GPT4