monospaced
v0.0.4
Published
CLI that turns plain text into unicode monospace text
Maintainers
Readme

Monospaced
Unicode monospace text converter for quick paste, convert, and copy.
The site takes regular text and swaps supported letters and numbers with Unicode monospace characters so the result keeps a fixed-width, typewriter-style feel across many apps and websites.
Live domain: monospaced.awais.dev
What It Does
- Converts plain text into Unicode monospace text
- Auto-copies converted output when possible
- Keeps the UI lightweight and mobile-friendly
- Ships as a single static page with no build step
CLI
There is also a Rust CLI in cli/ that ships on npm as monospaced.
Run it directly with npx:
npx monospaced "npx create-next-app 14"Direct args after install:
monospaced "npx create-next-app 14"Piped input:
echo "npx create-next-app 14" | monospacedInteractive mode:
monospacedHelp:
monospaced --helpAttribution
Made by (human) Ahmad Awais and (agent) Command Code.
