SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
318 stars 17 forks source link

Tab complete should "just work" for builtin commands #23

Open SquircleSpace opened 5 years ago

SquircleSpace commented 5 years ago

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

qwertystop commented 5 years ago

I am interested in this project and would like to help, but have effectively no experience with Common Lisp beyond working through two books (Gentle Introduction to Symbolic Computation and Practical Common Lisp). This issue seems (from a naive view) to potentially be a good place to start (fairly well-defined and of limited scope). Would you agree with that, or would you recommend I start on a different issue?

dmb2 commented 5 years ago

@qwertystop I agree, from a programming point of view this should be straightforward. It might be hard to figure out where the appropriate hooks are in the codebase, so chime in here if you need help!