wagoodman / dive

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

Start interactive mode with closed tree #322

Closed tpetry closed 4 years ago

tpetry commented 4 years ago

A cli option to start the tree with all leaves closed would be really usefull. If you want to get a feeling for where the most storage is spent and what must be optimized it's easier to search with a breadth-first (leaves closed) instead of deep-first (all leaves open) setting.

tpetry commented 4 years ago

There is already a key combination within the terminal application