Skip to content

hoelzro/ansicolors

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Overview

NOTE: This project has been superseded by https://github.com/hoelzro/lua-term; please use that instead of this module.

ansicolors is a simple Lua module for printing to the console in color.

I hope to integrate this module with others into a luaterm distribution sometime in the near future.

Installation

It's pure Lua, so just put ansicolors.lua somewhere where your Lua interpreter will be able to find it.

Usage

local color = require 'ansicolors'
print(color.red 'hello')
print(color.red .. 'hello' .. color.reset)
print(color.red, 'hello', color.reset)

About

ANSI terminal color manipulation for Lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages