If you're like me, when developing terraform code, you often switch to your browser and then google "terraform aws provider" or "terraform github provider" to browse available resources, their documentation, versions etc. I hated that workflow and decided to fix it by creating a TUI that interacts with OpenTofu registry API (still compatible with Terraform). Now whether you are a VIM, VSCode or IntelliJ user, you can use the terminal that's always nearby to look up exactly what you need.
Any feedback and suggestions are appreciated, while I was content enough with the current state to release it as 1.0, I'm sure there's more this tool could do :)
baobun•5h ago
Neat, thanks for sharing!
Minor feedback: rebinding "logs" from "l" would leave the door open for "vim navigation" (hjkl) without conflicting with defaults.
DJetelina•7h ago
GitHub: https://github.com/djetelina/tofuref
PyPi: https://pypi.org/project/tofuref/
Any feedback and suggestions are appreciated, while I was content enough with the current state to release it as 1.0, I'm sure there's more this tool could do :)
baobun•5h ago
Minor feedback: rebinding "logs" from "l" would leave the door open for "vim navigation" (hjkl) without conflicting with defaults.