Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiaocco/nbnhhsh-go
「能不能好好说话?」 的 Golang 版本
https://github.com/qiaocco/nbnhhsh-go
golang
Last synced: about 1 month ago
JSON representation
「能不能好好说话?」 的 Golang 版本
- Host: GitHub
- URL: https://github.com/qiaocco/nbnhhsh-go
- Owner: qiaocco
- Created: 2021-07-09T15:48:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T16:51:41.000Z (over 3 years ago)
- Last Synced: 2024-06-19T16:32:40.878Z (7 months 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"
```
![image](https://user-images.githubusercontent.com/25075484/125169209-b2df5400-e1db-11eb-8762-32173b5553b4.png)
参考:
- [@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)