Results 73 comments of William G Hatch

Or better stated, it is easy to make a custom pipeline operator macro that supports multiple values, but that wouldn't bring support to every operator. Are there compelling reasons you...

I'm afraid it's another case of glob expansion. The `*` and `?` characters turn on glob expansion, which doesn't match anything and returns an empty list for the middle argument,...

@kisaragi-hiu Erroring when a glob matches nothing is probably the best behavior. The docs promise some backwards compatability at this point, so maybe that will have to be an option...

I'm sorry, I thought I had replied to this. There isn't actually a repository for Rash 2 right now. Rash 2 is really just a list of things that I'm...

I'm not sure what you mean by “tab completion for external programs”. Do you mean completion for the name of a program, or custom completion for flags and such dependent...

Ok, I've just pushed a commit that adds optional command completion, and I'm going to explain how to turn it on here. The default completion from now until I replace...

On Thu, Jun 27, 2019 at 02:58:16AM -0700, Ricardo Correa wrote: >Hi @willghatch, have you had time to improve this since the last message? Rash looks awesome but (to me)...

Are you suggesting that the default prompt should change the terminal title bar to include the current directory? If so, I'm interested. The most difficult part about this is that...

Also I'll note that if you don't pass those keyword arguments on to `old-prompt` you will have a degraded experience, particularly when running Racket code (top level s-expressions or pipelines...

I'm glad you are interested! * I do plan to have standard interfaces to things eventually, but aside from core language infrastructure there are a lot of things that I...