All Projects → saisandeepvaddi → Ten Hands

saisandeepvaddi / Ten Hands

Licence: mit
⚡ Simplest way to organize and run command-line tasks

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ten Hands

Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-60.09%)
Mutual labels:  task-manager, cli, hacktoberfest
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+124.12%)
Mutual labels:  task-manager, cli, hacktoberfest
Fpl
An asynchronous Python wrapper for the Fantasy Premier League API.
Stars: ✭ 169 (-25.88%)
Mutual labels:  cli, hacktoberfest
Pypyr
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
Stars: ✭ 173 (-24.12%)
Mutual labels:  task-manager, task-runner
Lighthouse Ci
A useful wrapper around Google Lighthouse CLI
Stars: ✭ 198 (-13.16%)
Mutual labels:  cli, hacktoberfest
Texture Compressor
CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.
Stars: ✭ 156 (-31.58%)
Mutual labels:  cli, desktop
Foy
A simple, light-weight and modern task runner for general purpose.
Stars: ✭ 157 (-31.14%)
Mutual labels:  cli, task-runner
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+1006.58%)
Mutual labels:  cli, hacktoberfest
Plugin Installation Manager Tool
Plugin Manager CLI tool for Jenkins
Stars: ✭ 138 (-39.47%)
Mutual labels:  cli, hacktoberfest
Autarky
Liberating disk space from 📁 node_modules
Stars: ✭ 203 (-10.96%)
Mutual labels:  cli, hacktoberfest
Cypress Terminal Report
Better terminal and file output for cypress test logs.
Stars: ✭ 200 (-12.28%)
Mutual labels:  cli, hacktoberfest
Json 2 Csv
Convert JSON to CSV *or* CSV to JSON!
Stars: ✭ 210 (-7.89%)
Mutual labels:  cli, hacktoberfest
Pully
A simple CLI and library for downloading high quality YouTube videos!
Stars: ✭ 153 (-32.89%)
Mutual labels:  cli, hacktoberfest
Simplesh
🐧 Quick installation for Ubuntu terminal.
Stars: ✭ 152 (-33.33%)
Mutual labels:  cli, hacktoberfest
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1260.96%)
Mutual labels:  cli, hacktoberfest
Alienfx
AlienFX is a CLI and GUI utility to control the lighting effects of your Alienware computer.
Stars: ✭ 140 (-38.6%)
Mutual labels:  cli, hacktoberfest
Tusk
The modern task runner
Stars: ✭ 181 (-20.61%)
Mutual labels:  cli, task-runner
Awesomescripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea for the new script. Leave a ⭐️
Stars: ✭ 228 (+0%)
Mutual labels:  cli, hacktoberfest
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (-43.42%)
Mutual labels:  cli, hacktoberfest
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+714.04%)
Mutual labels:  task-manager, hacktoberfest

Ten Hands Logo

Ten Hands

One place to run your command-line tasks

Build Status

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.

  1. Drag & Drop package.json to add project.
  2. Link to open project directory in file explorer.

To run in browser.

  1. Install ten-hands-cli tool from npm.
  npm install --global ten-hands-cli

  (or)

  yarn global add ten-hands-cli
  1. Start app
  ten-hands start
  1. Your teminal will show you the localhost address with port where Ten Hands is running. Copy and open it in browser.

Configuration

A config.json is supported which is placed at ~/.ten-hands/ path.

Check Configration at Wiki for configuration options.

You have to restart the app when you change configuration.

FAQ

FAQ section has been moved to Wiki at FAQ.

Contributions

Check CONTRIBUTING for project setup and folder structure details. Please use issue tracker for any kind of bugs/suggestions/discussions.

Thank you

Thank you Sentry for supporting this Open Source project with their Sentry for Open Source initiative.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].