tabcompletion

stdin tab completion library

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

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-02 07:21

Authors

  • z-kk

Installation

nimble install tabcompletion
choosenim install tabcompletion
git clone https://github.com/z-kk/tabcompletion

OS Compatibility

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

Dependencies

Package Version Optional
nim >= 1.2.0 No
eastasianwidth - No

Source

Repository https://github.com/z-kk/tabcompletion
Homepage https://github.com/z-kk/tabcompletion
Registry Source nimble_official

README

tabcompletion

Nim stdin tab completion library

Usage

readLineFromStdin*

proc readLineFromStdin*(): string =
proc readLineFromStdin*(prompt: string): string =

Reads a line from stdin.

It's the same as rdstdin.readLineFromStdin() with tab completion.