Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tired-fox/term
Basic low level terminal input and interaction written in pure zig with minimal dependencies on operating system functionality.
https://github.com/tired-fox/term
Last synced: 25 days ago
JSON representation
Basic low level terminal input and interaction written in pure zig with minimal dependencies on operating system functionality.
- Host: GitHub
- URL: https://github.com/tired-fox/term
- Owner: Tired-Fox
- Created: 2024-05-27T07:03:37.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T03:14:20.000Z (5 months ago)
- Last Synced: 2024-06-18T04:45:57.787Z (5 months ago)
- Language: Zig
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Term
A low level library for pure [Zig](https://github.com/ziglang/zig) terminal interactions. The goal of the library isn't to output formatted text, but instead to write to the terminal, and read from the terminal.
### Features
- Terminal context that manages buffered stdin, stdout, and stderr
- Reading stdin
- Writing to either stdout or stderr
- Raw terminal mode: great for tui applications