{"id":36499546,"url":"https://github.com/calebephrem/zap-tcm","last_synced_at":"2026-01-12T02:18:00.014Z","repository":{"id":319325823,"uuid":"1077025357","full_name":"calebephrem/zap-tcm","owner":"calebephrem","description":"✅ If you want to know what zap is, just think of git but for your todos","archived":false,"fork":false,"pushed_at":"2025-11-09T10:23:55.000Z","size":1468,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-09T12:14:04.617Z","etag":null,"topics":["cli","cli-task-manager","cli-todo-manager","git-but-todo","javascript","nodejs","task","task-manager","tcm","todo","todo-cli","todo-manager","zap","zap-cli","zap-tcm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/zap-tcm","language":"JavaScript","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/calebephrem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2025-10-15T17:06:46.000Z","updated_at":"2025-11-09T10:23:25.000Z","dependencies_parsed_at":"2025-10-18T20:30:24.307Z","dependency_job_id":null,"html_url":"https://github.com/calebephrem/zap-tcm","commit_stats":null,"previous_names":["calebephrem/zap-tcm"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/calebephrem/zap-tcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebephrem%2Fzap-tcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebephrem%2Fzap-tcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebephrem%2Fzap-tcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebephrem%2Fzap-tcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calebephrem","download_url":"https://codeload.github.com/calebephrem/zap-tcm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calebephrem%2Fzap-tcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","cli-task-manager","cli-todo-manager","git-but-todo","javascript","nodejs","task","task-manager","tcm","todo","todo-cli","todo-manager","zap","zap-cli","zap-tcm"],"created_at":"2026-01-12T02:17:59.427Z","updated_at":"2026-01-12T02:18:00.003Z","avatar_url":"https://github.com/calebephrem.png","language":"JavaScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\n  \u003cimg src=\"https://github.com/calebephrem/zap-tcm/blob/main/assets/icon.png?raw=true\" alt=\"Logo\" width=\"200\" height=\"200\" /\u003e\n\n  \u003cp align=\"center\" style=\"margin-top: 12px;\"\u003e\n    \u003cstrong\u003e\u003csmall\u003eThe Git-Style CLI Todo Manager\u003c/small\u003e\u003c/strong\u003e\n  \u003c/p\u003e\n  \n\u003c/div\u003e\n\u003cbr /\u003e\n\n# ⚡ Zap TCM\n\n**Zap TCM** _(Zap Todo Control Manager)_ is a blazing-fast, Git-inspired CLI tool for managing todos like code.  \nCreate branches for different projects, switch between them, and keep your workflow lightning clean ⚡\n\n## 🚀 Features\n\n- 🧠 **Git-like workflow** — Use familiar commands like `zap add`, `zap branch`, `zap switch` etc.\n- 🗂️ **Branch-based todo lists** — Each branch acts as a separate todo list\n- 💾 **Persistent storage** — Todos are locally stored across sessions in `.zap` repository\n- 🔥 **Minimal \u0026 intuitive** — No setup needed, just start zapping tasks\n\n## 🧩 Example Usage\n\n```bash\n# Initialize zap in your project\nzap init\n\n# Add a new todo\nzap add \"Finish the README file\"\n\n# List all todos\nzap list\n\n# Mark a todo as done\nzap complete 1\n\n# Create a new branch (todo list)\nzap branch work\n\n# Switch to another branch\nzap switch work\n\n# View branches\nzap branch\n```\n\n## ⚙️ Installation\n\n### Using npm (recommended)\n\n```bash\nnpm install -g zap-tcm\n```\n\n### From source\n\n```bash\ngit clone https://github.com/calebephrem/zap-tcm.git\ncd zap\nnpm install\nnpm link\n```\n\n## 📚 Command Reference\n\n- `zap [command]` — for current project (directory) (`./.zap`)\n- `zapg [command]` — for global task management in home directory (`~/.zap`)\n\n\n| Command                                | Description                                                                                    |\n| -------------------------------------- | ---------------------------------------------------------------------------------------------- |\n| init                                   | Initialize a new zap repository                                                                |\n| branch [name]                          | Create a branch (or list branches if no name is given)                                         |\n| branch [-d, --delete] [name]           | Delete a branch                                                                                |\n| branch [-r, --rename] [name] [newName] | Rename a branch                                                                                |\n| switch [name]                          | Switch to a branch                                                                             |\n| add [task]                             | Add a new task to the current branch                                                           |\n| list                                   | List all tasks in the current branch                                                           |\n| update [id] [task]                     | Update a task                                                                                  |\n| remove [id]                            | Remove a task                                                                                  |\n| complete [id]                          | Mark a task as complete                                                                        |\n| incomplete [id]                        | Mark a task as incomplete                                                                      |\n| search [keyword]                       | Search tasks in the current branch (use search -g [keyword] to search globally)                |\n| merge [source] [target] [--unsort]     | Merge source branch into target branch (unsort based on createdAt if `--unsort` flag provided) |\n| tag [id] [tag]                         | Add a tag to a task (replace id with -d to remove a tag)                                       |\n| tag [-r, --rename] [tag] [newTag]      | Rename tag                                                                                     |\n| move [id] [branch]                     | Move a task to another branch                                                                  |\n| import [branch] [file]                 | Import tasks from a file into a branch                                                         |\n| export [branch] [file]                 | Export tasks from a branch to a file                                                           |\n| stats                                  | Show statistics for the current branch (use stats -g for global stats)                         |\n| config [scope] [key] [value]           | Configuration for `--global` and `--local` settings                                            |\n| config [key]                           | Get configuration value                                                                        |\n| -v, --version                          | Show version information                                                                       |\n| -h, --help                             | Show help message                                                                              |\n\n## 💡 Example Workflow\n\n```bash\nzap init\nzap add \"Build Quantum Theme site\"\nzap add \"Complete the README file\"\nzap list\n\nzap branch personal\nzap switch personal\nzap add \"Learn Python\"\nzap add \"Learn Rust\"\n\nzap switch main\nzap list\nzap complete 1\n```\n\nEach branch has its own independent todos — just like code branches in Git.\n\n## 🧑‍💻 Contributing\n\nContributions are welcome!  \nFork the repo, make your changes, and submit a pull request.  \nMake sure to read [CONTRIBUTING](./CONTRIBUTING.md) before you start.\n\n## 📄 License\n\nMIT © Caleb Ephrem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebephrem%2Fzap-tcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebephrem%2Fzap-tcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebephrem%2Fzap-tcm/lists"}