Live data from Hacker News

Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

saggar.marginalutility.dev

21–30 of 66 posts

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#21

I really like the aesthetics and the design, though I wish it was open source and did not require an account.

Oh, you don't NEED an account dw. There's only a few features that need it (e.g. remote control). I open source a lot of projects ( https://github.com/mcclowes ) so my first instinct was to, and I'll consider that in the future!

Sweet, thanks for replying. I'll follow your github and try it out down the road if it goes open source! Nice work :)

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#22
This looks really cool, especially on the remote control part. I've experienced exactly the same problem, but ended up building my own tool through an opposite architectural approach than Saggar.

The main difference is that I want to keep my existing workflow in Kitty and tmux/zellij. Since all of them provide solid remote control protocol, I wrote captain-miao (https://github.com/hyperlogue/captain-miao) which is a standalone TUI app that runs inside these terminals, observing the agent sessions, managing tabs and windows, and allow me to quickly jump to the exact window/tab that needs my attention. The sessions are still native windows/panes inside the terminal/multiplexer that I configured and polished for years.

One difficulty I found when trying to expanding the agent support beyond claude code and codex, many agents don't provide a good way to inject hooks to listen to the session status change. wondering how Saggar solves this problem. do it infer state from the screen buffer?

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#23
post #12

> What says no is the account: nothing pairs that is not signed in as you. I am begging Claude to stop treating the English language this way.

Claude's RLHF has gone really over the top in recent versions. If you browbeat Claude enough you can get it to start self-censoring, but it takes a lot of training and memory creation. I almost feel bad for it, given the amount of brow-beatings I've performed. Some people claim setting the writing style will help, but what ever finishing training is provided to Claude seems to leak through no matter what.

Yes, and also possible they've gone too heavy on verifiable rewards (RLVR) for agentic coding work, and too light on human feedback (RLHF)

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#24

Nice design, I look forward to trying it out when I get back to the computer. I don't like kicking off some web server process on localhost and then forgetting about it if I close the browser window. Any special reason it's Apple silicon only? This seems like something that'd be handy to have on any machine.

Thank you! If there's interest I could look into other OS', I don't rate electron apps and I'd want to do that natively. Plus, I'm personally a Mac user haha.

I still get use out of Intel Macs too and wondered if there was some technical reason that made it harder to implement on other hardware.

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#25

This looks really cool, especially on the remote control part. I've experienced exactly the same problem, but ended up building my own tool through an opposite architectural approach than Saggar. The main difference is that I want to keep my existing workflow in Kitty and tmux/zellij. Since all of them provide solid remote control protocol, I wrote captain-miao ( https://github.com/hyperlogue/captain-miao ) which is…

Looks great, well done! Kitty is great too, makes sense.

I have purposefully kept things quite tight for my own sanity, but I think it makes sense market-share wise at the moment.

At the moment I'm also assuming that if someone is using Cursor AI tooling/Grok, they're probably using Cursor IDE and terminals in there.

I am planning on looking into integrating Pi.dev, which I love the philsophy of (though don't use personally just because API usage costs so much).

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#26

I created something similar, fully open source, using the ideas behind scrolling window managers. There's currently no website as I'm actively using it to work on a different project. It has features such as a shortcut (command+.) to open an overlay menu that allows you to switch to any split just by typing a letter and a number. Throughout the app. It also has optional vim bindings, support for different models and…

Looks cool! I like the embedded web panel. Good luck!

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#28
post #27

I love this but I can’t figure out how to have my two computers have remote control sessions at once from a single phone browser session. Is it possible?

ooh I have not built for that yet, let me take a look at that. Great request.

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#29
how's this compare to CMUX?

EDIT: I'll probably ask this exact question everytime someone posts a new agentic terminal manager.

EDIT EDIT: looks like there's some form of companian app, that's kind of cool. Will have to check this out later.

Re: Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized

#30
post #27

I love this but I can’t figure out how to have my two computers have remote control sessions at once from a single phone browser session. Is it possible?

ooh I have not built for that yet, let me take a look at that. Great request.

Ok! This is a killer feature / a must for me. I can use Claude code’s remote control, but I can’t do that across my multiple accounts. So having the ability to manage any and all sessions remotely is my goal with a tool like this, if it matches your goals I’d love to see it added. Thanks!
Post reply on HN