Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 1.63 KB

README_en.md

File metadata and controls

86 lines (53 loc) · 1.63 KB

LocalSend CLI

LocalSend CLI logo

✨LocalSend CLI✨

Documentation

中文 | EN

Installation

😊 You can download the executable file from the Release page and select the version for your platform.

Prerequisites

  • Go 1.16 or higher

Clone the Repository

git clone https://github.com/meowrain/localsend_cli.git
cd localsend_cli

Build

Use the Makefile to compile the program.

make build

This will generate binary files for all supported platforms in the bin directory.

Usage

Help

Help

Run the Program

Receive Mode

.\localsend_cli-windows-amd64.exe -mode receive

alt text

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

Send Mode

.\localsend_cli-windows-amd64.exe -mode send -file ./xxxx.xx

Example:

.\localsend_cli-windows-amd64.exe -mode send -file ./hello.tar.gz

alt text alt text

You can use j, k, or arrow keys to navigate, q to quit, and enter to confirm.

Contribution

Feel free to submit issues and pull requests to help improve this project.

License

MIT

Todo

  • Completed send feature: Text sent can display directly on the device.
  • TUI refresh issue
  • i18n