Skip to content

kaushalmodi-forks/fab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fab

Print fabulously in your terminal (in Nim).

Fab is a really cool text formatting package for Nim. Using Fab is super easy, it's as simple as:

import fab

echo blue("hey i'm blue!")
echo bold("this is bold text")
echo que("what?")

Installation

$ nimble install fab

NOTE: There is no Windows support (yet).

Colors

colors

Styles

styles

Labels

labels

Color procs

blue(), yellow(), red(), green(), white(), purple(), black(), cyan()

Style procs

bold(), italics(), strike(), under()

Label procs

que(), info(), run(), bad(), good()

Inspiration

This project was heavily inspired by @s0md3v's Hue.

About

🌟 print fabulously in your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 100.0%