feat: termui push/pull bridge
It should be possible to push/pull the configured bridges from the termui interface. Or at least Ctrl-Z to background the termui.
It's the two things I use in my workflow: web and termui.
I would like to start working on this. Any tips on how to proceed with this?
Hey, thanks for looking into that. Here is the rundown (once #263 is merged):
- in the termui, look at how the normal push/pull is done, you will have to do something quite similar
- for now, only wire the default bridge, we will deal with multiple bridges later
- once you have loaded the default bridge with
bridge.DefaultBridge(...), you will get theImportAllandExportAllfunctions. Those functions will return you a channel of events. You'll need to filter and format those events into something that make sense for the termui. Look at the CLI commands for an example.
Thanks for the heads up. I'm trying the load the default bridge as you said.
@kumaran-14 did you get anywhere?
@bqv did you get anywhere? considering you never got a reply
nope