https://github.com/bcrist/zig-consolehelper
mirror of codeberg.org/bcrist/zig-consolehelper
https://github.com/bcrist/zig-consolehelper
console console-color stdio stdout termcolor terminal zig zig-library zig-package ziglang
Last synced: 4 days ago
JSON representation
mirror of codeberg.org/bcrist/zig-consolehelper
- Host: GitHub
- URL: https://github.com/bcrist/zig-consolehelper
- Owner: bcrist
- License: other
- Created: 2023-06-17T17:55:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-15T03:11:31.000Z (12 days ago)
- Last Synced: 2026-04-15T05:12:50.392Z (12 days ago)
- Topics: console, console-color, stdio, stdout, termcolor, terminal, zig, zig-library, zig-package, ziglang
- Language: Zig
- Homepage: https://codeberg.org/bcrist/zig-consolehelper
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Zig-ConsoleHelper
## Console helpers for command line Zig applications
* Configures Windows stdout/stderr for UTF-8 and enables virtual terminal escape processing
* Generates escape sequences to change the current color/style
* Prints file context information with optional line numbers and highlighting (e.g. for error messages)