@nexus-ai-fs/tui
v0.10.0
Published
Terminal UI for Nexus — file explorer, API inspector, and monitoring dashboard
Readme
@nexus-ai-fs/tui
Terminal UI for Nexus.
Usage
Run the published package with Bun:
bunx @nexus-ai-fs/tui
bunx @nexus-ai-fs/tui --url http://remote:2026 --api-key KEYThe installed binary name is:
nexus-tuiLocal Development
cd packages/nexus-api-client
npm install
npm run build
cd packages/nexus-tui
bun install
bun run src/index.tsx