README.md

[![Hex.pm](http://img.shields.io/hexpm/v/pane.svg)](https://hex.pm/packages/pane)
[![Deps Status](https://beta.hexfaktor.org/badge/all/github/codedge-llc/pane.svg)](https://beta.hexfaktor.org/github/codedge-llc/pane)

# Pane
Paginated data viewer for IEx. Useful for inspecting large collections and
deeply nested structs.


## Installation

Add pane as a `mix.exs` dependency:
```elixir
def deps do
  [{:pane, "~> 0.1.0"}]
end
```

## Usage

    iex> data =  File.read!("mix.exs") # Or some other really long string
    iex> Pane.console(data)

![console](https://raw.githubusercontent.com/codedge-llc/pane/master/docs/console.png)

## Available Commands
* `j` - Next page
* `k` - Previous page
* `q` - Quit