Pane v0.1.0 Pane

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

Usage

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

![console][/docs/console.png]

Available Commands

  • j - Next page
  • k - Previous page
  • q - Quit

Summary

Functions

Paginates data and starts a pseudo-interactive console

Functions

console(data)

Paginates data and starts a pseudo-interactive console.