linenoize
Readline library
A Zig-based readline library with features like line editing and completions.
A port of linenoise to zig
56 stars
6 watching
9 forks
Language: Zig
last commit: about 1 month ago
Linked from 1 awesome list
readlinezigzig-package
Related projects:
Repository | Description | Stars |
---|---|---|
andybest/linenoise-swift | A pure Swift implementation of the Linenoise library, providing a readline replacement with minimal configuration. | 143 |
ocaml-community/ocaml-linenoise | OCaml bindings to linenoise for easy high-level readline functionality | 51 |
ziglibs/ini | An ini file parser library providing basic record reading and formatting capabilities. | 26 |
vindarel/cl-readline | A Common Lisp interface to the GNU Readline library for editing command lines | 38 |
hejsil/mecha | A parser combinator library for the Zig programming language | 472 |
ziglibs/zinput | A command-line input library written in Zig | 49 |
samueltardieu/areadline | An interface to the readline library for use in Ada programming languages | 7 |
sdiehl/repline | A Haskell library for building custom readline-based REPL interfaces | 106 |
zigembeddedgroup/serial | A Zig language library for configuring and using serial ports | 59 |
reeflective/readline | A modern shell library with powerful UI and features inspired by Z-Shell. | 90 |
vrescobar/linc_linenoise | Haxe bindings for a C++ library that provides a line number editing interface | 3 |
melisgl/named-readtables | A library that provides a namespace for readtables, allowing for localized and modular use of readtables in Common Lisp programs. | 66 |
emekoi/log.zig | A cross-platform logging library for Zig that provides thread-safe logging capabilities. | 22 |
ziglibs/zcom | A composable network protocol stack implemented in Zig. | 15 |
vindarel/replic | A terminal application that provides a readline-based interface with autocompletion, help, and other features | 33 |