DeCarabas / fwd

MIT License
6 stars 2 forks source link

Cursor does not follow current selection when new ports are added #4

Closed cirego closed 1 year ago

cirego commented 1 year ago

First of all, @DeCarabas, fwd is my new favorite utility. It's perfect when working with devspaces :)

I've noticed that, if I run tilt up, it's difficult for me to correctly select the tilt console port-forward due to other services / port-forwards being opened. For example, if I have this:

   Port  Description                                                                                                                                                                               
│>> 10350 tilt up

Sometimes, before I can hit enter, this happens:

   Port  Description                                                                                     
│>> 9080  tilt up                                                                                          
│   10350 tilt up

Which then opens the 9080 port instead. It would be nice if the cursor would stick with the current selection when new entries are added.

DeCarabas commented 1 year ago

Should be fixed in a3c4c3e...