kitproj / kit

Kit makes your dev loop crazy fast
48 stars 2 forks source link

User interface #54

Open alexec opened 4 months ago

alexec commented 4 months ago

I would like a user interface to make debugging failures easy:

alexec commented 3 months ago

Just hacked a PoC together. UI needs the following

agilgur5 commented 3 months ago

As an alternative to a browser-based UI, I might suggest a terminal-based UI, like k9s or lazydocker, using gocui, tview, or similar tools.

That would also fit nicely within Kit's existing UX

agilgur5 commented 3 months ago

Discovered mprocs, which is basically what I suggested above