Home

Awesome

Hex.pm Hex.pm

Pane

Paginated data viewer for IEx. Written for scribe. Useful for inspecting large collections and deeply nested structs.

Installation

Add :pane as a mix.exs dependency:

def deps do
  [
    {:pane, "~> 0.4.1"}
  ]
end

Usage

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

console

Available Commands