Integration with `binsider`
Thank @orhun , I think current integration is a good start too, but we need to do some improvements :) I'm going to create a draft PR in binsider for your review (it should make the external API nicer to integrate)
It's sad that it's impossible to integrate BugStalker TUI into binsider now.
And what do you think about the idea of trying to integrate the bs console into binsider? Maybe you know some examples of integrating a text terminal into tui applications?
btw I've been on a little trip and now I'll have more time to work on this integration and help with the development of binsider
I'm going to create a draft PR in binsider for your review (it should make the external API nicer to integrate)
Just left a comment there, the rationale for the changes weren't quite clear to me.
It's sad that it's impossible to integrate BugStalker TUI into binsider now.
I don't think it is impossible, it is just a bit of work.
And what do you think about the idea of trying to integrate the bs console into binsider? Maybe you know some examples of integrating a text terminal into tui applications?
Yup, I think in the worst case we can spawn a terminal inside the TUI (using tui-term). However, I need to look into the API of BugStalker first to make sure, do you have any API usage examples & other apps depending on BugStalker for now?
I will look into this and try to integrate something (on stream, probably).
No, there is no other apps that using bs. As example i can only show this function https://github.com/godzie44/BugStalker/blob/master/src/ui/console/mod.rs#L376.
Unfortunately, this also all looks complicated :(