HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nwparker

no profile record

Submissions

Ask HN: GUI or TUI for Coding Harness?

3 points·by nwparker·il y a 3 mois·2 comments

Show HN: Open Source 'Conductor + Ghostty'

github.com
21 points·by nwparker·il y a 4 mois·10 comments

Show HN: Slack CLI for Agents

github.com
99 points·by nwparker·il y a 5 mois·35 comments

comments

nwparker
·le mois dernier·discuss
I enjoyed seeing all the 'privacy notice' emails in my inbox today thanks to this
nwparker
·il y a 3 mois·discuss
FWIW this is why we built Orca (https://github.com/stablyai/orca), we beleive in the TUI world but just want a GUI wrapper to help bridge the chaos
nwparker
·il y a 4 mois·discuss
Thanks! I actually did check it out but was worried by number of issues and the last release being in Dec (ref: https://github.com/coder/ghostty-web/issues/137 )

Crossing my fingers for a more official libghostty soon for the web! I know Hashimoto is working on it.
nwparker
·il y a 4 mois·discuss
Oh whoops. Fixed!
nwparker
·il y a 4 mois·discuss
`gh` CLI
nwparker
·il y a 4 mois·discuss
I wouldn't say change your workflow if you're happy, but I'll answer anyhow!

I also actually tried cmux, but I didn't like they way it did tabs. I like my tabs top-level and not inside panes (but I realize this is a personal choice).

We also do good GH native integrations (linking PRs, showing statuses, and linking GH issues). We also do AI status indicator even for non-focused terminal panes. You can also manually mark a worktree as 'unread' (kind of like a star in Gmail) In addition Orca has a built in file viewer, search, git diff viewer (see all changes like VsCode does)

Also cmux is Mac only (doesn't matter for you, but for others)

So tl;dr -- alot of small things. But those build up for me in a tool that I basically find myself living in

^ I updated the post to reflect some of these
nwparker
·il y a 5 mois·discuss
Slack Connect just has a network effect, TBH. It's hard to move away.
nwparker
·il y a 5 mois·discuss
Yeah you're definitely right, it's there. It's just an API they document so it's subject to change etc (which presents some challenges)
nwparker
·il y a 5 mois·discuss
There's a few open issues/PRs that I'm working on getting in! Feel free to drop any request there (it's the best way for me to track it).

For UNREAD messages... Sadly, I'm not sure that Slack has an official API for that. There may be an "unofficial" API there that we could discover, but I'm hesitant for adding support there. With that being said, it's not that I wouldn't entertain the idea (it would be REALLY useful) but it would require a bit more thought.
nwparker
·il y a 5 mois·discuss
I don't use Slack Grid, but if you open an issue I'm more than happy to work with you on it!
nwparker
·il y a 5 mois·discuss
You could ask it to convert the names (and it would), since it uses the slack internal userIds

But I will add a flag to do for `slack message read/list`, since it makes sense.