A rich Observable/Signal implementation, the brilliant primitive you need to build a powerful reactive system.
This is the [oby](https://github.com/vobyjs/oby) plugin for [SignalDB](https://github.com/maxnowack/signaldb). SignalDB is a local-first JavaScript database with real-time sync, enabling optimistic UI with signal-based reactivity across multiple framework
Pretty unicode tables for the command line. Based on the original cli-table.
Get stdout window width, with two fallbacks, tty and then a default.
Toggle the CLI cursor
No description provided.
Codex CLI is a coding agent from OpenAI that runs locally on your computer.
Spinners for use in the terminal
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
The linux x64 distribution of the Sentry CLI binary.
Validate a webpack configuration.
Syntax highlighting in your terminal
Vite as Node.js runtime
CLI for the swc project
CLI tool for Angular
CLI for webpack & friends
Run commands concurrently
Outputs info about system and webpack config
easy to use progress-bar for command-line/terminal applications
base library for oclif CLIs
React Native CLI
Angular Schematics - CLI
Babel command line.
YAML 1.2 parser and serializer
Wrapper-daemon for oby. `oby claude` launches Claude Code inside a wrapped pty, listens on per-agent unix sockets for hook traffic from oby-hook + oby-tee, and paints a togglable activity feed showing every tool call (with recovered stdout/stderr that the agent's shell pipelines discarded). Installs the `oby` binary.
Core types and Capturer trait for oby — the wire-format and plugin contract shared by oby-hook, oby-tee, and the oby wrapper.
PreToolUse / PostToolUse / SubagentStop hook dispatcher for oby. Routes Claude Code tool-call payloads to per-tool Capturers, rewrites Bash commands to recover discarded stdout/stderr via oby-tee, composes with peer hooks, and reports back to the oby wrapper over a unix socket.
In-pipeline helper for oby. Reads stdin, streams bytes to the wrapper's per-agent unix socket with a JSON header, fail-open. Injected by oby-hook's PreToolUse rewrite to capture stdout/stderr that would otherwise be discarded.