Registry / cli / linenoise-ng

linenoise-ng

JSON →
library4754bee2d8eb3vcpkgunverified

A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.

vcpkg install linenoise-ng
INSTALL
IMPORT
SIG · LINENOISE-NG
L
linenoise-ng
clicppv4754bee2d8eb3
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.

linenoise.h
#include <linenoise.h>

Read a line from stdin with editing support

#include "linenoise.h" #include <stdio.h> int main() { char *line = linenoise("> "); if (line) { printf("You entered: %s\n", line); free(line); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4754bee2d8eb3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources

No resource links recorded.

linenoise-ng — pip install linenoise-ng · libregistry