bin/rlwrap-lisp @ 51ec87e1d131

Shit
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Feb 2018 20:08:57 +0000
parents 1cd90a0458e4
children 385a012ed003
#!/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" \
       "$@"