Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Command RightNew to Visual Studio Code? Get it now.

Command Right

George Messeha

|
162 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CommandRight README

Did you get tired from memorizing all your required cli commands along with their arbitrary form options for all of your cli based tools? Did you ask yourself why not to have a programmig language instead of this primitive way (cli) of commanding?This VSCode extension is written for that purpose. You will use a well documented TypeScript line with intellisense help to write your command in english readable form and with well discriped options that you don't need to memorize as you used to in writing a decent application.

Features

CommandRight gives you the ability to using CLI commands through TypeScript via VSCode.

Requirements

No dependencies up to this version.

Extension Settings

This extension contributes the following settings:

  • YouSubtle.CommandRight.Open: Creates if not found 'CommandRight.ts' to your main folder and opens it for writing your transpilable commands in TypeScript.
  • YouSubtle.CommandRight.EmitCommand: Translates the command at the editor cursor and emits it to the terminal for execution.
  • YouSubtle.CommandRight.ClearAndEmitCommand: The same as YouSubtle.CommandRight.EmitCommand except that it clears the terminal before execution.

Known Issues

None so far.

Release Notes

0.1.0

This is just an alpha release. It's not inteneded to be a stable version.


  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft