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

REPL up arrow support for last entry #205

Closed
gigasquid opened this issue Mar 1, 2015 · 2 comments
Closed

REPL up arrow support for last entry #205

gigasquid opened this issue Mar 1, 2015 · 2 comments

Comments

@gigasquid
Copy link
Contributor

When playing around in the REPL, I find it would be nice to hit the up arrow to repeat the line of whatever I last put in.

Thoughts about implementing? Fixed buffer of lines remembered?

@heyLu
Copy link
Member

heyLu commented Mar 1, 2015

You can do that by using rlwrap: rlwrap -a pixie-vm.

dust repl also uses rlwrap if you have it installed. (And because dust repl also works outside of projects I often use it for that. :))

@gigasquid
Copy link
Contributor Author

Nice! Thanks. My life has been improved :)

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

No branches or pull requests

2 participants