{"id":45616596,"url":"https://github.com/sergeyzwezdin/huba","last_synced_at":"2026-03-16T00:48:27.463Z","repository":{"id":340152743,"uuid":"1157445758","full_name":"sergeyzwezdin/huba","owner":"sergeyzwezdin","description":"A tool for managing Claude Code Tasks across all your projects","archived":false,"fork":false,"pushed_at":"2026-03-04T19:55:48.000Z","size":686,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T01:41:09.523Z","etag":null,"topics":["agentic-ai","agentic-workflow","claude","claude-ai","claude-code","claude-task"],"latest_commit_sha":null,"homepage":"","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/sergeyzwezdin.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T20:36:23.000Z","updated_at":"2026-03-04T20:08:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sergeyzwezdin/huba","commit_stats":null,"previous_names":["sergeyzwezdin/huba"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sergeyzwezdin/huba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyzwezdin%2Fhuba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyzwezdin%2Fhuba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyzwezdin%2Fhuba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyzwezdin%2Fhuba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeyzwezdin","download_url":"https://codeload.github.com/sergeyzwezdin/huba/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeyzwezdin%2Fhuba/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["agentic-ai","agentic-workflow","claude","claude-ai","claude-code","claude-task"],"created_at":"2026-02-23T18:16:30.876Z","updated_at":"2026-03-10T06:11:55.976Z","avatar_url":"https://github.com/sergeyzwezdin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Huba\n\n\u003e Your tasks deserve a better UI than `cat todo.json`.\n\nHuba is a slick tool for managing [Claude Code](https://code.claude.com/docs/en/interactive-mode#task-list) tasks — search, view, create, edit, and delete tasks across all your projects without leaving the terminal.\n\nThe name `huba` is derived from `hullaballoo`, reflecting the beautiful chaos that happens when you're vibing with AI agents and shipping code at the speed of thought.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"assets/huba.png\" alt=\"Huba\" /\u003e\u003c/p\u003e\n\n## Why Huba?\n\nIn agentic development, you craft the context, the agent delivers. Tasks are an essential part of agentic development, managing the context effectively and achieving excellent outcomes.\n\nWhile there are third-party tools available to integrate into your agentic workflows for task management, the [native tasks from Claude Code](https://code.claude.com/docs/en/interactive-mode#task-list) provide a seamless and slick task management experience for the agent, making it more efficient.\n\n[Claude Code's native task list](https://code.claude.com/docs/en/interactive-mode#task-list) is great for the agent, but let's be honest — as a human, you deserve more than just task names in a flat list.\n\nHuba gives you the full picture: browse your tasks in a beautiful terminal UI, review descriptions, track dependencies, filter by status, and shape your task list into something that actually drives results.\n\n## Features\n\n- **Live reload** — file watchers pick up changes instantly when Claude Code updates tasks\n- **Multi-project** — browse task lists across all your Claude Code projects\n- **Filter \u0026 sort** — slice through tasks by status, keywords, whatever you need\n- **Dependency graph** — see what blocks what at a glance\n- **Keyboard-first** — fully navigable without touching the mouse\n- **Themeable** — ships with multiple themes, or bring your own\n\n## Installation\n\n### Homebrew (macOS and Linux)\n\n```bash\nbrew tap sergeyzwezdin/huba\nbrew install sergeyzwezdin/huba/huba\n```\n\n### Usage\n\n```bash\nhb\n```\n\n### Upgrade\n\n```bash\nbrew update\nbrew upgrade huba\n```\n\n### Uninstall\n\n```bash\nbrew uninstall huba\nbrew untap sergeyzwezdin/huba\n```\n\n## Development Guide\n\n```bash\n# Install dependencies\nbun install\n\n# Start in dev mode\nbun run dev\n\n# Or open a specific task list directly\nCLAUDE_CODE_TASK_LIST_ID=abc123 bun run dev\n```\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) runtime installed\n\n### Commands\n\n| Command | What it does |\n|---|---|\n| `bun run dev` | Run the app in dev mode |\n| `bun run dev:watch` | Run with auto-reload on file changes |\n| `bun run typecheck` | Type-check with TypeScript |\n| `bun run format` | Check formatting \u0026 linting (Biome) |\n| `bun run lint` | Lint the codebase |\n| `bun test` | Run tests |\n\n### Tech Stack\n\n- **Bun** — runtime, package manager, bundler, all-in-one\n- **TypeScript** — 100% typed, no `any` allowed\n- **OpenTUI** — React reconciler for terminal UIs\n- **Jotai** — atomic state management\n- **TanStack Query** — async state \u0026 caching\n- **Zod** — runtime schema validation\n- **Biome** — formatting \u0026 linting\n\n---\n\nMade with ❤️ by [Sergey Zwezdin](https://github.com/sergeyzwezdin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeyzwezdin%2Fhuba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeyzwezdin%2Fhuba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeyzwezdin%2Fhuba/lists"}