https://github.com/takagiy/ukagakasay
Echo with Ukagaka from command line. / 伺かを喋らせるコマンド
https://github.com/takagiy/ukagakasay
cli ukagaka
Last synced: 12 months ago
JSON representation
Echo with Ukagaka from command line. / 伺かを喋らせるコマンド
- Host: GitHub
- URL: https://github.com/takagiy/ukagakasay
- Owner: takagiy
- License: mit
- Created: 2018-11-11T09:02:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T14:21:03.000Z (over 5 years ago)
- Last Synced: 2025-03-11T12:38:56.363Z (about 1 year ago)
- Topics: cli, ukagaka
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ukagakasay―伺かを喋らせるコマンド
## Usage example


## What's this?
SSTP SEND 1.1を送って伺かを喋らせるコマンドです.
メッセージに含まれる改行はさくらスクリプトの改行コマンド`"\n"`に置換されます.
`"\"`および`"%"`は`"\\"`と`"\%"`にエスケープされます.
## Installation
* 必要なもの
- [golang](https://golang.org/dl/)
* `ukagakasay`をインストールするコマンド
```console
go get github.com/takagiy/ukagakasay
```
## Help
```console
$ ukagakasay --help
Usage: ukagakasay [options..] [message]
Options:
-A, --address SSTP Address (Default localhost)
-P, --port SSTP Port (Default 9821)
-u, --unyuu Speaking by partner
If message is not specified, pipe stdin.
(In terminal, send eof by `Ctrl D`.)
```