Created
October 9, 2011 21:20
-
-
Save jwilkins/1274200 to your computer and use it in GitHub Desktop.
rlwrap for node
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#http://blog.doteight.com/2011/01/16/rlwrap-and-node.html | |
#http://utopia.knoware.nl/~hlub/rlwrap/rlwrap.html | |
alias node='env NODE_NO_READLINE=1 rlwrap -p Green -S "node >>> " node' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this. I had to use
-pgreen
for me to work, though (with rlwrap 0.41).