Skip to content

zpp0196/localsend-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localsend-rs

CLI implementation of localsend.

Install

$ cargo install --git https://github.com/zpp0196/localsend-rs.git

Usage

Send

# send text only
$ localsend send "text to sent"

# send files
$ localsend send /path/to/file1 /path/to/file2 ...

# send mixed texts and files
$ localsend send "text to sent" /path/to/file ...

Receive

# receive files and save to $(pwd)
$ localsend receive

# receive files and save to path
$ localsend receive --dest /path/to/save

# receive all files automatically
$ localsend receive --quick-save

Roadmap

  • Settings
    • Device alias
    • Device fingerprint
    • Multicast address
    • Port
    • Enable https
    • Quick Save
    • Save directory
    • Non interactive mode
  • Discovery
    • Multicast UDP
    • HTTP(Legacy Mode)
  • File transfer
    • Send files and texts
    • Send clipboard data
    • Cancel sending
    • File upload progress bar
    • Fuzzy Select devices
    • Receive files
  • Reverse file transfer
    • Browser URL
    • Receive request(not in plan)

Thanks

About

CLI implementation of localsend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages