tabcompletion
stdin tab completion library
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
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.