Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gabe565/ransom
- Owner: gabe565
- License: apache-2.0
- Created: 2024-08-06T23:33:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T21:43:53.000Z (about 2 months ago)
- Last Synced: 2024-11-25T22:32:00.680Z (about 2 months ago)
- Topics: emoji, slack
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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
```