π§ git-scope β A TUI for managing multiple git repositories (built with Bubble Tea) #1558
Bharath-code
started this conversation in
Show and tell
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.
-
Hey everyone!
Iβve been experimenting with Bubble Tea recently and ended up building a small tool called git-scope to help with a workflow problem I kept running into β managing dozens of local git repos across side projects, experiments, and config folders.
Instead of manually jumping between folders and running git status repeatedly, git-scope shows all your repos in a single TUI:
Bubble Tea made this a really fun build β the state handling and update loop model fit naturally with how I wanted to architect the UI.
If anyone here has suggestions on:
β¦Iβd love to learn from the community.
Repo: https://github.com/Bharath-code/git-scope
Demo GIF: https://github.com/Bharath-code/git-scope/raw/main/docs/git-scope-demo-1.webp
Thanks to the Charm team for creating such an enjoyable framework β this was one of the most pleasant dev tool projects Iβve worked on.
Beta Was this translation helpful? Give feedback.
All reactions