Registry / cli / replxx

replxx

JSON →
library0.0.4vcpkgunverified

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

vcpkg install replxx
INSTALL
IMPORT
SIG · REPLXX
R
replxx
clicppv0.0.4
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.

replxx.hxx
#include <replxx.hxx>

Read a line of input with history and completion

#include <replxx.hxx> #include <iostream> int main() { replxx::Replxx rx; const char* input = rx.input("> "); if (input) { std::cout << "You said: " << input << "\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

replxx — pip install replxx · libregistry