vmshare

command module
v0.0.0-...-5a3eec9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2024 License: MIT Imports: 3 Imported by: 0

README

VMShare MIT License

VMShare is a program that just starts an http file server at the 1st argument. VMShare is meant to be used inbetween a host computer and a virtual environment without using shared folders.

VMShare acts a read-only shared folder over http.

GIF

Installing

go install github.com/notwithering/vmshare@latest

Example Usage

$ echo "heyy kiddo" > test.txt
$ vmshare &
Sharing at http://127.0.0.1:8080

$ curl 127.0.0.1:8080/test.txt
heyy kiddo

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL