Replies: 2 comments 1 reply
-
|
I like the idea. How would you approach it technically? It seems like there are not many TUI frameworks available for nodejs. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Instead of creating a new one from the ground up, I recommend just supporting existing libraries, like atac |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background & Motivation
As a developer who spends most of my time in vim/neovim, I rarely want to leave my terminal environment. Tools like
lazygithave shown how powerful terminal-based interactive interfaces can be - they provide the speed and keyboard-driven workflow of CLI tools while maintaining the discoverability and visual feedback of GUI applications.Currently, most API clients (Postman, Insomnia, etc.) are desktop applications, and while Bruno's desktop app is excellent, it requires running an Electron app with its associated resource overhead. Bruno's CLI is great for automation and CI/CD, but lacks the interactive exploration capabilities needed during active development.
Proposal: Bruno TUI
I'd like to propose building a Terminal User Interface for Bruno that would:
Use Cases
Core Features (MVP)
Technical Approach
Questions for the Team
Beta Was this translation helpful? Give feedback.
All reactions