Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziglibs/ansi-term
Zig library for dealing with ANSI terminals
https://github.com/ziglibs/ansi-term
ansi-terminal zig zig-package ziglang
Last synced: 4 days ago
JSON representation
Zig library for dealing with ANSI terminals
- Host: GitHub
- URL: https://github.com/ziglibs/ansi-term
- Owner: ziglibs
- License: mit
- Created: 2020-07-27T21:04:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T08:38:08.000Z (about 1 month ago)
- Last Synced: 2025-01-21T19:08:42.961Z (11 days ago)
- Topics: ansi-terminal, zig, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 59.6 KB
- Stars: 76
- Watchers: 6
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - cova🗒️Commands, Options, Values, Arguments. A simple yet robust cross-platform command line argument parsing library for Zig.
README
# ansi-term
![CI](https://github.com/ziglibs/ansi-term/workflows/CI/badge.svg)
Zig library for dealing with ANSI Terminals (escape codes, styles, etc.)
This was originally code which was extracted from
[lscolors](https://github.com/ziglibs/lscolors) for use in
other zig libraries. More features have been added since.`ansi-term` is designed to work with Zig 0.13.0.
## Documentation
Automatically generated documentation for the project
can be found at https://ziglibs.github.io/ansi-term/.
Note that autodoc is currently in beta; the website may be broken or incomplete.