An open API service indexing awesome lists of open source software.

https://github.com/jonathanstarup/flix-ansi-terminal

An API for ANSI terminal operations
https://github.com/jonathanstarup/flix-ansi-terminal

Last synced: about 1 year ago
JSON representation

An API for ANSI terminal operations

Awesome Lists containing this project

README

          

# Flix-ANSI-Terminal

Convenient wrapper of ANSI methods [listed
here](https://en.wikipedia.org/wiki/ANSI_escape_code#CSI_(Control_Sequence_Introducer)_sequences).
Commands are output with `Console.print` but raw strings can also be accessed in
the `Terminal.String` namespace.

# License

Copyright 2022 Jonathan Lindegaard Starup

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.