{"id":15043186,"url":"https://github.com/horacehylee/workenv-cli","last_synced_at":"2026-02-02T03:36:47.812Z","repository":{"id":57399195,"uuid":"117206084","full_name":"horacehylee/workenv-cli","owner":"horacehylee","description":"Cli tool for managing working environment programs","archived":false,"fork":false,"pushed_at":"2018-06-26T14:16:30.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T11:59:06.202Z","etag":null,"topics":["cli","presets","typescript","webpack","webpack3","workenv-cli"],"latest_commit_sha":null,"homepage":null,"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/horacehylee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-12T07:04:37.000Z","updated_at":"2019-11-26T06:54:01.000Z","dependencies_parsed_at":"2022-09-13T21:21:47.325Z","dependency_job_id":null,"html_url":"https://github.com/horacehylee/workenv-cli","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/horacehylee/workenv-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horacehylee%2Fworkenv-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horacehylee%2Fworkenv-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horacehylee%2Fworkenv-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horacehylee%2Fworkenv-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horacehylee","download_url":"https://codeload.github.com/horacehylee/workenv-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horacehylee%2Fworkenv-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261987677,"owners_count":23240890,"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","presets","typescript","webpack","webpack3","workenv-cli"],"created_at":"2024-09-24T20:48:40.715Z","updated_at":"2026-02-02T03:36:47.756Z","avatar_url":"https://github.com/horacehylee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workenv-cli\n\nCli tool for managing working environment programs for Windows\n\n[![npm version](https://badge.fury.io/js/workenv-cli.svg)](https://badge.fury.io/js/workenv-cli)\n[![Build status](https://ci.appveyor.com/api/projects/status/2uhjbnedwdiuwpb9?svg=true)](https://ci.appveyor.com/project/horacehylee/workenv-cli)\n[![Coverage Status](https://coveralls.io/repos/github/horacehylee/workenv-cli/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/horacehylee/workenv-cli?branch=master\u0026service=github)\n\n## Installation\n\nNPM\n```\n$ npm install -g workenv-cli\n```\n\nYarn\n```\n$ yarn global add workenv-cli\n```\n\n## Usage\n\n### Programs\n\n#### Add Program\n\n##### With program path\n\n```\nworkenv program add C:\\\\...\\TelegramDesktop\\Telegram.exe\n\u003e What do you want to call the program? (telegram):\n```\n\n##### Without program path\n\n```\nworkenv program add\n\u003e What do you want to call the program? :\n\u003e What is the program path?:\n```\n\n#### List Programs\n\n```\nworkenv program\nworkenv program list\nworkenv program ls\n```\n\n#### Remove Program\n\n```\nworkenv program remove telegram\n```\n\n#### Run Program\n\n```\nworkenv program run telegram\n```\n\n### Kill Program\n\n```\nworkenv program kill telegram\n```\n\n### Preset Management\n\n#### Add Preset\n\n```\nworkenv add \u003cpreset_name\u003e\n```\n\n#### Edit Preset\n\nCan enable or disable program for the preset.\n\n```\nworkenv edit \u003cpreset_name\u003e\n\u003e Select the program to be included:\n```\n\n#### View Preset\n\n```\nworkenv view \u003cpreset_name\u003e\n```\n\n#### List Presets\n\n```\nworkenv list\nworkenv ls\n```\n\n#### Remove Preset\n\n```\nworkenv remove \u003cpreset_name\u003e\nworkenv rm \u003cpreset_name\u003e\n```\n\n### Preset Usage\n\n#### Start preset\n\nIt will start all the programs enabled for the preset. If the program is already opened, it will be ignored.\n\n```\nworkenv \u003cpreset_name\u003e\nworkenv start \u003cpreset_name\u003e\nworkenv \u003cpreset_name\u003e ...\u003cmore_preset_names\u003e\n```\n\n#### Exit preset\n\nIt will close all programs listed for the preset.\n\n```\nworkenv exit \u003cpreset_name\u003e\n```\n\n### Backup and restore\n\n#### Backup\n\n```\nworkenv backup\n```\n\n#### Restore\n\n```\nworkenv restore\n```\n\n## License\n\nMIT © [Horace Lee](https://github.com/horacehylee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoracehylee%2Fworkenv-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoracehylee%2Fworkenv-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoracehylee%2Fworkenv-cli/lists"}