Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris00/ansiterminal
Basic control of ANSI compliant terminals and the windows shell.
https://github.com/chris00/ansiterminal
ansi-colors ansi-terminal ocaml-library terminal terminal-colors
Last synced: 15 days ago
JSON representation
Basic control of ANSI compliant terminals and the windows shell.
- Host: GitHub
- URL: https://github.com/chris00/ansiterminal
- Owner: Chris00
- License: other
- Created: 2016-03-18T22:30:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T10:13:24.000Z (10 months ago)
- Last Synced: 2024-05-09T23:23:10.398Z (6 months ago)
- Topics: ansi-colors, ansi-terminal, ocaml-library, terminal, terminal-colors
- Language: OCaml
- Size: 124 KB
- Stars: 45
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Continuous Integration](https://github.com/Chris00/ANSITerminal/actions/workflows/main.yml/badge.svg)
ANSITerminal
============[ANSITerminal](src/ANSITerminal.mli) 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](http://opam.ocaml.org/):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](http://chris00.github.io/ANSITerminal/doc/).