Crates.io | omekasy |
lib.rs | omekasy |
version | 1.3.1 |
source | src |
created_at | 2022-04-20 05:02:26.609011 |
updated_at | 2024-07-21 08:20:35.266024 |
description | Decorate alphanumeric characters in your input with various font; special characters in Unicode |
homepage | https://github.com/ikanago/omekasy |
repository | |
max_upload_size | |
id | 570776 |
size | 44,841 |
omekasy
is a command line application that converts alphanumeric characters in your input to various styles defined in Unicode.
omekasy
means "dress up" in Japanese.
Supports macOS(x86_64, aarch64) and Linux(x86_64).
brew install ikanago/tap/omekasy
cargo install omekasy
You can download binaries from Releases.
Just run without any options or arguments, then a prompt will be shown up. You can select the style while watching the result like above demo.
omekasy
To convert to a specific font instantly, give the font name and input.
omekasy --font bold-italic "My new gear..."
Characters other than latin alphabets and numbers in your input remain untouched.
Available font for now:
Key bindings in interactive mode:
Key | Action |
---|---|
Up, Ctrl-K | Move cursor up |
Down, Ctrl-J | Move cursor down |
Enter | Select |
Ctrl-C, Esc | Quit |