https://github.com/moul/guilhunize
Speak like Guilhem
https://github.com/moul/guilhunize
private-joke useless
Last synced: 11 months ago
JSON representation
Speak like Guilhem
- Host: GitHub
- URL: https://github.com/moul/guilhunize
- Owner: moul
- License: other
- Created: 2019-09-16T20:40:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T03:50:33.000Z (12 months ago)
- Last Synced: 2025-06-13T04:36:11.824Z (12 months ago)
- Topics: private-joke, useless
- Language: Makefile
- Homepage: https://guilhunize.moul.io/
- Size: 40 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# guilhunize
:smile: guilhunize
[](https://circleci.com/gh/moul/guilhunize)
[](https://godoc.org/moul.io/guilhunize)
[](https://github.com/moul/guilhunize/blob/master/COPYRIGHT)
[](https://github.com/moul/guilhunize/releases)
[](https://goreportcard.com/report/moul.io/guilhunize)
[](https://www.codefactor.io/repository/github/moul/guilhunize)
[](https://codecov.io/gh/moul/guilhunize)
[](https://microbadger.com/images/moul/guilhunize)
[](https://golangci.com/r/github.com/moul/guilhunize)
[](https://www.npmjs.com/package/@moul.io/guilhunize)
[](https://sourcegraph.com/github.com/moul/guilhunize?badge)
[](https://manfred.life/)
## Usage
### Guilhunize (translate)
```console
$ guilhunize "salut, j'aime bien faire des refactors et des déchiffrement"
salut, j'aime bien faire des refractos et des désenchiffrement
$ echo "le chiffrement de scaleway" | guilhunize
le cryptage de scalaway
```
### Quote
```console
$ guilhunize --quote
hein, quoi ?
$ guilhunize --quote
vous etes qui ?
$ guilhunize --quote
il etait cavalier, c'etait un mauvais soldat
...
```
## Test it live (lambda)
### Guilhunize
With httpie: `echo "j'aime bien les refactors" | http POST https://guilhunize.moul.io/api/guilhunize --body`
### Quote
Open your browser here: https://guilhunize.moul.io/api/quote
## Install
### Using go
```console
$ go get -u moul.io/guilhunize
```
### Using brew
```console
$ brew install moul/moul/guilhunize
```
### Docker
```console
$ docker pull moul/guilhunize
```
### NPM
```console
$ npm install moul.io/guilhunize
```
### Download releases
https://github.com/moul/guilhunize/releases
## License
© 2019 [Manfred Touron](https://manfred.life)
Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`