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

https://github.com/chunkhang/rain

Terminal rain
https://github.com/chunkhang/rain

Last synced: over 1 year ago
JSON representation

Terminal rain

Awesome Lists containing this project

README

          

# Rain

> Terminal rain

Sometimes, you just want some rain in the terminal.

## Demonstration

![rain](./demo/rain.gif)

## Dependencies

- [Go 1.15](https://golang.org/)
- [Ncurses](https://invisible-island.net/ncurses/)

## Building

To make rain:

```
make
```

## Usage

Let it rain:

```
./rain
```

To see what flags are accepted, check out:

```
./rain -help
```

## Inspirations

- [ascii-rain](https://github.com/nkleemann/ascii-rain)