Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takagiy/ukagakasay
Echo with Ukagaka from command line. / 伺かを喋らせるコマンド
https://github.com/takagiy/ukagakasay
cli ukagaka
Last synced: 28 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T14:21:03.000Z (about 4 years ago)
- Last Synced: 2024-07-30T20:57:48.429Z (4 months ago)
- Topics: cli, ukagaka
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ukagakasay―伺かを喋らせるコマンド
## Usage example
![ukagakasay Hallo](https://raw.githubusercontent.com/wiki/TakagiY/ukagakasay/say_hallo.png)
![ls /usr -l | ukagakasay](https://raw.githubusercontent.com/wiki/TakagiY/ukagakasay/pipe_ls.png)## 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 partnerIf message is not specified, pipe stdin.
(In terminal, send eof by `Ctrl D`.)
```