https://github.com/kiesel/wormhole
Client/server interaction between guest and host system
https://github.com/kiesel/wormhole
Last synced: 12 months ago
JSON representation
Client/server interaction between guest and host system
- Host: GitHub
- URL: https://github.com/kiesel/wormhole
- Owner: kiesel
- License: mit
- Created: 2013-03-14T14:09:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T06:13:23.000Z (almost 9 years ago)
- Last Synced: 2025-02-21T13:45:33.081Z (over 1 year ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Wormhole
## About
Imagine this: you have a host OS and a virtualized guest; all development takes place on the guest; filesystems are mounted from guest to host, but when you ssh into the guest, there is no effective way of opening a modern editor, or a shell or new terminal.
Wormhole is here to fix that.
## Installation
You'll need to install wormhole on both, the guest and the host system. There are multiple ways to do it:
### Installation via antigen
* `antigen bundle kiesel/wormhole`
### Installation via zgen
* Put `zgen load kiesel/wormhole` into the *zgen* block in your `.zshrc`
### Manual installation (or oh-my-zsh)
Clone the git repository to some place; for oh-my-zsh, put it into $(ZSH_CUSTOM)
```sh
git clone https://github.com/kiesel/wormhole.git
```
Then, source the `wormhome.plugin.zsh` entrypoint script from your `.zshrc` or `.bashrc`; if you've put the checkout into the $(ZSH_CUSTOM) directory, you can omit the manual sourcing, oh-my-zsh will do it for you:
```sh
source $(HOME)/path/to/wormhole/wormhole.plugin.zsh
```