ostreedev / ostree

Operating system and container binary deployment and upgrades
https://ostreedev.github.io/ostree/
Other
1.26k stars 291 forks source link

Add an OSTree visualiser #1751

Open pwithnall opened 5 years ago

pwithnall commented 5 years ago

It would be cool if there was a tool for visualising an OSTree repository, showing the connections between commits and refs; and showing which pairs of commits static deltas are available between.

This could probably quite easily be written as a script which generates a GraphViz script and hands it off to GraphViz for rendering.

I haven’t done any work on this, and I won’t have time to, but I thought I should file a bug so the idea was out there.

dustymabe commented 5 years ago

:+1: I would love a TUI for browsing an ostree repo, like tig for browsing git repos