bin/rlwrap-lisp @ 2b6e7849cfce

Make urlendecode into real scripts
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Oct 2018 10:02:46 -0700
parents 385a012ed003
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" \
       "$@"