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 pagek
- Previous pageq
- Quit
Link to this section Summary
Functions
Paginates data and starts a pseudo-interactive console.
Link to this section Functions
Link to this function
console(data)
Paginates data and starts a pseudo-interactive console.