package ANSITerminal

  1. Overview
  2. Docs
Basic control of ANSI compliant terminals and the windows shell

Install

Dune Dependency

Authors

Maintainers

Sources

ANSITerminal-0.8.3.tbz
sha256=3e37f431af88ea5594f9bd5557ef1a5d463ad7e88b3ba620869f3873a7d8775e
sha512=61d823fa900cea4811d876477375446357935e8fb19737cf15ef1fd6cc467f10d2a004aa57effa6c0de6f3efc94dbdac02a62d6cda02b7088bda52fc0a309445

Description

ANSITerminal is a module allowing to use the colors and cursor movements on ANSI terminals. It also works on the windows shell (but this part is currently work in progress).

Tags

terminal

Published: 12 Nov 2021

README

README.md

ANSITerminal

ANSITerminal provides Basic control of ANSI compliant terminals and the windows shell.

ANSITerminal is a module allowing to use the colors and cursor movements on ANSI terminals. It also works on the windows shell (this part is currently work in progress).

Install

On Unix and OSX, the easier to install this library is to use opam:

opam install ANSITerminal

On Windows, until opam and ocamlbuild work well on this platform, you clone this repository and compile and install this library by executing:

build

Documentation

The API may be read online.