Ada Avery

Results 11 issues of Ada Avery

Tab complete should know about `shell-lambda` options and flags and offer completions accordingly.

SHCL needs tab complete.

help wanted

When running a shell command from Emacs (e.g. `M-!`), it would be handy if the lisp splice syntax (i.e. `,`) didn't evaluate the lisp form as Common Lisp in SHCL,...

Huh. I guess it’s a thing you can do...

We’ve got good support for exposing lisp code to shell. Let’s bridge the other way, too! Shell commands should be exposable as lisp functions!

Stumpwm's `exec` command builds a string for `/bin/sh` to eval. Stumpwm could just load SHCL and have SHCL do the eval.

Huh. I guess it’s a thing you can do...

SHCL can parse the input text and then colorize it.

Huh. I guess it’s a thing you can do...

SHCL depends on a small C library named libshclsupport. SHCL loads it with `cffi`. That's annoying. It would be way cooler if SHCL didn't depend on a special purpose shared...

This is a completely crazy idea that almost no one actually wants, but... Tools like find and xargs take in a command to run. Normally, you have to name a...

Huh. I guess it’s a thing you can do...

SHCL doesn't support any sort of signal handling. It should. This will be trickier than in your typical shell. SHCL doesn't fork for subshells. Since signals are delivered to a...

help wanted