# linenoise.cpp **Repository Path**: mirrors_yhirose/linenoise.cpp ## Basic Information - **Project Name**: linenoise.cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-01 - **Last Updated**: 2026-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linenoise.cpp Repo achived. We wrote a C++17 version of a readline-like library here, which is open to Windows support, check it out: https://github.com/ericcurtin/readline.cpp This was initially written as a C++ version of: https://github.com/antirez/linenoise If looking for a lightweight C version of a readline-like library, above is an option.