linenoise
Line editor library
A minimal line editing library for command line utilities
A small self-contained alternative to readline and libedit
4k stars
105 watching
667 forks
Language: C
last commit: 5 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
amokhuginnsson/replxx | A portable GNU readline replacement with syntax highlighting and hints, designed for use in various environments | 692 |
andybest/linenoise-swift | A pure Swift implementation of the Linenoise library, providing a readline replacement with minimal configuration. | 144 |
joachimschmidt557/linenoize | A Zig-based readline library with features like line editing and completions. | 59 |
vindarel/cl-readline | A Common Lisp interface to the GNU Readline library for editing command lines | 38 |
vindarel/replic | A terminal application that provides a readline-based interface with autocompletion, help, and other features | 34 |
vrescobar/linc_linenoise | Haxe bindings for a C++ library that provides a line number editing interface | 3 |
ocaml-community/ocaml-linenoise | OCaml bindings to linenoise for easy high-level readline functionality | 51 |
peterh/liner | A command line editor with history and basic editing features inspired by linenoise. | 1,054 |
akinomyoga/ble.sh | A command line editor written in pure Bash with syntax highlighting, auto suggestions, and Vim modes. | 2,783 |
mridgers/clink | A command line shell that integrates powerful editing features with the Windows cmd.exe | 3,221 |
richardlitt/standard-readme | Provides guidelines and tools for creating standardized documentation for software projects. | 6,078 |
babel/minify | A tool that uses Babel's compiler to achieve minification of modern JavaScript code by targeting only browsers that support newer ES features. | 4,395 |
tani/papyrus | A literate programming tool that enables users to write executable code snippets in Markdown with Common Lisp | 49 |
dense-analysis/ale | An asynchronous linting plugin for Vim and Neovim that checks syntax and fixes errors in real-time. | 13,601 |