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
- Host: GitHub
- URL: https://github.com/jonathanstarup/flix-ansi-terminal
- Owner: JonathanStarup
- License: apache-2.0
- Created: 2022-08-24T19:58:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T10:18:23.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:49:35.797Z (about 1 year ago)
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.