wader / fq

jq for binary formats - tool, language and decoders for working with binary and text formats
Other
9.53k stars 218 forks source link

readline upgrade #940

Closed slingamn closed 1 month ago

slingamn commented 1 month ago

I just tagged a new release candidate:

https://github.com/ergochat/readline/releases/tag/v0.1.1-rc2

It has the zos patch and also adds support for the home and end keys. I'm dogfooding it in ircdog (pun not intended) but I want to get your eyes on it as well before it gets a production tag :-)

wader commented 1 month ago

Tried it out a bit locally and seem to work fine 👍

I noticed another unrelated thing: opt+left/right to jump word works in bash/zsh on my macbook but not with egochat/readline. has it worked before? would be nice to support

slingamn commented 1 month ago

Opened https://github.com/ergochat/readline/issues/59 for this

slingamn commented 1 month ago

Thanks, I went ahead and tagged https://github.com/ergochat/readline/releases/tag/v0.1.1 (it's the same code as rc2)

wader commented 1 month ago

Great, the bump config at https://github.com/wader/fq/blob/master/go.mod#L19-L22 should pick it up later today

wader commented 1 month ago

Closed by #942