MySpace

Happily Striding On Random and Not-So-Random Thoughts
Please read this before you post a comment.

Yasuro



Last Updated: 11/16/2009

Send Message
Instant Message
Email to a Friend
Subscribe

Gender: Male
Status: Single
Age: 44
Sign: Leo

City: SEATTLE
State: Washington
Country: US
Signup Date: 10/2/2004
Friday, October 30, 2009 

Category: Web, HTML, Tech
GNU readline library enables command history and command-line keyboard editing. It adds tremendous usability. It is used in bash and many other command-line programs.

However, not all command-line programs come with readline. What should you do when you crave for the good ol' readline functionality?

Enter rlwrap. It gives instant readline functionality to any command-line program. Suppose you have an interactive command cmd, by invoking the following:
> rlwrap cmd
you can interact with cmd as if it has a built-in readline support.

On Windows, you cannot currently install it from the Cygwin installer, unfortunately. But if you already have basic tools of Cygwin, compiling and installing rlwrap from the source code is a cynch.