Documentation ¶
Index ¶
- func ResizeString(s string, width int, indentation string) string
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) RenderVerses ¶
func (*Reader) SetPadding ¶
Click to show internal directories.
Click to hide internal directories.