Skip to content

z-kk/tabcompletion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nim stdin tab completion library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages