Thanks to visit codestin.com
Credit goes to github.com

Skip to content

notEpsilon/lucy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucy

Lucy is a command line tool to send/stream files among devices on the same LAN over TCP

Installation

download and install the Go programming language from this link: download Go

then run:

go install github.com/notEpsilon/lucy@latest

and you are done!.

Usage

on the receiving computer open a cmd/terminal and run:

lucy wait -o output_file.zip

Note: the output_file.zip is the output file name you need to PROVIDE CORRECT OUTPUT FILE EXTENSION

then on the sender computer run:

lucy send -f my_file.zip --host <the host provided by the `lucy wait` command>

Options

to see different options and default values run:

lucy help

About

Lucy is a command line tool to send/stream files among devices on the same LAN over TCP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published