Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
halfwhey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
halfwhey
5mo ago
Might be a dumb question but do you have to read the files in the same order in new sessions to ensure the correct prefix for the cache?
2.
▲
by
halfwhey
5mo ago
My two favorite tmux QoL improvements are enabling seamless navigation between neovim and tmux (there are many plugins but i use this one https://github.com/aserowy/tmux.nvim ) and extrakto which lets you fuzzy select a
3.
▲
by
halfwhey
5mo ago
The extra stuff is that you can automate interactions with Claude Code sessions using a CLI (which just tmux send-keys under the hood), an HTTP server, and ACP server (so you can embed claude code in other IDEs), and typescript library. So
4.
▲
by
halfwhey
5mo ago
Not everyone has tmux. I default to tmux if you have it and fallback to xterm.js
5.
▲
by
halfwhey
5mo ago
Some people open a claude code session and just talk with it. And some use hooks, custom commands, agent-teams..and so on. You can definitely be a power user. But I’m sure whether that translates to actual “power” is up for debate.
6.
▲
by
halfwhey
5mo ago
MIT License added
7.
▲
by
halfwhey
5mo ago
Fixed
8.
▲
by
halfwhey
5mo ago
That's a good point, I'll look into tackling this soon
9.
▲
by
halfwhey
5mo ago
This is my interpretation as well, Anthropic wants to be in full control of the connection between the client and their servers, and that's compatible with what I'm trying to do.
10.
▲
by
halfwhey
5mo ago
Codex and Gemini have ACP servers already: https://github.com/zed-industries/codex-acp https://geminicli.com/docs/cli/acp-mode/ In fact Codex, in OpenAI fashion, have their own protocol
11.
▲
Show HN: Claudraband – Claude Code for the Power User
(github.com)
120 points
by
halfwhey
5mo ago
|
44 comments
12.
▲
by
halfwhey
5mo ago
That’s neat I was working on a skill for this exact purpose: https://github.com/halfwhey/skills/tree/master/plugins/tmux Two use cases I use this for is debugging with GDB/PDB and giving me wal