https://github.com/ikanago/omekasy
πΎπ€π’π’ππ£π π‘ππ£π ππ₯π₯π‘ππππ©ππ€π£ π₯πππ₯ ππ ππ§ππ£π₯π€ πππ‘ππππ¦πππ£ππ ππππ£πππ₯ππ£π€ ππ πππππππ ππππππ πππππππ ππ πππππππ.
https://github.com/ikanago/omekasy
cli command-line joke
Last synced: 4 months ago
JSON representation
πΎπ€π’π’ππ£π π‘ππ£π ππ₯π₯π‘ππππ©ππ€π£ π₯πππ₯ ππ ππ§ππ£π₯π€ πππ‘ππππ¦πππ£ππ ππππ£πππ₯ππ£π€ ππ πππππππ ππππππ πππππππ ππ πππππππ.
- Host: GitHub
- URL: https://github.com/ikanago/omekasy
- Owner: ikanago
- License: mit
- Created: 2022-04-18T10:47:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T01:46:40.000Z (4 months ago)
- Last Synced: 2026-02-20T05:26:53.049Z (4 months ago)
- Topics: cli, command-line, joke
- Language: Rust
- Homepage:
- Size: 314 KB
- Stars: 154
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# omekasy
[](https://github.com/ikanago/omekasy/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)
[](https://crates.io/crates/omekasy)
[](https://asciinema.org/a/490055)
`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
Supports macOS(x86_64, aarch64) and Linux(x86_64).
```bash
brew install ikanago/tap/omekasy
```
### Cargo
```bash
cargo install omekasy
```
### Binaries
You can download binaries from [Releases](https://github.com/ikanago/omekasy/releases).
## Usage
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.
```bash
omekasy
```
To convert to a specific font instantly, give the font name and input.
```bash
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 |
| ------------ | ---------------- |
| Up, Ctrl-K | Move cursor up |
| Down, Ctrl-J | Move cursor down |
| Enter | Select |
| Ctrl-C, Esc | Quit |