Skip to content
/ jbl Public

A simple cli tool to turn your unicode chars into a png image.

License

Notifications You must be signed in to change notification settings

orzation/jbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

┌──────────────────────────────────────────────────────────────────────┐
│                                                                      │
│   mmm    "                  ""#           mmmmm         ""#    ""#   │
│     #  mmm    m mm    mmmm    #     mmm   #    #  mmm     #      #   │
│     #    #    #"  #  #" "#    #    #"  #  #mmmm" #"  #    #      #   │
│     #    #    #   #  #   #    #    #""""  #    # #""""    #      #   │
│ "mmm"  mm#mm  #   #  "#m"#    "mm  "#mm"  #mmmm" "#mm"    "mm    "mm │
│                       m  #                                           │
│                        ""                                            │
└──────────────────────────────────────────────────────────────────────┘
* jbl is a simple cli tool to turn your unicode chars into a png image.


Install
===========================================================================

+-------------------------------------------------------------------------+
| $> cargo install --git https://github.com/orzation/jbl --branch master  |
+-------------------------------------------------------------------------+

+---------------------------------------------------------+
| $> nix run github:orzation/jbl # or using nix directly  |
+---------------------------------------------------------+


Usage
===========================================================================

+----------------------------+
| $> jbl -h   # for help     |
+----------------------------+

+--------------------------------+
| $> jbl ./lorem.txt > lorem.png |
+--------------------------------+

+------------------------------------------------------------------+
| $> jbl ./lorem.txt -f Fantasy > lorem.png  # using a font family |
+------------------------------------------------------------------+

+------------------------------------------------+
| $> jbl ./lorem.txt | xclip -sel c -t image/png |
+------------------------------------------------+

+-------------------------------------------+
| $> jbl << EOF | xclip -sel c -t image/png |
| > hello jbl                               |
| > EOF   # or CTRL-D                       |
+-------------------------------------------+


Contribute
===========================================================================

* Do your stuffs then PR


License
===========================================================================

* MPL2.0

About

A simple cli tool to turn your unicode chars into a png image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published