Pane (Pane v0.4.1)

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

Link to this section Summary

Functions

Paginates data and starts a pseudo-interactive console.

Link to this section Functions

Paginates data and starts a pseudo-interactive console.