Skip to content

LocalSend的命令行实现。CLI for localsend implemented in Go

License

Notifications You must be signed in to change notification settings

meowrain/localsend-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalSend Go

✨CLI for localsend implemented in Go✨


localsend-go

文档 | Document

中文 | EN | 日本語

现分为v1.1.0版本和v1.2.0版本,v1.1.0版本文档见 Localsend-Go-Version-1.1.0 doc

下面为v1.2.0版本文档

安装|Install

Arch Linux

yay -Syy
yay -S localsend-go

😊可以下载Release中的可执行文件,找到你对应的平台即可。

先决条件

  • Go 1.16 或更高版本

克隆仓库

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

编译

使用 Makefile 来编译程序。

make build

这将会为所有支持的平台生成二进制文件,并保存在 bin 目录中。

使用

运行程序

Windows 下直接双击应用就可以了。

Windows

或者

.\localsend_cli-windows-amd64.exe

Version 1.2

现在只需要使用键盘选择你要执行的模式,就会自动启动相应的模式了。

Windows Run

接收模式下接收完成后请使用 Ctrl + C 结束程序,不要直接关闭窗口,Windows 直接关闭窗口并不会结束程序。

根据你的操作系统和架构选择相应的二进制文件运行。

Linux 下需要执行这个命令,启用其 ping 功能:

sudo setcap cap_net_raw=+ep localsend_cli

贡献

感谢下面的小伙伴们的支持!

欢迎提交 issue 和 pull request 来帮助改进这个项目。

许可证

MIT

Todo

  • 发送功能完善,发送文字可以在设备上直接显示
  • TUI 刷新问题
  • 国际化(i18n)

Star History

Star History Chart