Skip to content

moul/guilhunize

guilhunize

😄 guilhunize

CircleCI GoDoc License GitHub release Go Report Card CodeFactor codecov Docker Metrics GolangCI npm Sourcegraph Made by Manfred Touron

Usage

Guilhunize (translate)

$ 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

$ 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

$ go get -u moul.io/guilhunize

Using brew

$ brew install moul/moul/guilhunize

Docker

$ docker pull moul/guilhunize

NPM

$ npm install moul.io/guilhunize

Download releases

https://github.com/moul/guilhunize/releases

License

© 2019 Manfred Touron

Licensed under the Apache License, Version 2.0 (LICENSE-APACHE) or the MIT license (LICENSE-MIT), at your option. See the COPYRIGHT file for more details.

SPDX-License-Identifier: (Apache-2.0 OR MIT)