bin/rlwrap-lisp @ 4f28fbfd7d63 default tip

More
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Apr 2024 09:20:04 -0400
parents 5233df61134b
children (none)
#!/usr/bin/env bash

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