{"id":38629793,"url":"https://github.com/dancer/tuicat","last_synced_at":"2026-01-18T13:01:21.295Z","repository":{"id":300655892,"uuid":"1006739456","full_name":"dancer/tuicat","owner":"dancer","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T02:00:32.000Z","size":199,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T02:03:41.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tui.cat","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T22:45:37.000Z","updated_at":"2025-10-16T17:59:09.000Z","dependencies_parsed_at":"2025-06-22T23:37:45.187Z","dependency_job_id":null,"html_url":"https://github.com/dancer/tuicat","commit_stats":null,"previous_names":["dancer/tui","dancer/tuicat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dancer/tuicat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancer%2Ftuicat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancer%2Ftuicat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancer%2Ftuicat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancer%2Ftuicat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dancer","download_url":"https://codeload.github.com/dancer/tuicat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancer%2Ftuicat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T08:59:53.084Z","updated_at":"2026-01-18T13:01:21.285Z","avatar_url":"https://github.com/dancer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tui.cat\n\n\u003e A curated space for discovering, building, and sharing open-source terminal UI applications\n\n## ▌About\n\ntui.cat is a modern web platform that bridges the gap between traditional terminal interfaces and contemporary web experiences. Built with Next.js and TypeScript, it provides an authentic terminal environment directly in your browser.\n\n## ▌Features\n\n### Terminal Experience\n- ◆ Real SSH connections via WebSocket proxy\n- ◆ Session persistence with 24-hour auto-reconnection\n- ◆ Tab completion and command history\n\n### Theming System\n- ◆ 11 terminal themes\n- ◆ Live theme preview during selection\n- ◆ Catppuccin, Nord, Tokyo Night, Gruvbox, and more\n\n### Navigation\n- ◆ Command-driven interface with dot notation (.ssh, .help)\n- ◆ Click anywhere and type . to open navigation\n- ◆ Global keyboard shortcuts\n- ◆ Interactive command palette\n\n## ▌Tech Stack\n\n| Component | Technology |\n|-----------|------------|\n| Frontend | Next.js 15 + React 19 + TypeScript |\n| Styling | Tailwind CSS + Geist Mono |\n| Terminal | xterm.js + ansi-to-html |\n| Backend | WebSocket + SSH2 |\n| UI | Radix UI + Lucide Icons |\n\n## ▌Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/dancer/tui.git\ncd tui\n\n# Install dependencies\npnpm install\n\n# Set up environment variables\ncp .env.example .env.local\n# Edit .env.local with your configuration\n\n# Start development server\npnpm dev\n```\n\n## ▌Environment Setup\n\nCopy `.env.example` to `.env.local` and configure:\n\n```bash\n# VPS SSH Server Configuration\nVPS_SSH_SERVER_URL=ws://your-server-ip:3001\n```\n\n## ▌Roadmap\n\n### Current Development\n\n**◆ Implementing xterm.js integration**\n- ├─ Enhanced cursor position support\n- ├─ Improved hex color rendering\n- ├─ Better terminal sequence handling\n- └─ Advanced text selection and copy/paste\n\n**◆ SSH proxy server optimizations**\n\n**◆ Extended ANSI sequence compatibility**\n\n**◆ Mobile terminal interface improvements**\n\n## ▌Available Commands\n\n| Category | Commands |\n|----------|----------|\n| Navigation | `.ssh` `.help` `.about` `.projects` `.roadmap` |\n| Terminal | `ssh` `theme` `neo` `clear` `ls` `cd` `cat` `exit` |\n| Shortcuts | `Esc` (Home) `?` (Help) `.` (Navigation) |\n\n## ▌Project Structure\n\n```\ntui/\n├── app/                # Next.js app router pages\n│   ├── ssh/            # SSH terminal interface\n│   ├── cmd/            # Command reference\n│   └── api/            # API routes for SSH proxy\n├── components/         # Reusable UI components\n├── hooks/              # Custom React hooks\n└── server/             # SSH WebSocket server\n```\n\n## ▌Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test thoroughly\n5. Submit a pull request\n\n## ▌License\n\nOpen source under the MIT License.\n\n---\n\n\u003e **Built for terminal enthusiasts by terminal enthusiasts** ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdancer%2Ftuicat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdancer%2Ftuicat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdancer%2Ftuicat/lists"}