d5d6703a1a
TUI launcher built with Ink/React for managing Claude Code sessions. Features: local project browser, Gitea integration, Infisical auth, remote sessions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/bin/bash
|
|
# Claude Launcher — Bash entry point
|
|
export NODE_TLS_REJECT_UNAUTHORIZED=0
|
|
cd "$(dirname "$0")" && npx tsx src/index.tsx
|