Documentation
¶
Index ¶
- type Model
- func (m *Model) CopyFilePath(cursor int) tea.Cmd
- func (m Model) GetFileAtY(yoffset int) string
- func (m Model) Init() tea.Cmd
- func (m *Model) ScrollDown(lines int)
- func (m *Model) ScrollUp(lines int)
- func (m *Model) SetCursor(cursor int)
- func (m *Model) SetCursorNoScroll(cursor int)
- func (m Model) SetFiles(files []*gitdiff.File) Model
- func (m *Model) SetIconStyle(iconStyle string)
- func (m *Model) SetSize(width, height int)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
- func (m Model) ViewportYOffset() int
- func (m *Model) Width() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) GetFileAtY ¶ added in v0.4.0
GetYOffset returns the tree's current Y scroll offset.
func (*Model) ScrollDown ¶ added in v0.4.0
ScrollDown scrolls the viewport down by the given number of lines.
func (*Model) ScrollUp ¶ added in v0.4.0
ScrollUp scrolls the viewport up by the given number of lines.
func (*Model) SetCursorNoScroll ¶ added in v0.4.0
SetCursorNoScroll updates the selected file without scrolling the viewport. Use this when the user clicks on a file they can already see.
func (*Model) SetIconStyle ¶ added in v0.5.0
SetIconStyle changes the icon style and regenerates the tree.
func (Model) ViewportYOffset ¶ added in v0.7.0
ViewportYOffset returns the tree's current Y scroll offset.
Click to show internal directories.
Click to hide internal directories.