Skip to content
forked from agauniyal/rang

A Minimal, Header only Modern c++ library for colors in your terminal 💄✨

License

Notifications You must be signed in to change notification settings

memsharded/rang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rang Build Status Coverage Status

#####Colors for your Terminal.

rang-demo


##How to use it

No build system/package manager

  1. You just need rang.hpp from include directory, use it as #include "rang.hpp"
  2. Check out the wiki & maybe glance inside test directory to see some usage
  3. ???
  4. Profit!!

Using Meson build system

  • Make a rang.wrap file inside your subprojects/ directory with following content -
[rang-git]
directory=rang
url=https://github.com/agauniyal/rang.git
revision=head
  • Place this code inside your primary meson.build - rang_dep = dependency('rang', fallback : ['rang', 'rang_dep'])
  • Make sure to include rang_dep as dependency wherever you need it.

##TODO

  • support Windows versions < 10

About

A Minimal, Header only Modern c++ library for colors in your terminal 💄✨

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%