Skip to content

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

License

Notifications You must be signed in to change notification settings

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