An open API service indexing awesome lists of open source software.

https://github.com/moul/moulsay

Egocentric "cowsay" alternative
https://github.com/moul/moulsay

ascii-art cli cowsay useless

Last synced: 7 months ago
JSON representation

Egocentric "cowsay" alternative

Awesome Lists containing this project

README

          

# moulsay

:smile: moulsay

[![GoDoc](https://godoc.org/moul.io/moulsay?status.svg)](https://godoc.org/moul.io/moulsay)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/golang-repo-template/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/moulsay.svg)](https://github.com/moul/moulsay/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/moulsay)](https://goreportcard.com/report/moul.io/moulsay)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/moulsay/badge)](https://www.codefactor.io/repository/github/moul/moulsay)
[![codecov](https://codecov.io/gh/moul/moulsay/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/moulsay)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/moulsay.svg)](https://microbadger.com/images/moul/moulsay)
[![Sourcegraph](https://sourcegraph.com/github.com/moul/moulsay/-/badge.svg)](https://sourcegraph.com/github.com/moul/moulsay?badge)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

## Usage

```console
$ moulsay 'Hello World!'
++
++++
++++
++++++++++
+++ |
++ |
+ -== ==|
( <*> <*>
| |
| __|
| +++
\ =+
\ + Hello World!
|\++++++
| ++++ ||//
____| |____ _||/__
/ --- \ \| |||
/ _ _ _ / \ \ /
| / / //_//_// | | |
```

## Install

### Using go

```console
$ go get -u moul.io/moulsay
```

### Using brew

```console
$ brew install moul/moul/moulsay
```

### Download releases

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

## License

© 2019-2020 [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)`