Versions in this module Expand all Collapse all v0 v0.1.3 May 9, 2026 v0.1.2 May 9, 2026 Changes in this version + type Entry struct + Depth int + IsDir bool + Name string + type Field struct + Label string + Value string + type Model struct + func New() Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string