1024jp / AnsiStyle

A small Swift library to style strings for the standard output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnsiStyle

A small library to style strings for the standard output.

Examples

import AnsiStyle

print("moof!".ansiStyled([.bold, .underline, .green]))
// -> \u{001B}[1;4;32mmoof!\u{001B}[0m

About

A small Swift library to style strings for the standard output

License:MIT License


Languages

Language:Swift 100.0%