Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoriesTab ¶
type CategoriesTab struct {
components.ViewportTab // Embed base viewport functionality
// contains filtered or unexported fields
}
func NewCategoriesTab ¶
func NewCategoriesTab(repos *storage.Repositories) *CategoriesTab
Return pointer to match tea.Model interface
func (*CategoriesTab) Init ¶
func (c *CategoriesTab) Init() tea.Cmd
func (*CategoriesTab) View ¶
func (c *CategoriesTab) View() string
type HomeTab ¶
type HomeTab struct {
components.ViewportTab
}
HomeTab displays welcome message and navigation instructions.
type SnippetsTab ¶
type SnippetsTab struct {
components.ViewportTab // Embed base viewport functionality
// contains filtered or unexported fields
}
func NewSnippetsTab ¶
func NewSnippetsTab(repos *storage.Repositories) *SnippetsTab
func (*SnippetsTab) Init ¶
func (s *SnippetsTab) Init() tea.Cmd
func (*SnippetsTab) View ¶
func (s *SnippetsTab) View() string
type TagsTab ¶
type TagsTab struct {
components.ViewportTab // Embed base viewport functionality
// contains filtered or unexported fields
}
func NewTagsTab ¶
func NewTagsTab(repos *storage.Repositories) *TagsTab
Return pointer to match tea.Model interface
Click to show internal directories.
Click to hide internal directories.