wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
45.41k stars 1.73k forks source link

Switch from gocui to tview #261

Open docwhat opened 4 years ago

docwhat commented 4 years ago

The gocui seems to be dead (no activity for 2 years) and is built on termbox-go which is unsupported now.

The new hotness seems to be tview which is built on tcell (I guess?)

Either way, I see problems with terminals, etc. and it seems like using a better terminal library would help.

wagoodman commented 4 years ago

I agree but haven't had any pressing issues that have forced me to refactor just yet (which, btw, would be a fairly large refactor). I have been tracking the effort of @mjarkk and others on https://github.com/awesome-gocui/gocui/pull/45 , an implementation of gocui on tcell. This would make the migration effort pretty simple when/if completed.