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 pagek
- Previous pageq
- Quit
Summary
Functions
Paginates data and starts a pseudo-interactive console