Tag terminal

5 bookmarks have this tag.

2026-02-23

7419.

manaflow-ai/cmux: Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents

github.com/manaflow-ai/cmux

I run a lot of Claude Code and Codex sessions in parallel. I was using Ghostty with a bunch of split panes, and relying on native macOS notifications to know when an agent needed me. But Claude Code's notification body is always just "Claude is waiting for your input" with no context, and with enough tabs open I couldn't even read the titles anymore.

I tried a few coding orchestrators but most of them were Electron/Tauri apps and the performance bugged me. I also just prefer the terminal since GUI orchestrators lock you into their workflow. So I built cmux as a native macOS app in Swift/AppKit. It uses libghostty for terminal rendering and reads your existing Ghostty config for themes, fonts, and colors.

The main additions are the sidebar and notification system. The sidebar has vertical tabs that show git branch, working directory, listening ports, and the latest notification text for each workspace. The notification system picks up terminal sequences (OSC 9/99/777) and has a CLI (cmux notify) you can wire into agent hooks for Claude Code, OpenCode, etc. When an agent is waiting, its pane gets a blue ring and the tab lights up in the sidebar, so I can tell which one needs me across splits and tabs. Cmd+Shift+U jumps to the most recent unread.

The in-app browser has a scriptable API ported from agent-browser. Agents can snapshot the accessibility tree, get element refs, click, fill forms, and evaluate JS. You can split a browser pane next to your terminal and have Claude Code interact with your dev server directly.

Everything is scriptable through the CLI and socket API — create workspaces/tabs, split panes, send keystrokes, open URLs in the browser.

2025-07-22

7324.

toot by https://mastodon.social/@nucleofusion

mastodon.social/@nucleofusion/114897456483981036

I just released v2 of Toney, A TUI Note-taking app for the terminal.

<https:github.com/SourcewareLab/Toney>
<https:sourcewarelab.github.io/Toney/>

PS: Actively looking for contributors! It would be great if you could star the repo, I am a student and it really helps applications. Thanks!

[#OpenSource](https://mastodon.social/tags/OpenSource) [#productivity](https://mastodon.social/tags/productivity) [#terminal](https://mastodon.social/tags/terminal) [#development](https://mastodon.social/tags/development) [#developers](https://mastodon.social/tags/developers) [#neovim](https://mastodon.social/tags/neovim)

2024-08-09

7213.

File Manager for macOS. Native. Extensible. Fast. :rocket:

marta.sh

- Fully Native: Marta is a native macOS application written entirely in Swift. It offers a native experience and is blazingly fast.
- Keyboard Support: Click or press. Marta will make you feel comfortable whenever you prefer to use a keyboard or a mouse.
- Your Privacy Matters: Marta doesn't collect or sell your data. There's no hidden functionality or backdoors. And it will never be.

2024-06-12

6966.

Pipe your git diff output into dunk to make it prettier!

github.com/darrenburns/dunk

Prettier git diffs in the terminal

2023-08-12

7030.

toot by https://hachyderm.io/@mimame

hachyderm.io/@mimame/110876849576492602