Documentation
¶
Index ¶
- type Model
- func (m Model) CopyFilePath(cursor int) tea.Cmd
- func (m Model) GetFileAtY(y int) string
- func (m Model) GetYOffset() int
- func (m Model) Init() tea.Cmd
- func (m *Model) ScrollDown(lines int)
- func (m *Model) ScrollUp(lines int)
- func (m Model) SetCursor(cursor int) Model
- func (m Model) SetCursorNoScroll(cursor int) Model
- func (m Model) SetFiles(files []*gitdiff.File) Model
- func (m Model) SetIconStyle(iconStyle string) Model
- func (m *Model) SetSize(width, height int) tea.Cmd
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
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
GetFileAtY returns the file path at the given Y coordinate (0-indexed visual line), or "" if none.
func (Model) GetYOffset ¶ added in v0.4.0
GetYOffset returns the viewport'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.
Click to show internal directories.
Click to hide internal directories.