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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T10:15:47.000Z (2 months ago)
- Last Synced: 2025-04-02T11:08:15.966Z (about 2 months ago)
- Topics: ansi-terminal, zig, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 61.5 KB
- Stars: 81
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansi_term

Zig library for dealing with ANSI Terminals (escape codes, styles, etc.)
> [!IMPORTANT]
> This library was renamed from `ansi-term`, now using an underscoreThis 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.14.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.