powerline-go
A beautiful and useful low-latency prompt for your shell, written in go (by justjanne)
terraform-docs
Generate documentation from Terraform modules in various output formats (by terraform-docs)
| powerline-go | terraform-docs | |
|---|---|---|
| 3 | 37 | |
| 2,882 | 4,784 | |
| 0.1% | 0.4% | |
| 3.6 | 6.3 | |
| 5 months ago | 2 days ago | |
| Go | Go | |
| GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
powerline-go
Posts with mentions or reviews of powerline-go.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-04.
-
DevOps Environment on MacOS
https://github.com/justjanne/powerline-go https://formulae.brew.sh/formula/powerline-go
-
Faster Bash Startup
It's amazing how slow shell prompts can be when you enable just a few addons. It can easily take a few seconds to show a prompt.
I've had good results with https://github.com/justjanne/powerline-go in the past.
-
What is this feature called?
This is my goto: https://github.com/justjanne/powerline-go
terraform-docs
Posts with mentions or reviews of terraform-docs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-05-27.
-
Your Terraform estate documents itself now: meet iac-cartographer
Extraction. For each repo it shallow-clones and runs terraform-docs to pull out providers, modules, resources, and variables, plus a small HCL parser to recover the bits terraform-docs drops (like provider source in JSON output).
-
Managing Terraform Modules with Nx Monorepo
terraform-docs - Automated documentation generation
-
Top Terraform/OpenTofu tools to Use in 2025
Link: https://terraform-docs.io
-
Terraform Cookbook: Development Environment Recipe
terraform-docs: tool for generating module documentation
-
Terraform-docs: Automatize sua Documentação de Infraestrutura como Código
# Para MacOS brew install terraform-docs # Para Linux curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/latest/download/terraform-docs-v0.16.0-linux-amd64.tar.gz tar -xzf terraform-docs.tar.gz chmod +x ./terraform-docs mv ./terraform-docs /usr/local/bin/
-
Managing Infrastructure as Code (IaC) With Terraform
Documentation is really important, so having a README.md file inside your Terraform repository that explains how to use the automation (including descriptions of variables and outputs) really help in understanding what has been implemented. To easily generate the description of variables and outputs, you can leverage tfdocs.
-
Top Terraform Tools to Know in 2024
Terraform-docs is a tool that automatically generates documentation from Terraform modules in various output formats, including markdown, JSON, and others. It's particularly useful for maintaining up-to-date documentation of your Terraform modules' inputs, outputs, providers, and resources.
-
GitHub Actions - Automated Terraform-docs
Earlier this year I wrote about the challenges I faced creating a Terraform module. I mentioned then that I was leveraging terraform-docs and GitHub Actions to automate documentation, but a full workflow walkthrough was out of that post's scope.
- Automating Terraform Documentation with Terraform-Docs and Azure DevOps
-
How to understand existing code?
I'm going to have to figure out how to run terraform-docs.io against each module. I have zero terraform experience.
What are some alternatives?
When comparing powerline-go and terraform-docs you can also consider the following projects:
powerline-shell - A beautiful and useful prompt for your shell
pre-commit-hooks - Some out-of-the-box hooks for pre-commit
virtualgo - Virtualgo: Easy and powerful workspace based development for go
tflint - A Pluggable Terraform Linter
ggg - Good Git Getter is a simple git "clone" assistant featuring recursive subdirectory creation and updating the users CWD after getting the code
pre-commit-terraform - pre-commit git hooks to take care of Terraform configurations 🇺🇦