lish
lish copied to clipboard
Lisp Shell
Hello! First of all, thanks a lot for this project, seems really interesting, I'm a contributor to Lem https://github.com/lem-project/lem and recently there were a discussion about a proper shell integration...
Hello, this is a wonderful project! I was thinking that it could be great to try to implement some of CLIM interface (presentations). Like, let's say I list files using...
Piping into `more` or `less` does not seem to work as expected. ``` $ less lish.lisp ``` displays pages as in Bash, but ``` $ cat lish.lisp | less ```...