Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/optionsx/kataremail
- Owner: optionsx
- Created: 2023-05-14T08:13:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-15T04:41:34.000Z (over 1 year ago)
- Last Synced: 2024-08-16T15:16:36.366Z (4 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/katar
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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