Hacker News new | ask | show | jobs
by runejuhl 4823 days ago
It should be noted that rlwrap works on all programs that use readline. I've used it when starting out with programming in SML and getting annoyed at the missing arrow-up command history.
1 comments

Actually, rlwrap works well with all line-reading programs that DON'T use the readline library, and not so well with some that do. Like the python debugger. :(
Hm. You're right. Next time I'll read a bit further in the man page.