the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: rlwrap
Version: 0.32
Revision: 1
Source: http://utopia.knoware.nl/~hlub/%n/%n-%v.tar.gz
Source-MD5: 441282a9a65c1d516c1c9a6821184539
Depends: readline5-shlibs, libncurses5-shlibs
BuildDepends: readline5, libncurses5
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO
License: GPL
Description: Allows editing keyboard input for any command
DescDetail: <<
rlwrap is a 'readline wrapper', a small utility that uses the GNU readline
library to allow the editing of keyboard input for any other command.
Input history is remembered across invocations, separately for each command.
History completion and search work as in bash and completion word lists can
be specified on the command line.
<<
DescUsage: <<
Here is an example of using rlwrap with the spidermonkey javascript engine:
fink install rlwrap spidermonkey
rlwrap -r -a Password: -p '0;33' js
print ('hello')
1+2
Ctrl-D
cat ~/.js_history
<<
Homepage: http://utopia.knoware.nl/~hlub/rlwrap/
Maintainer: Kurt Schwehr