{"id":13581225,"url":"https://github.com/saisandeepvaddi/ten-hands","last_synced_at":"2025-07-05T05:10:52.640Z","repository":{"id":35149882,"uuid":"182173725","full_name":"saisandeepvaddi/ten-hands","owner":"saisandeepvaddi","description":"⚡ Simplest way to organize and run command-line tasks","archived":false,"fork":false,"pushed_at":"2023-01-24T06:00:02.000Z","size":24484,"stargazers_count":375,"open_issues_count":32,"forks_count":29,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-19T10:17:17.512Z","etag":null,"topics":["cli","desktop","electron","hacktoberfest","nodejs","reactjs","task-manager","task-runner","typescript"],"latest_commit_sha":null,"homepage":"https://tenhands.app/","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/saisandeepvaddi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-19T00:09:37.000Z","updated_at":"2025-04-30T01:19:03.000Z","dependencies_parsed_at":"2023-02-13T18:30:58.610Z","dependency_job_id":null,"html_url":"https://github.com/saisandeepvaddi/ten-hands","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/saisandeepvaddi/ten-hands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saisandeepvaddi%2Ften-hands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saisandeepvaddi%2Ften-hands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saisandeepvaddi%2Ften-hands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saisandeepvaddi%2Ften-hands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saisandeepvaddi","download_url":"https://codeload.github.com/saisandeepvaddi/ten-hands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saisandeepvaddi%2Ften-hands/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261372976,"owners_count":23148910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","desktop","electron","hacktoberfest","nodejs","reactjs","task-manager","task-runner","typescript"],"created_at":"2024-08-01T15:01:59.356Z","updated_at":"2025-07-05T05:10:52.604Z","avatar_url":"https://github.com/saisandeepvaddi.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","electron"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/saisandeepvaddi/ten-hands\"\u003e\n      \u003cimg alt=\"Ten Hands Logo\" src=\"./docs/src/images/logo.png\" width=\"60\" /\u003e\n    \u003c/a\u003e\n  \u003ch1 align=\"center\"\u003e\n    Ten Hands\n  \u003c/h1\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  One place to run your command-line tasks\n\u003c/h3\u003e\n\n[![Build Status](https://dev.azure.com/saisandeepvaddi/Ten%20Hands/_apis/build/status/All%20OS?branchName=releases)](https://dev.azure.com/saisandeepvaddi/Ten%20Hands/_build/latest?definitionId=4\u0026branchName=releases)\n\n# What is this?\n\nDo you keep opening terminals to run your scripts/commands/tasks etc,. If you have to do that everyday for same project (Example running scripts from `package.json` for multiple projects), `Ten Hands` makes it easier to organize all your tasks in one place.\nYou can organize tasks into projects and run them whenever you want with a click of a button.\n\n# UI\n\nPlease visit website to see intro video.\n\n|                    Dark                    |                    Light                    |\n| :----------------------------------------: | :-----------------------------------------: |\n| \u003cimg src=\"/docs/src/images/demo_dark.jpg\"\u003e | \u003cimg src=\"/docs/src/images/demo_light.jpg\"\u003e |\n\n# Downloads\n\nDownloads are available in `releases` section if you just want to download and run.\n\nIf you want to get latest updates, you can click on _\"Azure Pipelines\"_ badge above to download latest builds from CI. These may have small bugs. But, please create an issue if you find any.\n\n# Installing browser version\n\nThis project can be run in browser instead of desktop version. Before installing browser version, check what additional features the desktop version has currently.\n\n1. Drag \u0026 Drop **package.json** to add project.\n2. Link to open project directory in file explorer.\n\nTo run in browser.\n\n1. Install `ten-hands-cli` tool from npm.\n\n```\n  npm install --global ten-hands-cli\n\n  (or)\n\n  yarn global add ten-hands-cli\n```\n\n2. Start app\n\n```\n  ten-hands start\n```\n\n3. Your teminal will show you the localhost address with port where Ten Hands is running. Copy and open it in browser.\n\n# Configuration\n\nA `config.json` is supported which is placed at `~/.ten-hands/` path.\n\n\u003e Check [Configration](https://github.com/saisandeepvaddi/ten-hands/wiki/Configuration) at Wiki for configuration options.\n\nYou have to restart the app when you change configuration.\n\n## FAQ\n\n\u003e FAQ section has been moved to Wiki at [FAQ](https://github.com/saisandeepvaddi/ten-hands/wiki/FAQ).\n\n# Contributions\n\nCheck [CONTRIBUTING](/CONTRIBUTING.md) for project setup and folder structure details. Please use issue tracker for any kind of bugs/suggestions/discussions.\n\n# Thank you\n\nThank you [Sentry](https://sentry.io) for supporting this Open Source project with their [Sentry for Open Source](https://sentry.io/for/open-source/) initiative.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaisandeepvaddi%2Ften-hands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaisandeepvaddi%2Ften-hands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaisandeepvaddi%2Ften-hands/lists"}