nooise 1.0.2

Fluid focus music for the terminal
<p align="center">
  <img src="https://raw.githubusercontent.com/ianjamesburke/nooise/v1.0.2/assets/nooise-wordmark.svg" alt="nooise" width="760">
</p>

<p align="center">
  Fluid focus music for the terminal.
</p>

<p align="center">
  <img src="https://raw.githubusercontent.com/ianjamesburke/nooise/v1.0.2/assets/nooise-preview.png" alt="nooise running in a terminal" width="900">
</p>

## Install

nooise requires Rust. Install it with rustup:

```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Open a new terminal after rustup finishes, then install nooise:

```sh
cargo install nooise --locked
```

## Start

```sh
nooise
```

Press `q` to quit.

## From Source

```sh
cargo run
```