Registry / cli / abiosoft-readline

abiosoft-readline

JSON →
library0.0.0-20180607040430-155bce2042dbgogounverified

A pure Go implementation of GNU Readline-like library for line editing and terminal handling.

go get github.com/abiosoft/readline
INSTALL
IMPORT
SIG · ABIOSOFT-READLINE
A
abiosoft-readline
cligov0.0.0-20180607040430-155bce2042db
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

readline
github.com/abiosoft/readline

Creates a readline prompt and reads a line of input.

package main import ( "fmt" "github.com/abiosoft/readline" ) func main() { rl, _ := readline.New("> ") defer rl.Close() line, _ := rl.Readline() fmt.Println("You entered:", line) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180607040430-155bce2042dblatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources
abiosoft-readline — go get abiosoft-readline · libregistry