bin/rlwrap-lisp @ 385a012ed003

Dump
author Steve Losh <steve@stevelosh.com>
date Sat, 05 May 2018 16:17:54 -0400
parents 1cd90a0458e4
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" \
       "$@"