2025-08-07 11:33:36 -07:00
..
build switch out uiop 2024-06-30 17:03:37 -07:00
docs double nope 2025-06-30 06:35:40 -07:00
.gitignore Add 'lish/' from commit '51c83dfdcf' 2020-10-18 11:52:23 -07:00
args.lisp docstring edit 2025-07-04 03:17:04 -07:00
build.bat initial 2021-07-22 03:39:20 -07:00
build.sh allow the target to be the first argument 2023-05-14 12:50:27 -07:00
builtin.lisp make help optionally invoke doc on things it doesn't know about 2025-07-09 06:57:19 -07:00
commands.lisp rename get-command to find-command 2025-04-17 07:30:30 -07:00
complete.lisp rename get-command to find-command 2025-04-17 07:30:30 -07:00
COPYING improve lisp expression expansion and variable completion 2023-12-16 01:40:03 -08:00
expand.lisp fix so we can "cons (cons 1 2) (cons 3 4)" 2024-09-12 01:11:52 -07:00
install.sh fix to work running from a different directory 2025-03-29 15:50:37 -07:00
jobs.lisp fix bug when jobs -al and threads 2025-04-29 14:33:09 -07:00
LICENSE non-substantive 2022-05-13 21:40:20 -07:00
lish-config.asd switch off bordeaux-threads 2024-06-30 17:07:02 -07:00
lish-config.lisp switch off bordeaux-threads 2024-06-30 17:07:02 -07:00
lish-test.asd change license in asd files to spdx form 2021-05-16 03:57:43 -07:00
lish-test.lisp rename get-command to find-command 2025-04-17 07:30:30 -07:00
lish.asd switch off bordeaux-threads 2024-06-30 17:07:02 -07:00
lish.lisp fix bug with object piping and aliases 2025-07-06 10:04:00 -07:00
Makefile Add 'lish/' from commit '51c83dfdcf' 2020-10-18 11:52:23 -07:00
mine.lisp rename get-command to find-command 2025-04-17 07:30:30 -07:00
package.lisp export *lish-default-keymap* 2025-07-09 06:56:30 -07:00
piping.lisp stupid 2025-07-06 17:32:04 -07:00
prompt.lisp make it so we don't clear the screen on resize 2025-05-21 13:34:23 -07:00
reader.lisp incomplete pipe-both 2023-12-16 01:47:52 -08:00
README.md don't 2025-04-20 02:55:33 -07:00
run_lisp.sh maybe make non-sbcl work better 2023-01-01 12:50:19 -08:00
shell.lisp make help optionally invoke doc on things it doesn't know about 2025-07-09 06:57:19 -07:00
types.lisp fix to add protection from glob expanding for shell commands 2023-06-29 02:47:39 -07:00
vars.lisp switch off uiop 2024-06-30 17:06:49 -07:00
version.lisp bump 2025-08-07 11:33:36 -07:00

lish may someday be a Lisp shell.

If you really want to try it, have sbcl around, and:

git clone https://codeberg.org/nibbula/yew.git
cd yew/lish
sh ./build.sh
./lish

The help command may be of use.

Note that this depends on yew.