readline-library
There are 31 repositories under readline-library topic.
chzyer/readline
Readline is a pure go(golang) implementation for GNU-Readline kind library
tonerdo/readline
A Pure C# GNU-Readline like library for .NET/.NET Core
bhauman/rebel-readline
Terminal readline library for Clojure dialects
yhirose/cpp-linenoise
A single file multi-platform (Unix, Windows) C++ header-only linenoise-based readline library.
flightaware/tclreadline
GNU readline for interactive Tcl shells
Svalorzen/cpp-readline
A very simple C++ wrapper for GNU readline.
nyaosorg/go-readline-ny
The New Yet another Readline for Go
mcombeau/minishell
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
Aptivi/Terminaux
A library that allows you to manipulate with the console
alexst07/readline
A modern readline implementation for GNU-Readline kind library
Aptivi-Archives/ReadLine.Reboot
A reboot of tonerdo's ReadLine library for .NET
AriSweedler/dotfiles
my dotfiles
Berryfeels/SHELL_BASH_POSIX_Replica
Designed to build a simplified version of a Unix shell with command-line interpreter.
graeme-hattan/emrl
Small line editing library designed to be used on embedded systems.
Mayank-tech69/Oshell
O-Shell is a custom command-line shell built with Python, bringing Linux-like commands to both Windows and Linux. Supports essential file, directory, and system operations with an intuitive interface.
pry/pry-linenoise
Enables a Readline alternative called Linenoise in Pry (https://github.com/kyrylo/linenoise-rb)
Shell-Development-Project/Shell-Development-Project
This project contains C++ code for the creation of a unix shell. The shell will most likely be a subset of the BASH.
7starsea/shell-console-template
shell-console-template for easing cpp console application
AkshandraSingh/searchPedia
SearchPedia is a mini project built in Node.js that allows users to search for information on Wikipedia right from their terminal.
amagura/eggs
Chicken Scheme eggs I either maintain or wrote
BlazeInferno64/readtastic.js
readtastic is a fast, minimalistic, lightweight, promise-based tool for interacting with input streams line by line.
hisleiterj/elch-cli
A .NET/C# Library to Build your own custom Command Line Interfaces (CLI)
odd12258053/interaction
Interaction is a minimal and a simple readline library for Rust.
phip1611/bash-like-cpp-shell
A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.
DavidWesley/linereader
A simple LineReader class, similar to Java's readline() method, written in Typescript (for Node) to read files line-by-line asynchronously and quickly.
deqart/deadline
A line editing library for c
NoahNonOff/readline_library
It's a readline library (without leaks) witch give access to 'rd_' function like readline, add_history, clear_history, ...
SrijanSriv211/Creadf
Custom and better ReadLine methods for C#
vsavilov42/get_next_line
Readline C implementation
lai-jia-jing/minishell
Develop a basic Bash shell in C with features like command parsing, built-in functions, and support for piping and redirection, while learning shell operations, process management, and system calls.
RogerioLS/Minishell-42sp
🐚 Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.