Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gabe565/ransom

Fun command-line utility that converts a string into emoji codes.
https://github.com/gabe565/ransom

emoji slack

Last synced: about 1 month ago
JSON representation

Fun command-line utility that converts a string into emoji codes.

Awesome Lists containing this project

README

        

# Ransom

Fun command-line utility that converts a string into emoji codes.

> [!NOTE]
> You must have a custom emoji for each letter.


Ransom Screenshot

## Installation

```shell
go install gabe565.com/ransom@latest
```

## Usage

Run the command with any number of arguments. The arguments will be converted into emoji codes and copied to the clipboard.

```shell
$ ransom hello world
:h::e::l::l::o::blank::w::o::r::l::d:
INFO Copied to clipboard
```