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

JPipe

jugyo

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

JPipe

VSCode Extension to pipe shell commands.

Commands

  • JPipe: Run runs command you select
  • JPipe: Edit opens ~/.vscode/jpipe.json that contains all commands

Example of ~/.vscode/jpipe.json:

{
  "Open Sibling": [
    "ls ..",
    "cd .. && code % && exit"
  ],
  "Switch branch": [
    "git for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)'",
    "git checkout % && exit"
  ],
  "New branch": [
    "#input",
    "git checkout -b % && exit"
  ]
}

% will be replace with the active file path or empty string when no active file

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft