liner
Command Line Reader
A Rust library providing a readline-like interface for interacting with the command line
A readline-like library in Rust.
74 stars
3 watching
24 forks
Language: Rust
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ps1dr3x/easy_reader | An efficient library for navigating large files without consuming an iterator | 86 |
kkawakam/rustyline | A Rust implementation of readline with support for various features and platforms. | 1,560 |
vindarel/cl-readline | A Common Lisp interface to the GNU Readline library for editing command lines | 38 |
reeflective/readline | A modern shell library with powerful UI and features inspired by Z-Shell. | 90 |
whitfin/bytelines | A high-performance library for reading input lines as byte slices without allocations. | 59 |
softdevteam/grmtools | A suite of libraries and binaries for parsing text in Rust. | 514 |
vindarel/replic | A terminal application that provides a readline-based interface with autocompletion, help, and other features | 33 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
buster/rrun | A minimalistic command launcher built with Rust | 112 |
console-rs/dialoguer | A Rust library providing utilities for crafting user-friendly command line interfaces. | 1,333 |
cirho/powerline-rust | An alternative to powerline-shell written in Rust, focusing on minimal execution time and simplicity. | 51 |
jermp/cmd_line_parser | A lightweight C++17 command line parser with support for parsing command-line options and arguments. | 25 |
timtiemens/javacommandlineparser | An evaluation and comparison of various Java libraries for parsing command-line arguments. | 13 |
tanakh/cmdline | A lightweight command line parser library for C++ | 1,352 |
robik/commandr | A command-line argument parser with support for flags, options, arguments, and subcommands. | 41 |