bin/rlwrap-lisp @ cf4104b3764e

Mute, exchange, more
author Steve Losh <steve@stevelosh.com>
date Wed, 15 Aug 2018 04:51:16 +0000
parents 385a012ed003
children 8286e61c3b01
#!/usr/bin/env bash

rlwrap -m$ \
       --multi-line-ext .lisp \
       -a___ \
       --only-cook '^\[[a-zA-Z ]+\] [-a-zA-Z0-9._]+>' \
       -pBLUE \
       --quote-characters '"' \
       --histsize 1000 \
       --history-filename "$HOME/.rlwrap-lisp-history" \
       "$@"