bin/rlwrap-lisp @ d9ee2c4aa85b

More shell scripts, etc
author Steve Losh <steve@stevelosh.com>
date Sun, 26 Jan 2020 17:32:44 -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" \
       "$@"