bin/rlwrap-lisp @ b7c569c5f66b

Merge.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jul 2018 14:37:07 +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" \
       "$@"