Ben Sadeh

Results 28 comments of Ben Sadeh

This is something I'd like to add, but as far as I understand [this issue](https://github.com/golang/go/issues/44469) is currently blocking it. Since `clx` is the binary name (as opposed to `circumflex`), `go...

I am not sure what you mean by settle on either `clx` or `circumflex` as the binary name. `clx` is the binary name for running `circumflex` (same as `rg` is...

I've posted and pinned #37 which I hope can be a good workaround for users looking for simple ways to install `circumflex` until we can use `go install`.

@krmbzds Great! :) Hope in the future that installing `circumlex` will be easier and simpler.

Hello there! I'm glad you opened this issue, because this is something I've been thinking about adding for a long time. I agree that giving the user the option to...

Thanks again for the feedback. I decided to move away from custom colors altogether, and now I am only using colors from within the first 16 set by the users...

Thank you for the kind words and for the suggestions 🙏 I think that allowing the colors to be customized is great for use cases like you bring up. Then...

The formatting does indeed work as I expect without the OSC 8 type sequence, and I understand that implementing support for this is non-trivial. My hope with raising this issue...

It's true that a hard-break wouldn't solve my problem directly (it's more of a quick fix at the moment). I am fairly new to golang and formatting text in the...

Wow, that was quick! Thank you so much. The pull request is good for me for now. I need to do some more testing to make sure it fits the...