AlexNabokikh / tfsort

A CLI utility to sort Terraform variables and outputs
Apache License 2.0
138 stars 5 forks source link

Feature Request: Support piping stdout to tfsort #43

Open tthayer opened 8 months ago

tthayer commented 8 months ago

I would like to be able to run tfsort from within vim to sort my active buffer. This would would pass stdout to tfsort similarly to how you would pass in text from cat, for instance. example: cat someterraform.tf | tfsort

astephanh commented 4 months ago

me too