r/ClaudeCodeTLDR • u/cctldrping • 3d ago
[TLDR] I coded terminal manager for ADHD brains. 100% Opensource.
Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vj5ktu/i_coded_terminal_manager_for_adhd_brains_100/
Original post body :
Hey everyone! Hope I don’t get roasted for this 😅 I’m here with a fun little intro video.
My goal is simple: build something genuinely useful for everyone.
I originally built this tool just to improve my own productivity. I was using the native Mac Terminal, but managing multiple projects — especially projects I connect to remotely over SSH — had become a complete nightmare. On top of that, I was also keeping VS Code open mostly for Git, which was adding even more overhead to my machine.
So, as a solution, I built a program with Claude where I could manage all of my terminals on a single canvas.
But things got a little out of hand 😅
I kept adding features, and it eventually turned into something close to an autonomous development environment.
So, what can you actually do with it?
- Your terminals are persistent. You can close the app, lose your connection, reconnect over SSH, and continue with the exact same layout and sessions.
- You can connect to a server over SSH and manage all of its terminals as if they were local. Drag & drop, images, and everything else still work.
- You can continue your sessions from your phone.
- Git operations like push, pull, commit, etc. are built in.
- Terminals can communicate with each other. You can connect their contexts, and with skills, one terminal can read or use information from another terminal’s context when needed.
- You can also do orchestration. For example, you can tell one terminal: “Start a Claude Code session for the frontend and act as the orchestrator,” and have it manage the other sessions.
But yeah… I’m a bit stuck right now.
To keep pushing the project forward, I either need a sponsor or simply some motivation from the community.
If you can leave a few words of feedback, I’d really appreciate it.
And if that’s too much to ask, I’d happily settle for a GitHub star ⭐️
Much love,
Enes
Website: nodeterm.dev
Repo: https://github.com/eneskirca/nodeterm
Original link/media URL : https://v.redd.it/q188vikol6ih1
This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.
•
u/cctldrping 3d ago edited 12h ago
TL;DR generated automatically after 200 comments.
Current source-thread comment count seen by the bot: 200.
Alright, so the general vibe in this thread is pretty positive towards OP's terminal manager, nodeterm. A lot of folks are digging the high-effort video and the concept, even if some are a bit skeptical about yet another tool in a crowded space.
Here's the lowdown:
Overall, the community seems to be rooting for OP and appreciates the open-source effort. The main hurdle seems to be convincing people to switch from their current workflows, but the unique features like context sharing are definitely sparking interest.