          MODULE=rlwrap
         VERSION=0.48
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://github.com/hanslub42/rlwrap/releases/download/v$VERSION/
      SOURCE_VFY=sha256:cdf69074a216a8284574dddd145dd046c904ad5330a616e0eed53c9043f2ecbc
        WEB_SITE=https://github.com/hanslub42/rlwrap
         ENTERED=20150713
         UPDATED=20251201
           SHORT="Adds readline-style editing and history to programs"

cat << EOF
rlwrap is a wrapper that uses the GNU readline library to allow the editing of
keyboard input for any other command. Input history is kept between invocations,
separately for each command; history completion and search work as in bash and
completion word lists can be specified on the command line.
EOF
