Skip to content

unkie/hyprtxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

█░█ █▄█ █▀█ █▀█ ▀█▀ ▀▄█ ▀█▀
█▀█ ░█░ █▀▀ █▀▄ ░█░ █▀▄ ░█░

A minimalistic CLI tool to render text to the console using a custom 'hyprfont' figlet font.


Features

  • Render any text in a 2-line ASCII font.
  • Output the font as a figlet .flf file.
  • Check if any characters in the input are missing from the font.
  • Show a gallery of the characters supported by the font.

Usage

hyprtxt [options] [text]

Options

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

Examples

% hyprtxt "hello world"
█░█ █▀▀ █░░ █░░ █▀█   █░▄░█ █▀█ █▀█ █░░ █▀▄
█▀█ ██▄ █▄▄ █▄▄ █▄█   ▀▄▀▄▀ █▄█ █▀▄ █▄▄ █▄▀

% hyprtxt -missing "{ oh no !¡}"
Unsupported characters:
{, ¡, }

% hyprtxt -figlet > hyprfont.flf

Development

Build

make build

Run

make run ARGS="hello world"

License

MIT © 2025 Mark Pustjens

About

Figlet app with just one font

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors