Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuzukitsuru/colorcout

Simple cross-platform(?) colored terminal text in C++
https://github.com/yuzukitsuru/colorcout

color-terminal cout cpp

Last synced: 29 days ago
JSON representation

Simple cross-platform(?) colored terminal text in C++

Awesome Lists containing this project

README

        

Welcome to ColorCout 👋



Version

License: Do What The F*ck You Want To Public License


Twitter: GLGH\_

> Simple cross-platform(?) colored terminal text in C++

### 🏠 [Homepage](https://github.com/GloomyGhost-MosquitoSeal/ColorCout)

### ✨ Demo
![Demo](https://user-images.githubusercontent.com/12003087/78259083-c6a6ff80-752e-11ea-8d16-0a45fcc811c9.png)

## Usage

```sh
std::cout << cc::red << " red "
<< cc::yellow << " yellow "
<< cc::green << " green "
<< cc::reset << " reset"
<< std::endl;
```

## Author

👤 **GloomyGhost-MosquitoSeal**

* Website: https://gloomyghost.com/
* Twitter: [@GLGH\_](https://twitter.com/GLGH\_)
* Github: [@YuzukiTsuru](https://github.com/YuzukiTsuru)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/YuzukiTsuru/ColorCout/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2020 [YuzukiTsuru](https://github.com/YuzukiTsuru).

This project is [Do What The F*ck You Want To Public License](https://github.com/YuzukiTsuru/ColorCout/blob/master/LICENSE) licensed.

## Reference
[https://github.com/yurablok/colored-cout/](https://github.com/yurablok/colored-cout/) for the nice idea.