Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ewpratten/boxletters
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-07-10T21:54:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T23:51:03.000Z (over 3 years ago)
- Last Synced: 2024-11-30T19:16:55.226Z (about 1 month ago)
- Topics: cli-tool, discord, emoji, regional-indicator-symbols, unicode
- Language: Nix
- Homepage: https://crates.io/crates/boxletters
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```