xterm-readline
a library for building command-line interfaces with XtermJS (by strtok)
rustyline
Readline Implementation in Rust (by kkawakam)
xterm-readline | rustyline | |
---|---|---|
1 | 12 | |
24 | 1,656 | |
- | 2.4% | |
4.8 | 8.2 | |
5 months ago | 10 days ago | |
TypeScript | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xterm-readline
Posts with mentions or reviews of xterm-readline.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-16.
-
I wrote a scheme in Rust called Marwood
In the process of implementing Marwood's web REPL, I ported rust's [Rustyline](https://github.com/kkawakam/rustyline) readline library to an Xterm.js typescript addon called [xterm-readline](https://github.com/strtok/xterm-readline/).
rustyline
Posts with mentions or reviews of rustyline.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-01.
-
Ghee 0.4 - The tastiest way to work with Linux extended attributes (xattrs)
This latest release adds a Rustyline-based REPL and additional tools for using the filesystem as a relational database. The new init subcommand lets you declare the primary key by which a directory (and its subdirectories) are indexed, while ins and del now allow insertion and deletion of records while keeping related indices up to date. ls is helpful in the REPL, showing Ghee's view of the world.
-
Is there an equivalent Rust crate?
That what gnu readline is good at, interpreter like interface. There is also this one https://github.com/kkawakam/rustyline
-
I wrote a scheme in Rust called Marwood
In the process of implementing Marwood's web REPL, I ported rust's [Rustyline](https://github.com/kkawakam/rustyline) readline library to an Xterm.js typescript addon called [xterm-readline](https://github.com/strtok/xterm-readline/).
-
Hey Rustaceans! Got a question? Ask here! (43/2022)!
There is rustyline, which is a readline implementation. It supports line editing in emacs or vi mode (selectable). I don't know if it can operate on two strings as input, but if your program takes input from a terminal, this could be what you are looking for.
-
Why are crate docs a pain in the ass to understand usage?
Not sure if it will help in this case (docs always take effort to write and make good), but most crates have an examples directory in the root of their repo which can be helpful in the absence of guide-level docs https://github.com/kkawakam/rustyline/tree/master/examples
-
Storing user input as array
https://crates.io/crates/rustyline - readline clone in Rust
-
Is there any way to communicate with a running binary in terminal?
https://github.com/kkawakam/rustyline (literally, input a command)
-
Version 1.5.0 released.
Also based on popular demand, the REPL tool now uses a slightly enhanced version of rustyline for line editing and history.
-
Where to find more thorough Rust docs
it is also worth checking if library contains examples. this one does.
-
Hey Rustaceans! Got an easy question? Ask here (45/2021)!
Maybe try reedline or rustyline and see if they meet your needs?
What are some alternatives?
When comparing xterm-readline and rustyline you can also consider the following projects:
termpair - View and control terminals from your browser with end-to-end encryption 🔒
linefeed - Configurable, extensible, interactive line reader
autocomplete - IDE-style autocomplete for your existing terminal & shell
rust-copperline - Pure-Rust Command Line Editing Library
marwood - An embeddable Scheme R7 Compiler & Runtime written in Rust
liner - A readline-like library in Rust.