Ten Hands is a task management tool designed to streamline the execution of command-line tasks in one organized interface. Whether you're running scripts from package.json or managing multiple projects, Ten Hands simplifies your workflow by allowing you to organize tasks into projects and execute them with a single click. Key features include drag-and-drop support for package.json files, integration with a CLI tool installable via npm or yarn, and customizable configuration options. Ideal for developers and power users looking to save time and reduce clutter in their daily workflows.
README
Ten Hands
One place to run your command-line tasks
What is this?
Do 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.
You can organize tasks into projects and run them whenever you want with a click of a button.
UI
Please visit website to see intro video.
Dark
Light
Downloads
Downloads are available in releases section if you just want to download and run.
If 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.
Installing browser version
This project can be run in browser instead of desktop version. Before installing browser version, check what additional features the desktop version has currently.
Drag & Drop package.json to add project.
Link to open project directory in file explorer.
To run in browser.
Install ten-hands-cli tool from npm.
npm install --global ten-hands-cli
(or)
yarn global add ten-hands-cli
Start app
ten-hands start
Your teminal will show you the localhost address with port where Ten Hands is running. Copy and open it in browser.