{"id":61281,"library":"replxx","title":"replxx","description":"A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters.","status":"active","version":"0.0.4","language":"cpp","source_language":null,"source_url":null,"tags":["readline","repl","terminal","input","utf-8"],"install":[{"cmd":"vcpkg install replxx","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(replxx CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE replxx::replxx)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"replxx.hxx","correct":"#include <replxx.hxx>"}],"quickstart":{"code":"#include <replxx.hxx>\n#include <iostream>\n\nint main() {\n    replxx::Replxx rx;\n    const char* input = rx.input(\"> \");\n    if (input) {\n        std::cout << \"You said: \" << input << \"\\n\";\n    }\n    return 0;\n}","lang":"cpp","description":"Read a line of input with history and completion"},"warnings":[],"env_vars":null,"search_vec":"'-8':19,26 'capabl':15 'charact':20 'gnu':5 'handl':17 'input':24 'linux':9 'maco':12 'portabl':4 'readlin':6,21 'repl':22 'replac':7 'replxx':1 'small':3 'termin':23 'utf':18,25 'window':10","created_at":"2026-06-17T04:44:31.359876+00:00","updated_at":"2026-06-17T04:44:31.359876+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}