Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ewpratten/boxletters

Converts text to a list of regional indicator emoji. Mostly for annoying friends on Discord
https://github.com/ewpratten/boxletters

cli-tool discord emoji regional-indicator-symbols unicode

Last synced: 26 days ago
JSON representation

Converts text to a list of regional indicator emoji. Mostly for annoying friends on Discord

Awesome Lists containing this project

README

        

# boxletters
[![Crates.io](https://img.shields.io/crates/v/boxletters)](https://crates.io/crates/boxletters)
[![Docs.rs](https://docs.rs/boxletters/badge.svg)](https://docs.rs/boxletters)
[![Build](https://github.com/Ewpratten/boxletters/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/build.yml)
[![Clippy](https://github.com/Ewpratten/boxletters/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/clippy.yml)
[![Audit](https://github.com/Ewpratten/boxletters/actions/workflows/audit.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/audit.yml)
[![Snapcraft](https://github.com/Ewpratten/boxletters/actions/workflows/snapcraft.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/snapcraft.yml)

`boxletters` is a commandline tool for converting strings of text to [`regional_indicator`](https://en.wikipedia.org/wiki/Regional_indicator_symbol) emoji.

## Example input

```sh
boxletters hello world
```

## Example output

![Output](emoji-demo.png)

## Installation

This crate can be installed via `cargo` with:

```sh
cargo install boxletters
```