$ replify echo
Initialized REPL for [echo]
echo> "Hello, World!"
Hello, World!
echo> "It works!"
It works!
$ replify git
Initialized REPL for [git]
git> init
Initialized empty Git repository in /your/directory/here/.git/
git> remote add origin https://your-url/repo.git
git> checkout -b new-branch
Switched to a new branch 'new-branch'
git> push
@nwoeanhinnogaehr ah, that's what I meant. I'm not sure why I said
readline
, that doesn't even exist (as a binary on the PATH) for me. You will have to installrlwrap
as well, though (at least, I do).