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.4.tbz
sha256=66dd437e17282ada4f1d1e2a5340200ecb46d6eacc3d5f6794c3b7c0390daf73
sha512=ccee20fc4348e29fea5fe3631a3728b4af74438797d835a4e412b957c8e4c37bcdd2cca286a304e943e2c3326a2d78229fd7ac6baac2030f07a24c88696179df

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: 11 May 2022

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.