😊 You can download the executable file from the Release page and select the version for your platform.
- Go 1.16 or higher
git clone https://github.com/meowrain/localsend_cli.git
cd localsend_cli
Use the Makefile
to compile the program.
make build
This will generate binary files for all supported platforms in the bin
directory.
.\localsend_cli-windows-amd64.exe -mode receive
Choose the binary file that matches your operating system and architecture.
On Linux, you need to run the following command to enable the ping feature:
sudo setcap cap_net_raw=+ep localsend_cli
.\localsend_cli-windows-amd64.exe -mode send -file ./xxxx.xx
Example:
.\localsend_cli-windows-amd64.exe -mode send -file ./hello.tar.gz
You can use
j
,k
, or arrow keys to navigate,q
to quit, andenter
to confirm.
Feel free to submit issues and pull requests to help improve this project.
- Completed send feature: Text sent can display directly on the device.
- TUI refresh issue
- i18n