Hacker News new | past | comments | ask | show | jobs | submit login

Network REPL, with autocomplete and history:

    rlwrap nc ....



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.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: