DEV Community

Sai Sandeep Vaddi
Sai Sandeep Vaddi

Posted on • Updated on

Launching Open Source side project. `Ten Hands`: a Command Line task organizing tool

Hey folks,

[Edit 1]: Ten hands 2 available now. Check https://tenhands.app and https://github.com/saisandeepvaddi/ten-hands for using updated version.

As developers, we keep opening terminals to run our tasks such as npm run start.

Ten Hands is an app where you can easily add your projects and add their tasks at one place and run them.

Dark Light

NodeJS projects (any project with package.json) can be directly uploaded and their scripts will be added automatically.

If it's not NodeJS type project, you can create a Ten Hands project with any name and add any commands that run in terminal into that. So it'll help you organize frequently using command line tasks at one place.

This started out as educational project for me to get practice on React Hooks and TypeScript, and has been very helpful to learn many things.

This is free and Open Source project and available for Windows, Linux (.deb), and Mac. Building the project yourself is also very easy and can be done in 2 steps. Please check github link for details.

You can also contribute in Github (feedback/code/docs/suggestions... anything). Everyone at any level of expertise is welcome to contribute/teach/learn. Create issues/PRs and I'll take a look.

Check the Github and Product Hunt links here.

Github
Product Hunt

Top comments (0)