I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.
That sounds like a complete waste of time and tokens to me, what is the benefit? So each time you do something, you let Claude one shot a tui? This seems like a waste of compute and your time
I found a useful Git one liner buried in leaked CIA developer docs
11–20 of 273 posts
Re: I found a useful Git one liner buried in leaked CIA developer docs
#12I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.
That sounds like a complete waste of time and tokens to me, what is the benefit? So each time you do something, you let Claude one shot a tui? This seems like a waste of compute and your time
Re: I found a useful Git one liner buried in leaked CIA developer docs
#13The git plugin in oh-my-zsh has an alias for this: gbda It also has one for squash-merged branches: gbds Very useful I've been using them for years
That's handy! I just started using oh-my-zsh and I feel like I know about 4% of useful things it can do so far.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#14Re: I found a useful Git one liner buried in leaked CIA developer docs
#15I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.
That sounds like a complete waste of time and tokens to me, what is the benefit? So each time you do something, you let Claude one shot a tui? This seems like a waste of compute and your time
Re: I found a useful Git one liner buried in leaked CIA developer docs
#16So effectively "I just discovered xargs"? Not to disparage OP but there isn't anything particularly novel here.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#17Earlier quoted context omitted.
That sounds like a complete waste of time and tokens to me, what is the benefit? So each time you do something, you let Claude one shot a tui? This seems like a waste of compute and your time
yeah! they should focus on more productive pursuits, like telling people online what to do with their time and resources.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#18I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.
Did you open source that one? I was thinking of this exact same thing but wanted to think a little about how to share deps, i.e. if I do quick worktree to try a branch I don't wanna npm i that takes forever.
Also, if you share it with me, there's obviously no expectations, even it's a half backed vibecoded mess.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#19I currently have a TUI addiction. Each time I want something to be easier, I open claude-code and ask for a TUI. Now I have a git worktree manager where I can add/rebase/delete. As TUI library I use Textual which claude handles quite well, especially as it can test-run quite some Python code.