pane

Paginated printer for IEx


Keywords
elixir, iex
License
MIT

Documentation

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

  • j - Next page
  • k - Previous page
  • f - First page
  • l - Last page
  • q - Quit