Versions in this module Expand all Collapse all v0 v0.2.8 Jul 10, 2024 Changes in this version + func ResizeString(s string, width int, indentation string) string + type Reader struct + func NewReader(searcher search.Searcher, query string) *Reader + func (r *Reader) Footer() string + func (r *Reader) Header() string + func (r *Reader) Init() tea.Cmd + func (r *Reader) Query(query string) (string, error) + func (r *Reader) RenderVerses() string + func (r *Reader) SetPadding(p int) + func (r *Reader) SetWrap(w bool) + func (r *Reader) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (r *Reader) View() string