×
rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command.
rlwrap runs the specified command, intercepting user input in order to provide readline's line editing, persistent history and completion.
rlwrap provides a nicer repl outside of SLIME for implementations that don't have a user-friendly REPL on the terminal, such as SBCL (but unlike CLISP).
WHAT IT IS. rlwrap is a readline wrapper, a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command.
Readline wrapper: adds readline support to tools that lack it. https://github.com/hanslub42/rlwrap. License: GPL-2.0-or-later.
他の人はこちらも検索
2021/03/30 · today I show how you can take broken interactive prompting programs and "fix" them by giving them a readline wrapper! playlist: ...
関連する質問
rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command.

Instructions

1
To install rlwrap, run the following command in macOS terminal (Applications->Utilities->Terminal) sudo port install rlwrap Copy.
2
To see what files were installed by rlwrap, run: port contents rlwrap Copy.
3
To later upgrade rlwrap, run: sudo port selfupdate && sudo port upgrade rlwrap Copy.

Installing rlwrap on Amazon linux

1
64-bit processor. [naveen:~]$ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/r/rlwrap-0.42-1.el7.x86_64.rpm.
2
32-bit processor. [naveen:~]$ wget http://dl.fedoraproject.org/pub/epel/6/i386/Packages/r/rlwrap-0.42-1.el6.i686.rpm.
3
64-bit processor. ...
4
32-bit processor.
It writes data to files, it may be used to do privileged writes or write files outside a restricted file system. This adds timestamps to the output file.
2018/12/12 · Two days back, I got to learn about a command line program called rlwrap - short for readline wrapper. This is the kind of software that I ...
2008/01/09 · The rlwrap (readline wrapper) utility provides a command history and editing of keyboard input for any other command. This is a really handy ...