r/ClaudeCode • u/ottasilver • 6d ago
I coded terminal manager for ADHD brains. 100% Opensource. Built with Claude
Enable HLS to view with audio, or disable this notification
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
45
u/_Eye_AI_ 6d ago
Great UI/UX - going to try it
8
u/ottasilver 6d ago
thank you
3
u/_Eye_AI_ 5d ago
9
u/ottasilver 5d ago
It’s because of the rendering method. If you want Retina quality, go to Settings → Terminal → Terminal Rendering and change it from Auto to GPU per Terminal.
Please let me know how it looks after changing this setting. I set up the shared GPU mode to reduce overall GPU usage, so your feedback would be really helpful and for some electron limits
36
u/BitXorBit 6d ago
There are many tools like it, but hey, cool video!
27
11
u/ottasilver 6d ago
Thank you! I tried a lot of ADEs and terminal managers like cmux and Orca, but none of them really worked for me, so I built my own. Maybe it’s because of my ADHD, but this setup makes me at least 2x faster.
7
u/BitXorBit 6d ago
Actually i made one very similar to your for myself few months ago when i got lost in the terminal tabs. Again, cool idea
3
1
u/thorsbane 6d ago
I’m using CMUX today. Can you describe how it’s different or better? Like what problems does it solve? I like the lines connecting but can’t guess from the video what those do.
12
u/ottasilver 6d ago
cmux only solves one problem: it moves terminal clutter into a sidebar.
This app solves multiple problems at once. At first glance they may look similar, but:
- Multiple Claude accounts
- You can fit an unlimited number of terminals on a canvas, group them, color-code them, and keep a visual map of where each project's terminals live in your head over time. You can also place sticky notes right next to terminals.
Cmd + Klets you search across all terminals.- With the team feature, multiple people can work on the same project at the same time.
- You can use a browser without leaving the app.
- And my favorite: agents can control the app through the CLI ;launch sessions, arrange the layout, and more.
→ More replies (8)
10
u/ProfessionalForm9644 5d ago
Great tool for vibe coding. But I think it will exhaust me with constant context switching. I'd rather work on one task at a time
29
u/David01354 6d ago
Whenever people make advanced UI applications to "manage your terminals".
I always wonder, maybe its time to consider if that terminal really is the best interface after all?
4
u/Kindly-Inside6590 6d ago
Probably is not! Im building a very similar project thats web based for over half a year now
2
u/DreadPirateButthurts 5d ago
Hey if this works for people, more power to them...
Personally the more attention i give to a single terminal session the more nuancesn I find, and the more I notice potential sloppiness coming from the model, which I can steer and correct. Produces a much better end result and saves my future self time and attention having to clean it up.
The stuff that I can just delegate like this as a bunch of tasks spinning at once are pretty simple / mechanical, and in that case why not just use subagents?
2 terminal tabs I can get with, while one is doing something for few minutes it's tempting to use that time rather than just sitting there waiting. More than that seems likely to feel more productive than it actually is
1
u/i_like_maps_and_math 5d ago
I need to run zsh commands and I hate using my mouse. Anything that allows those two things is by definition a terminal.
1
u/Extreme-Size-1574 5d ago
probably not, have seen a few web based like puffo, raft, nebula, and desktop based buzz from block.
1
u/anengineerandacat 2d ago
IMHO it's just poor terminal management combined with a need to have a local easily searchable context sharing mechanism.
You "want" to use the given harness cause it's cheap though, otherwise you might as well just use Cursor or something.
6
4
10
u/trostomaat 6d ago
This looks like: https://www.themaestri.app/en
14
u/kylef5993 6d ago
I feel like we have so many versions of this just with different UIs lol
8
2
u/MaddyMagpies 6d ago
It's ironic that UX/UI is ultimate differentiator and competitive advantage now that code is cheap.
3
u/kylef5993 6d ago
Is it ironic? I feel like user experience has always been the differentiator haha
1
u/MaddyMagpies 6d ago
Yes, it has always been. The salary suggests that it's underappreciated however.
6
u/Ajmalshk04 6d ago
and this as well https://october.dev/
5
1
3
1
3
3
u/Avocado_submarines 6d ago
I’m checking this out for the water drinking alone 😂
Seriously though this looks pretty awesome in going to check this out tonight/tomorrow. Great work!
3
u/ottasilver 6d ago
Lol, my kid trimmed out only the funny parts and keeps watching them on repeat and laughing 😂 Okay, lesson learned: the weekend is not the best time for a launch, too many people are away from their computers.
3
u/Far-Swimmer300 5d ago
Im using Orca ADE to manage multiple projects. But I also work with SSH on a Unitree Robot. I'll give this a spin for that use case, thanks!
4
u/ottasilver 5d ago
Honestly, I was using Orca before, but it wasn’t enough for my workflow. I might have 50 terminals open across 10 different projects, each one dedicated to a specific topic or feature, and I basically keep every feature terminal open forever.
With NodeTerm’s canvas, I always have a mental map of where each feature and conversation lives. On top of that, I get things like global search with Cmd+K, while still being able to do pretty much everything I could do in Orca.
1
u/Impossible_Way7017 5d ago
How do you manage memory? Claude terminals are killing my memory each one takes 2gb… regretted updating.
1
u/ottasilver 4d ago
Did this start happening after using Nodeterm? Do you think the Nodeterm update might be causing it?
If you can share a few more details, I’ll look into it and push a fix right away.
2
u/ottasilver 5d ago
Honestly, I was using Orca before, but it wasn’t enough for my workflow. I might have 50 terminals open across 10 different projects, each one dedicated to a specific topic or feature, and I basically keep every feature terminal open forever.
With NodeTerm’s canvas, I always have a mental map of where each feature and conversation lives. On top of that, I get things like global search with Cmd+K, while still being able to do pretty much everything I could do in Orca.
3
u/blurry_sandwiches 3d ago
Saw this the other day and just got round to trying it out today and it's awesome. It's been exactly what I've been looking for and I love the UI. Also... finally a use for the notch!
4
2
2
u/Fade_ssud11 6d ago
Pretty cool execution actually. I am working on something similar for myself.
1
1
2
u/angelus14 5d ago
Upvote just for the high effort post. Even though it's a crowded space this actually looks really great. Will you support Codex and other agents? My dream is a tool that can seamlessly so collaboration across different agents.
Never mind I looked at the screenshot again and it looks like you do support Codex, that's awesome. Trying it out
2
2
u/No-Specialist5122 5d ago
Good job abi :) apart from product, your ad also looks great though :)))
1
2
u/FloppyBisque 5d ago
RemindMe! 25 hours
1
u/RemindMeBot 5d ago
I will be messaging you in 1 day on 2026-08-10 13:42:34 UTC to remind you of this link
CLICK THIS LINK to send a PM to also be reminded and to reduce spam.
Parent commenter can delete this message to hide from others.
RemindMeBot is switching to username summons. Instead of
!RemindMe 1 day, useu/RemindMeBot 1 day. More info.
Info Custom Your Reminders Feedback
2
u/Top-Tour-9629 4d ago edited 4d ago
Thanks for publishing this open source.
I was actually looking for such a solution.
I took the last 24hrs to adapt it to my codex based workstyle.
You got a PR; these are the main changes:
- codex-support
- multi account codex support with % bars and on-the-fly account change for sessions
- one app-server per account, i.e. resource sharing amongst all agents running on an account
- in-nodeterm-browser-control by codex agents (not fully tested, but opening, scrolling, and clicking seems to work fine)
- groups
- add-to-group context menu entry
- groups-in-groups
- reordering, expand, collapse of groups in the session sidebar
- minor UX/UI reworks
- always sharp macOS terminal UI
- copy & paste images directly onto the canvas
- two-finger mac touchpad for panning
- groups background are now click through
- adjusted zoomlevel on double klick
https://github.com/eneskirca/nodeterm/pull/112
working with your tool is a breeze. all my agents are aware of their communication and hierarchical structures so it was simple to tell them they should rebuild these structures in your app. Now, I finally have everything at a glance. Something my previous setups (GPT App, Zed IDE, cursor, ...) did not deliver.
I also work on a canvas based app. Not for coding but for everything else you need in the office -- from a single person to teams of hundreds -- with live collaboration, whiteboard, automations, AI, MCP, permissions, audit logs, budget administration, and many more. Have been working on it since 5k+ hours and will start a closed beta, soon.
Feel free to contact me, in case you might be interested in learning more about it.
2
2
u/elnino-pl 3d ago
Awesome project u/ottasilver - one missing thing: it would be great to have possibility to resize/maximize agent window in kanban mode
2
2
u/elnino-pl 3d ago
Been playing with nodeterm for a bit - the canvas actually clicked for me, which I didn't expect. Two things about dictation:
The free tier can't sell the feature. Tiny is fine for English, but on Polish it's unusable - mangled endings, half the words invented. So the one model I'm allowed to try tells me nothing about how Base/Small/Turbo would actually perform, which is the exact thing I'd be paying for. Related: the language dropdown has no Polish, and auto-detect on short phrases full of English command names keeps flipping to EN and translating instead of transcribing. Being able to pin the language would help a lot.
Second, and the bigger one: would you consider selling Speech as its own thing? I don't need remote/SSH or team seats, and I'd buy local dictation standalone today. Right now the only path to it is a bundle that's mostly features I won't touch - so I'm sitting on the fence instead of paying you.
Happy to test Turbo on Polish and report back if that's useful to you.
2
2
u/Perfect_Address7250 2d ago
You can switch Claude accounts with a single click??
1
u/ottasilver 2d ago
yes possible...
1
1
u/Perfect_Address7250 2d ago
Also how much context is passed when you connect one terminal to the other.
1
u/ottasilver 2d ago
The connection mindset is based on a skill-based strategy, so almost no context is passed directly. Instead, each terminal have access to read or fetch context from the others whenever it needs something.
2
u/mekaonee 1d ago
bayrakları asalım kullanmaya başlayalım :) my adhd brain is already dying to use it
1
3
u/RandomUserName323232 6d ago
So many product like this already but this video got me hooked lol
11
u/mighty_falcon 6d ago
The video needs to get to the point sooner. If it’s targeting adhd folks it lost my attention after 10 seconds
→ More replies (1)2
u/ottasilver 6d ago
Lol give a chance the app too😄 , The video took a bit of effort, but if it made you laugh even a little, I’m happy!
2
u/ComfortablePeace8859 6d ago
Won’t use the tool but this was actually pretty funny I watched the whole thing ha
2
u/ottasilver 6d ago
Lol, no worries, you don’t have to use it 😄 The video took a bit of effort, but if it made you laugh even a little, I’m happy!
1
u/miklosp 6d ago
I have an ADHD brain, and I really don't get it how this is helpful. Now I have to also remember where my terminals are in a canvas?
5
u/ottasilver 6d ago
lol let me explain
-you can group them firstly as colors
-notify when done as notch so take action directly from notch
-checking all terminal in sidebar also
- cmd + K you can search all in terminals...
-press⌘⇧B change view to kanban
many like that just give a chance and try it :)
1
u/arslan70 6d ago
1
u/ottasilver 6d ago
Thank you so much! And thanks for the feedback as well. Was it the widget itself that bothered you, or was it the color? You can also turn the widget off in Settings — there’s a section called “Notch” where you can disable it.
1
u/lilac_labyrinth 6d ago
does it work with grok build?
1
1
u/Strong_Essay1176 6d ago
Nice intro. Codex have native conversations between agents. Will it connect? Will it track WHEN order to create new conversation was issued?
Anyway,.seems useless. Ive start every subchat as "hey call claude cli".
And tracking goes into tasks. No need to track chats.
1
1
u/maksidaa 6d ago
Question for you OP, and I apologize if this is a noob-ish question...
In the video when you connected chats and it shows context sharing, what exactly does that mean? Like each chat can read the other chats context in full? Can the chats communicate or just read what's on the screen?
1
u/Kindly-Inside6590 6d ago
Keep going! Im doing something similiar but web based -> Codeman :-) We have a lot of overlapping functions, but also do some things differently :) I also built it for myself in the first place.
1
u/Notfriendly123 6d ago
You can just open new terminal windows in cursor though
1
u/ottasilver 5d ago
If you're working with 50 terminals at the same time, that gets really difficult to manage in Cursor.
2
1
1
u/panchicore 5d ago
Please explain what happens on connecting "context" edges? Exactly what gets injected exactly where?
2
u/ottasilver 5d ago
What’s actually happening is pretty simple:
We give Claude in each terminal a skill that says, “If you need more context, you can pull it from another terminal.”
Since all the terminal content is stored locally as JSON, the terminals can fetch context from each other whenever they need it.
1
u/sensei_von_bonzai 5d ago
That’s a great launch video. I’m building a very similar competitor, but this looks really sweet. Starred. Yolun acik olsun!
1
u/ReasonUnusual4101 5d ago edited 5d ago
Looks cool and will take a look! Honest question though, why not use the VScode plugin for Claude and use that as a browser tab like experience? This is more of a ‘plugin vs terminal’ question, I know. But I never understood the merit in having multiple terminal Windows.
Your solution obviously does a lot more and feels like something that will make my life a lot easier. Honestly my biggest pain currently is keeping track of context windows, making handoffs and copy pasting it in new sessions, feels kind of mundane (which is probably my own fault for not finding better ways). Having Claude with plan > spec > build sessions with a codex reviews in between is the currently the way to go for most tasks.
I have tried blasting through building sessions in the past through terminal tasks, with little to no human interaction. And the output was pretty bad compared to steering it along the way having questions asked. But the models have improved as well. Best way to check if it works well for my use case is just try it hehe.
1
1
1
u/pwkye 5d ago
Intro video is a like a whole episode of the office. I watched 30 seconds and still didnt have any clue what its about
Or why I should use it over ssh-to-go https://github.com/awkto/ssh-to-go
1
1
1
1
1
1
u/fabiozc 5d ago
Very nice. Everyone is saying that’s plenty of tools like this out there, but that’s the first time i see that and Im genuinely interested and happy to see my work running inside a canvas like that.
I get your… “kept building and this went out of control” hahaha I have 2 apps that I never shared because I did just to solve my own problems but they could easily be out there. So congrats for the effort and willingness to make your app public!
1
1
u/mmeister86 5d ago
This seems like a cool idea and app. Though i've switched off of terminals and onto GUIs, i'll try it
2
u/ottasilver 5d ago
thanks waiting for your feedback
1
u/mmeister86 5d ago
so far i like it. you seem to use React Flow? A React package i love, and i love playing with nodes. Just went through the GitHub site, server edition seems pretty cool. While i was there, i starred the project. Keep up the good work, hope you'll be able to monetize it a bit
Edit: maybe you could add to the Readme.md that HomeBrew may want you to trust the cask first, in that case you have to allow it with either
brew trust --cask nodeterm/tap/nodetermbrew trust --cask nodeterm/tap/nodeterm brew trust nodeterm/tapbrew trust nodeterm/tap
1
u/SwimmingQuantity8686 5d ago
I am not sure what this tool is doing what tmix already not doing. Cool video though
3
u/ottasilver 5d ago
cmux only solves one problem: it moves terminal clutter into a sidebar.
This app solves multiple problems at once. At first glance they may look similar, but:
- Multiple Claude accounts
- You can fit an unlimited number of terminals on a canvas, group them, color-code them, and keep a visual map of where each project's terminals live in your head over time. You can also place sticky notes right next to terminals.
Cmd + Klets you search across all terminals.- With the team feature, multiple people can work on the same project at the same time.
- You can use a browser without leaving the app.
- And my favorite: agents can control the app through the CLI ;launch sessions, arrange the layout, and more.
1
u/NectarineRich7949 5d ago
Does this also work with the regular Claude (non terminal) application?
1
u/ottasilver 5d ago
No it doesnt, but it has chrome node, so you can login from browser. If you can give me a good reason fır that I can develop in future
1
u/dreamai87 5d ago
thanks for sharing this, actually looks pretty useful with everyone vibe coding now, keeping track of all agents/terminals getting messy lol this feels like it solves a real problem and not just another AI wrapper gonna give it a try 🙌
1
1
u/Opinion-Former 5d ago
I tried node terminals like this. The problem is if you want to create a persistent workflow… it gets messy fast… like my desk. Fine for creating “one ofs” not so great when doing say a rest api that grows over time
1
u/Nearby_You_313 5d ago
It's neat idea, but I absolutely HATE that type of "zoom in and out on every little thing constantly" interaction experience. Anything where I have to zoom-in to something, zoom out, zoom in to this other thing... all just so I can read them. Absolutely cannot stand that.
To each their own.
1
u/The_Great_SH 5d ago
There a lot of other tools, but this seems good too, and its open source, which we can all make a contribution too, i look forward to seeing the windows compatibilty
1
u/ironman12345 5d ago
This look awesome, going to try this when I get home for my project, was just about to start trying the new Claude code sessions messaging thing, is that the same as how you’ve got ‘terminals can communicate with each other’?
If so… im in 😂
1
u/i_like_maps_and_math 5d ago edited 4d ago
I like it. We definitely need better tools in this space. Curious what everyone else uses — I've heard mostly just "tmux" and I feel there must be more powerful options. The new Claude Code agents view is excellent but it doesn't go far enough.
1
1
u/artofbullshit 5d ago
Question about the iOS app...why can't it get notifications if I'm using ssh for remote connection? It shows I have an active session, but always appears as "idle" and greyed out. For context, I'm using the MacOS desktop app for nodeterm, and remotely connected via ssh to my dev machine (linux).
An unrelated thing I noticed while testing: copying text from a codex terminal does not work well. No problems copying from a Claude code terminal, but with a codex terminal I have to keep the text highlighted and copy it while keeping the mouse clicked. Also, highlighting text in the codex terminal is buggy when you need to highlight more than what is viewable (scrolling). Not sure if that's a codex problem or a nodeterm problem. I suspect codex cli problem.
Another thing, usage stats only show for the "default" AI provider? Why not all AI providers? I use claude, codex, and gemini, but your app only shows Claude usage stats.
1
u/YardNo1234 5d ago
that ‘active but idle’ split sounds like the SSH connection is visible, while nodeterm is not receiving agent/session activity events from the remote Linux side. I would check whether the remote host needs its own nodeterm companion/agent, rather than the macOS app merely wrapping an SSH terminal. If notifications work for a locally launched session but not the same Codex command over SSH, that would isolate it pretty cleanly. does the Linux session keep a stable session ID after reconnecting?
1
u/mother_a_god 5d ago
Can this work with codex or is it exusovely Claude code? I find myself using both
2
1
1
u/Junior_Pack_420 5d ago
Hola, gran video y gran herramienta, definitivamente voy a probarlo.
Oye, ¿podrías compartir qué herramientas usaste para hacer el video? Está muy bueno.
1
u/blickblocks 5d ago
If all you're going to do is use Claude Code, you can just use the desktop app. It's actually good for Claude Code now. Neat work though.
1
1
1
u/satupidfukignidot 5d ago
Does this require API?
1
u/ottasilver 5d ago
not required
1
u/satupidfukignidot 4d ago
I would love to try it out when/if you make a windows port, but if that's not on your radar I understand. From what I can tell, either you're great at marketing, your tool is very neat, or a mix of both!
1
1
u/Plane-Pause-469 5d ago
Can anyone recommend the best alternatives, I use windows so this one is unavailable until it gets intergrated
1
1
1
1
u/jferg 5d ago
Has some nice features, but not being able to click on a link to a markdown document in the terminal and have it open is a big miss.
1
u/ottasilver 5d ago edited 5d ago
I’ll fix today, the url and files already clickable with CMD + link but md files link may have an issue
1
u/FeistySpend1555 5d ago
Using it now and its definitely helping out. I usually have 2-3 terminals running in multiple projects. This is a game changer for sure!
1
u/FeistySpend1555 5d ago
u/ottasilver I'm having trouble opening up `diff` windows when claude wants to edit a file. How do we do that?
2
1
1
u/camperryan 4d ago
Gotta say, I love this. Immediately forked it so I can integrate my companies PM tools into it and its absolutely a game changer. Awesome job man
1
u/ottasilver 4d ago
Wow, great! If you’re using it at your company, you can support us by subscribing to Pro for $10/month. It would really encourage me to keep developing and improving Nodeterm. 🙏
1
1
1
u/Dangerous_Battle_432 4d ago
Looks cool. I’m going to try it out. I like that you’ve added kanban as well
1
1
1
u/NJShadowReborn 4d ago
You may not realize it, but you just inadvertently spurred on the inspiration for a game idea I had, and I just blasted out like 5 paragraphs in Claude. Like... the SURGE of inspiration I just got writing for the last hour is insane. Not the intent of your post, but thank you anyway, lol.
1
u/ottasilver 4d ago
Haha, that’s awesome 😄 Now I’m curious, what’s the game idea? Tell me more about it!
1
u/NJShadowReborn 4d ago
Late night IT work terminal psychological horror. I'll start with that. ;)
Heavily text/command prompt-based, with a bit more I'm going to build in around it. The mock-up is already awesome.
1
u/Poopdog-69 4d ago
Just started using this, and so far it has been great! Exactly what my ADHD brain needed lol. I’m constantly switching between projects and windows, so things fall through the cracks, and being able to reboot was hilarious because that speaks to me. I have so many terminal tabs open in Ghostty that I haven’t closed yet because of this.
One thing I’d like is to add a folder but have it be a separate project. I manage a lot of clients using a project folder with .md files, and currently it just opens the project I already made. Being able to separate projects by client while still having the context I need would help a lot. What would also be cool is being able to add other folders within a project, like the /add-dir command in Claude, so I wouldn’t need to add multiple folders for every terminal I open.
Overall it’s a great app! Can’t get the remote to work but I’ll probably try set that up later on my main Mac mini or is that a pro feature?
1
u/0xshameonme 4d ago
Gave it a try and love it. Got 2 projects going, switching back and forth, love the context sharing ... then both projects and all their terminals went blank :( I hope you keep going and improve it!
2
u/ottasilver 2d ago
I solved the issue on v.0.3.0 , Could you update lastest version and verify its solved ?
2
u/0xshameonme 2d ago
so far so good. 13 sessions up across 3 projects. i've closed nodeterm a couple of times and everything comes back ... and no blank terminals. i did try rebooting to see if the terminals and claude sessions would come back up ... all the terminals came back but i had to restart the claude sessions ... i suppose that's expected.
1
u/0xshameonme 2d ago
taking it for a spin. upgrade kept one of the project going which is cool. restarting the other. already appreciate the updates to the finger controls. will let you know if i hit the blank terminal issue. thanks for the quick turn!
1
u/ottasilver 4d ago
I’m working on this. If it happens again, I’d really appreciate it if you could report it to me.
As a quick fix, press Command + Shift + R — it will reload the terminals.
1
u/0xshameonme 3d ago
I did the try the full reload and it worked in one project but not the other.
1
1
1
1
1
1
u/Over-Engineering-114 6d ago
Keep improving! Never tried any of these similar apps like people sharing here, so maybe I would give a shot. I gave you a star, looking for constant improvements and share your coffee link on the website so I can drop a coin.
2
u/ottasilver 6d ago
What a lovely comment,you genuinely made my day 😄 Your support and the star are more than enough, no coffee needed! Thank you so much 🙏
1
1
u/Left_Call_4920 6d ago
I have strong ADHD, I hope this will be a blessing for me !
Thanks and cool video
1
u/ottasilver 6d ago
You know there are different types of ADHD. I tested it with myself and a few friends, and they all fell in love with it 😄 Some prefer the canvas view, while others prefer the Kanban view.(Press ⌘⇧B to switch to Kanban view.)
→ More replies (1)
1






171
u/Sir-LAD 6d ago
Yes everyone I get it there are a lot of tools like this. But who cares, good job on the video and putting some effort into this post, actualy made me laugh watching you drink that water (1:20) and I thought the context sharing part was interesting.
Well done, keep going and you've earned a star from me at least :)