Code Monkey home page Code Monkey logo

wormhole's Introduction

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)

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:

source $(HOME)/path/to/wormhole/wormhole.plugin.zsh

wormhole's People

Contributors

kiesel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

thekid

wormhole's Issues

Netcat

I had to change the following in net-invoke.sh in order to make the client side work:

-nc -l 127.0.0.1 5115 | while read -r -a 'RARG' ; do
+nc -p 5115 -l 127.0.0.1 | while read -r -a 'RARG' ; do

Using netcat on Cygwin:

$ nc -h 2>&1|head -3
[v1.10]
connect to somewhere:   nc [-options] hostname port[s] [ports] ...
listen for inbound:     nc -l -p port [-options] [hostname] [port]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.