█░█ █▄█ █▀█ █▀█ ▀█▀ ▀▄█ ▀█▀
█▀█ ░█░ █▀▀ █▀▄ ░█░ █▀▄ ░█░A minimalistic CLI tool to render text to the console using a custom 'hyprfont' figlet font.
- Render any text in a 2-line ASCII font.
- Output the font as a figlet
.flffile. - Check if any characters in the input are missing from the font.
- Show a gallery of the characters supported by the font.
hyprtxt [options] [text]| Flag | Description |
|---|---|
-figlet |
Output the embedded font in figlet format |
-missing |
Show unsupported characters in the input |
-charset |
Print supported character set |
-examples |
Print all characters as a glyph gallery |
-version |
Show version info |
-help |
Show help message |
% hyprtxt "hello world"
█░█ █▀▀ █░░ █░░ █▀█ █░▄░█ █▀█ █▀█ █░░ █▀▄
█▀█ ██▄ █▄▄ █▄▄ █▄█ ▀▄▀▄▀ █▄█ █▀▄ █▄▄ █▄▀
% hyprtxt -missing "{ oh no !¡}"
Unsupported characters:
{, ¡, }
% hyprtxt -figlet > hyprfont.flfmake buildmake run ARGS="hello world"MIT © 2025 Mark Pustjens