Vibe Kanban TUI #3413
domjancik
started this conversation in
Show and tell
Vibe Kanban TUI
#3413
Replies: 0 comments
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.
I've embedded vibe kanban heavily in my workflows for both work and personal projects.
While the web interface is quite functional, I have felt like I'm going a bit backwards in being able to control what I need from the terminal and almost exclusively rely on keyboard shortcuts.
So, I've created the Vibe Kanban TUI (with Vibe Kanban of course) :)
It's currently in a prototype phase but already quite usable.
Here's an overview of the current state: https://youtu.be/2r2mWHaFcL0?si=G1Jb3FzXbBumu5Hv
And the relevant fork if you'd like to try it yourself
https://github.com/domjancik/vibe-kanban/tree/vk/cead-design-an-altern
Steps to run:
VK_TUI_BASE_URL=<VIBE_KANBAN_API_URL> cargo run -p tuiWhere VIBE_KANBAN_API_URL will be something like http://127.0.0.1:57319 dependening on the port you've started the server at.
Let me know if you're interested in this project, whether you think this should be rolled into vibe kanban itself or ran as a separate project.
Personally I'd love to see it as an alternative UI in the npx command.
All reactions