An open API service indexing awesome lists of open source software.

https://github.com/fabiospampinato/vscode-open-in-transmit

Adds a few commands for opening the current file or project in Transmit.
https://github.com/fabiospampinato/vscode-open-in-transmit

extension open-in transmit vsc vscode

Last synced: 12 months ago
JSON representation

Adds a few commands for opening the current file or project in Transmit.

Awesome Lists containing this project

README

          

# Open in Transmit


Logo

Adds a few commands for opening the current file or project in [Transmit](https://panic.com/transmit).

This extension will automatically switch to "Local Browser" for you, in order for this to work you might need to grant Visual Studio Code accessibility permissions (System Preferences -> Security & Privacy -> Privacy -> Accessibility).

## Install

Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-open-in-transmit), or run the following in the command palette:

```shell
ext install fabiospampinato.vscode-open-in-transmit
```

## Usage

It adds 4 commands to the command palette:

```js
'Open in Transmit (Left)' // Open the current file or project in Transmit's left panel
'Open in Transmit (Right)' // Open the current file or project in Transmit's right panel
'Open Root in Transmit (Left)' // Open the current project in Transmit's left panel
'Open Root in Transmit (Right)' // Open the current project in Transmit's right panel
```

## License

MIT © Fabio Spampinato