Skip to content

MuhiaKevin/rs_send

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS_SEND

TODO

  • Send file/files
  • Send folder
  • Receive file/files
  • Receive folder
  • Send/Receive text
  • Work on UI(Ratatui, clap etc.)
  • Improve error handling

BUGS

  • Sending a folder does not send all the files in the folder

Resources

Installing dependicies

     sudo apt install libssl-dev # ssl libraries

     sudo apt install mingw-w64 # compiler for generating PE executables 

Cross building for Windows on ubuntu

     rustup target add x86_64-pc-windows-gnu
     cargo build --target x86_64-pc-windows-gnu

About

Localsend cli app in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages