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.
- Host: GitHub
- URL: https://github.com/fabiospampinato/vscode-open-in-transmit
- Owner: fabiospampinato
- License: mit
- Created: 2017-07-19T17:13:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T02:19:02.000Z (about 2 years ago)
- Last Synced: 2025-01-30T07:15:28.561Z (over 1 year ago)
- Topics: extension, open-in, transmit, vsc, vscode
- Language: TypeScript
- Homepage:
- Size: 3.56 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Open in Transmit
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