https://github.com/bcrist/zig-consolehelper
Console Helpers for command line applications
https://github.com/bcrist/zig-consolehelper
console console-color stdio stdout termcolor terminal zig zig-library zig-package ziglang
Last synced: 3 months ago
JSON representation
Console Helpers for command line applications
- Host: GitHub
- URL: https://github.com/bcrist/zig-consolehelper
- Owner: bcrist
- License: mit
- Created: 2023-06-17T17:55:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T07:07:09.000Z (3 months ago)
- Last Synced: 2025-03-22T08:19:24.482Z (3 months ago)
- Topics: console, console-color, stdio, stdout, termcolor, terminal, zig, zig-library, zig-package, ziglang
- Language: Zig
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- 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)