conio

.NET-inspired lightweight terminal library

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install conio
choosenim install conio
git clone https://github.com/guevara-chan/conio

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
conio - - - - - - -

Source

Repository https://github.com/guevara-chan/conio
Homepage https://github.com/guevara-chan/conio
Registry Source nimble_official

README

•Sum• nimble

Con/IO is a lightwight terminal library, made to recreate Console API for Nim and fix std\terminal issues.
Full compatibility is not prioritized at given moment, but desirable in future.
Installation: run nimble install conio in terminal.
❗ Currently only compiles on Windows systems ❗

•Featuræ•

  • Standartized coloration support.
  • Enforced prefix (con.) API isolation.
  • Extended ASCII support for both input and output.
  • Getters/setters to manage terminal title, buffer size and visibility.

•Remark•

Since Con/IO was developed mainly for internal usage, no documentation will likely be included before v0.3.
Provided examples and reading original .NET docs is a way to understand how to use this lib until then.

•Brief sample of terminal glorification•

image