https://github.com/qiaocco/nbnhhsh-go
「能不能好好说话?」 的 Golang 版本
https://github.com/qiaocco/nbnhhsh-go
golang
Last synced: 7 months ago
JSON representation
「能不能好好说话?」 的 Golang 版本
- Host: GitHub
- URL: https://github.com/qiaocco/nbnhhsh-go
- Owner: qiaocco
- Created: 2021-07-09T15:48:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T16:51:41.000Z (about 4 years ago)
- Last Synced: 2024-06-19T16:32:40.878Z (about 1 year ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 「能不能好好说话?」 的 Golang 版本
## 安装
#### 使用go get安装
```bash
go install github.com/qiaocco/nbnhhsh-go@latest
mv $GOPATH/bin/nbnhhsh-go $GOPATH/bin/hhsh
```#### 手动安装
从 [releases](https://github.com/qiaocco/nbnhhsh-go/releases) 下载最新发布版本, 解压可执行文件到 /usr/bin
## 例子
```shell
hhsh "s姐yyds, alal"
```

参考:
- [@itorr](https://github.com/itorr) 的[能不能好好说话?](https://github.com/itorr/nbnhhsh)
- [@yihong](https://github.com/yihong0618) 的[「能不能好好说话?」的CLI版本](https://github.com/yihong0618/nbnhhsh-cli)
- [@Timothy](https://github.com/TimothyYe) 的[command-line youdao dictionary](https://github.com/TimothyYe/ydict)