I found a useful Git one liner buried in leaked CIA developer docs
51–60 of 273 posts
Re: I found a useful Git one liner buried in leaked CIA developer docs
#52So effectively "I just discovered xargs"? Not to disparage OP but there isn't anything particularly novel here.
People really do need to read the “Unix Power Tools” book and realize their problem has been solved for decades.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#53I 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.
Can you explain TUI? I have never heard this before
Re: I found a useful Git one liner buried in leaked CIA developer docs
#54Re: I found a useful Git one liner buried in leaked CIA developer docs
#55Earlier quoted context omitted.
Eg: lazygit https://github.com/jesseduffield/lazygit?tab=readme-ov-file#... https://github.com/sxyazi/yazi https://github.com/darrenburns/posting or I guess Vim would be a prominent example. Peoples definitions will be on a gradient, but its somewhere between CLI (type into a terminal to use) and GUI (use your mouse in a windowing system), TUI runs in your terminal like a CLI but probably supports "graphical widgets"…
So the acronym is for Terrible User Interface? ;)
Re: I found a useful Git one liner buried in leaked CIA developer docs
#56I 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.
how do you trust the code claude wrote? don't you get anxiety "what if there's an error in tui code and it would mess up my git repo"?
Re: I found a useful Git one liner buried in leaked CIA developer docs
#57I 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.
If nothing else maybe for inspiration
Re: I found a useful Git one liner buried in leaked CIA developer docs
#58Re: I found a useful Git one liner buried in leaked CIA developer docs
#59Re: I found a useful Git one liner buried in leaked CIA developer docs
#60Earlier quoted context omitted.
Can you explain TUI? I have never heard this before
[flagged]