I found a useful Git one liner buried in leaked CIA developer docs
31–40 of 273 posts
Re: I found a useful Git one liner buried in leaked CIA developer docs
#32I 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
Maybe I'll try using small TUI too.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#33I assume CIA stands for Clean It All.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#34"ciaclean" is a nice touch. I assume CIA stands for Clean It All.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#35So 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
#36I 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
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" like buttons, bars, hotkeys, panes, etc.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#37I 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
#38Re: I found a useful Git one liner buried in leaked CIA developer docs
#39"ciaclean" is a nice touch. I assume CIA stands for Clean It All.
Re: I found a useful Git one liner buried in leaked CIA developer docs
#40Speaking of user friendliness of git UI. I am working on a revision control system that (ideally) should be as user friendly as Ctrl+S Ctrl+Z in most common cases. Spent almost a week on design docs, looking for feedback (so far it was very valuable, btw) https://replicated.wiki/blog/partII.html#navigating-the-hist...