command
module
Version:
v0.0.0-...-07df7a6
Opens a new window with list of versions in this module.
Published: Dec 21, 2020
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-send-cli
go-send 的终端命令行工具,配合 go-send 使用。
安装方法
$ git clone https://github.com/ahui2016/go-send-cli.git
$ cd go-send-cli
$ go install
- 建议在
go install
之前查看程序代码,整个程序只有一个代码文件 main.go, 很短,很直白,并且有注释,可大概了解这个程序的核心逻辑。
使用方法
- 执行命令
go-send-cli
(在 Windows 里则是 go-send-cli.exe) 即可接收消息
- 执行命令
go-send-cli -text "abc def"
可发送内容为 abc def 的消息
- 执行命令
go-send-cli -file path/to/abc.jpg
可发送名为 abc.jpg 的文件
- 执行命令
go-send-cli -clip "abc def"
可发送内容为 abc def 的消息到云剪贴板
- 注意, -clip -text -file 这三个功能原则上不可同时使用,若同时使用,只有其中一个功能生效。
demo 演示
由于我搭了一个 go-send 的演示站,因此你不需要自己搭建 go-send 即可体验 go-send-cli 的命令行操作。
默认安装位置
- Linux 里通常是 /home/your-user-name/go/bin
- Windows 里通常是 C:\Users\your-user-name\go\bin
- 在安装前可以用命令
go env -w GOBIN=path/to/go/bin
指定安装位置
- 如果安装后运行 go-send-cli 找不到程序,请将安装位置添加到系统 path 中
与 go-send 配合
TODO
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.