workenv-cli

1.0.6 • Public • Published

workenv-cli

Cli tool for managing working environment programs for Windows

npm version Build status Coverage Status

Installation

NPM

$ npm install -g workenv-cli

Yarn

$ yarn global add workenv-cli

Usage

Programs

Add Program

With program path
workenv program add C:\\...\TelegramDesktop\Telegram.exe
> What do you want to call the program? (telegram):
Without program path
workenv program add
> What do you want to call the program? :
> What is the program path?:

List Programs

workenv program
workenv program list
workenv program ls

Remove Program

workenv program remove telegram

Run Program

workenv program run telegram

Kill Program

workenv program kill telegram

Preset Management

Add Preset

workenv add <preset_name>

Edit Preset

Can enable or disable program for the preset.

workenv edit <preset_name>
> Select the program to be included:

View Preset

workenv view <preset_name>

List Presets

workenv list
workenv ls

Remove Preset

workenv remove <preset_name>
workenv rm <preset_name>

Preset Usage

Start preset

It will start all the programs enabled for the preset. If the program is already opened, it will be ignored.

workenv <preset_name>
workenv start <preset_name>
workenv <preset_name> ...<more_preset_names>

Exit preset

It will close all programs listed for the preset.

workenv exit <preset_name>

Backup and restore

Backup

workenv backup

Restore

workenv restore

License

MIT © Horace Lee

Readme

Keywords

none

Package Sidebar

Install

npm i workenv-cli

Weekly Downloads

1

Version

1.0.6

License

ISC

Last publish

Collaborators

  • horacehylee