DEV Community

David Jetelina
David Jetelina

Posted on

tofuref - TUI for OpenTofu (terraform) provider registry

Hello DEV community!

I created a terminal UI for OpenTofu provider registry. If you're working with Terraform/Tofu, you know how annoying it can be to switch to browser, google e.g. "terraform kubernetes deployment" or "terraform aws" and filtering to see which resource might be the one you're looking for. If you're anything like me, opening the terminal and browsing the documentation there is so much easier.

tofuref screenshot

Some features that have been added since 1.0.0:

  • Favorite & recent items
  • Caching
  • Configuration support (mostly theming :) )
  • VIM keybindings
  • Table of Contents for navigating longer pages
  • Copying codeblocks

If you're thinking: Well we're still using Terraform, not OpenTofu... Don't worry, the content is (almost) the same. At this point in time anyway :).

I'd love to hear your thoughts and most importantly feature suggestions!

GitHub page: https://github.com/djetelina/tofuref

Top comments (0)