idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

Collapsing all modules #14

Closed jimmy3142 closed 1 year ago

jimmy3142 commented 1 year ago

Is is possible to collapse all modules?

cedric-tw commented 1 year ago

This would be great, or at least have a flag to collapse all modules by default, or only extend modules if they contain other modules to show the nesting. So many options 😉

idoavrah commented 1 year ago

image

idoavrah commented 1 year ago

I added a collapse option. Simply select a number between 1 and 9 (or 0 to show it all).

Just update to v0.4

cedricbastin commented 1 year ago

❤️ this is such a neater implementation than a CLI argument, thanks a lot!!

jimmy3142 commented 1 year ago

I agree, great implementation! Thanks