bin/rlwrap-lisp @ b9806066f2a9

Everything is broken all the time
author Steve Losh <steve@stevelosh.com>
date Thu, 02 Jan 2020 15:13:18 -0500
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" \
       "$@"