I use the awesome PatrickF1/fzf.fish, and was curious if (something like) that would be possible with JLine3?
This could be kinda cool for my https://docs.enola.dev/use/chat/.
I don't suppose there already is a built in one Widget for this? 😆 If not, is this crazy hard, or reasonably simple to build?
Might there be a way to re-use junegunn/fzf which PatrickF1/fzf.fish is built upon? So I guess you would write a custom Widget which would "shell out" to exec FZF? But will this work Terminal integration wise? I'm asking because of enola-dev/enola#1368... (which is likely NOT a JLine3 related issue, but related to how https://github.com/vorburger/ch.vorburger.exec/ redirects output; but I'm still a bit fuzzy about some of this stuff).
I use the awesome PatrickF1/fzf.fish, and was curious if (something like) that would be possible with JLine3?
This could be kinda cool for my https://docs.enola.dev/use/chat/.
I don't suppose there already is a built in one Widget for this? 😆 If not, is this crazy hard, or reasonably simple to build?
Might there be a way to re-use junegunn/fzf which PatrickF1/fzf.fish is built upon? So I guess you would write a custom Widget which would "shell out" to
execFZF? But will this work Terminal integration wise? I'm asking because of enola-dev/enola#1368... (which is likely NOT a JLine3 related issue, but related to how https://github.com/vorburger/ch.vorburger.exec/ redirects output; but I'm still a bit fuzzy about some of this stuff).