#unicode-characters #font #japanese #input #style #applications #alphanumeric

app omekasy

Decorate alphanumeric characters in your input with various font; special characters in Unicode

8 releases (stable)

1.2.3 Nov 10, 2023
1.2.2 Sep 23, 2023
1.1.1 Oct 2, 2022
1.1.0 May 4, 2022
0.1.0 Apr 20, 2022

#150 in Text processing

MIT license

26KB
494 lines

omekasy

CI License: MIT

asciicast

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.

Installation

Homebrew

brew install ikanago/tap/omekasy

Cargo

cargo install omekasy

Binaries

You can download binaries from Releases.

Usage

Just run without any options or arguments, a prompt will be shown up. You can select the style while watching the result.

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:

  • bold
  • italic
  • bold-italic
  • sans
  • sans-bold
  • sans-italic
  • sans-bold
  • italic
  • script
  • bold-script
  • fraktur
  • bold-fraktur
  • monospace
  • blackboard
  • emoji

Key bindings in interactive mode:

Key Action
Ctrl-K Move cursor up
Ctrl-J Move cursor down
Enter Select
Ctrl-C, Esc Quit

Dependencies

~3–12MB
~118K SLoC