Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readline/rlwrap like ability in Erg REPL #461

Open
James4Ever0 opened this issue Sep 29, 2023 · 1 comment
Open

Readline/rlwrap like ability in Erg REPL #461

James4Ever0 opened this issue Sep 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@James4Ever0
Copy link

Currently I use this script under /usr/bin/ergi on Linux to make it work:

#!/bin/bash
rlwrap erg $@

Can we make it builtin?

@James4Ever0 James4Ever0 added the enhancement New feature or request label Sep 29, 2023
@mtshiba
Copy link
Member

mtshiba commented Oct 4, 2023

There is a build option full-repl which enables the history feature and cursor movement.

cargo install erg --features full-repl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants