bin/rlwrap-lisp @ c680a6865b3f

Different hack
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Jul 2018 21:41:51 +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" \
       "$@"