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

https://github.com/kiedtl/meow

A lolcat clone for Windows 10 that actually works.
https://github.com/kiedtl/meow

lolcat powershell utility windows

Last synced: 11 months ago
JSON representation

A lolcat clone for Windows 10 that actually works.

Awesome Lists containing this project

README

          

# Meow
A minimalistic `lolcat` clone for Windows that actually works.

## What?
No `lolcat` clone would be complete without this picture, right? So here it is.

> ![](http://i3.photobucket.com/albums/y83/SpaceGirl3900/LOLCat-Rainbow.jpg)

## Screenshot
#### Current screenshot (v0.2019.03.22)
![](https://lptstr.github.io/lptstr-images/screenshots/projects/meow/0.2019.03.22.jpg)

#### Old Screenshot (v0.2019.01.31)
![](https://github.com/kiedtl/meow/raw/master/img/screenshot-new.gif)

#### Original screenshot (v0.2019.01.15)
![](https://github.com/kiedtl/meow/raw/master/img/screenshot.gif)

## Usage
Because Meow is meant to be a minimalistic clone, and due to the limitations of the Windows Console (`conhost.exe`), Meow has very little functionality compared to `lolcat` itself.

**OPTIONS**

| Alias | Option | Description |
|-------|----------------|---------------------------------------------------------------------------------------------|
| | -text | The text to display. (as of v0.2019.03.22, meow no longer supports reading from files.) |
| -s | -spread | The color spread for the color rainbow. |
| -q | -frequency | The frequency of the color spread. |
| -i | -invert | Invert the foreground and background colors. |
| -h | -help | Display the help message. |
| -d | -demo | Show a demonstration of `meow`. |

## Installation

If you have Git installed, clone the repository into whatever directory you want and add the `bin\meow.ps1` file to your PATH. And if you don't, install it and come back later.

You can also painlessly install Meow with [Scoop](https://scoop.sh).
First, ensure that you have the `extras` bucket added:
```powershell
$ scoop bucket list
nirsoft
java
blah blah
...

extras
```

If you don't, add it.
```
$ scoop bucket add extras
```

Then install Meow:
```powershell
$ scoop install meow
```

Updating to the latest version is also easy:
```powershell
$ scoop update meow
```

## License
I'm a cranky dev, and i'm not too fond of people freely using my stuff that I worked hard on, so I've licensed my work under the following license:
- AGPL-v3.0