starssection

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Uncategorized = "Uncategorized"
	Untagged      = "Untagged"
)
View Source
const (
	GroupAll      = "all"
	GroupLanguage = "language"
	GroupCategory = "category"
	GroupTag      = "tag"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupBucket

type GroupBucket struct {
	Count int
	Repos []*store.Repository
}

type GroupHeaderRow

type GroupHeaderRow struct {
	Title string
}

func (GroupHeaderRow) GetColumns

func (r GroupHeaderRow) GetColumns() []string

func (GroupHeaderRow) GetId

func (r GroupHeaderRow) GetId() string

func (GroupHeaderRow) GetTitle

func (r GroupHeaderRow) GetTitle() string

func (GroupHeaderRow) GetUrl

func (r GroupHeaderRow) GetUrl() string

type GroupedRepos

type GroupedRepos struct {
	// contains filtered or unexported fields
}

func GroupByCategory

func GroupByCategory(repos []*store.Repository) GroupedRepos

func GroupByLanguage

func GroupByLanguage(repos []*store.Repository) GroupedRepos

func GroupByTag

func GroupByTag(repos []*store.Repository) GroupedRepos

func (GroupedRepos) BucketCount

func (g GroupedRepos) BucketCount(key string) int

func (GroupedRepos) Get

func (g GroupedRepos) Get(key string) []*store.Repository

func (GroupedRepos) GroupCount

func (g GroupedRepos) GroupCount() int

func (GroupedRepos) KeysSorted

func (g GroupedRepos) KeysSorted() []string

type Model

type Model struct {
	// contains filtered or unexported fields
}

func NewModel

func NewModel(id int, ctx *tuicontext.ProgramContext, cfg section.SectionConfig, groupBy string) *Model

func (*Model) CurrRow

func (m *Model) CurrRow() section.RowData

func (*Model) CurrRowIndex

func (m *Model) CurrRowIndex() int

func (*Model) FetchNextPageSectionRows

func (m *Model) FetchNextPageSectionRows() []tea.Cmd

func (*Model) FirstItem

func (m *Model) FirstItem()

func (*Model) GetConfig

func (m *Model) GetConfig() section.SectionConfig

func (*Model) GetId

func (m *Model) GetId() int

func (*Model) GetIsLoading

func (m *Model) GetIsLoading() bool

func (*Model) GetTotalCount

func (m *Model) GetTotalCount() int

func (*Model) GetType

func (m *Model) GetType() string

func (*Model) GroupCounts

func (m *Model) GroupCounts() map[string]int

func (*Model) IsSearchFocused

func (m *Model) IsSearchFocused() bool

func (*Model) LastItem

func (m *Model) LastItem()

func (*Model) NextRow

func (m *Model) NextRow() section.RowData

func (*Model) NumRows

func (m *Model) NumRows() int

func (*Model) Pager

func (m *Model) Pager() string

func (*Model) PrevRow

func (m *Model) PrevRow()

func (*Model) ResetFilters

func (m *Model) ResetFilters()

func (*Model) ResetRows

func (m *Model) ResetRows()

func (*Model) SetGroupBy added in v0.1.0

func (m *Model) SetGroupBy(groupBy string)

func (*Model) SetIsLoading

func (m *Model) SetIsLoading(v bool)

func (*Model) SetSize

func (m *Model) SetSize(w, h int)

func (*Model) Update

func (m *Model) Update(msg tea.Msg) (section.Section, tea.Cmd)

func (*Model) UpdateProgramContext

func (m *Model) UpdateProgramContext(ctx *tuicontext.ProgramContext)

func (*Model) View

func (m *Model) View() string

type RepoRow

type RepoRow struct {
	Repo *store.Repository
}

func (RepoRow) GetColumns

func (r RepoRow) GetColumns() []string

func (RepoRow) GetId

func (r RepoRow) GetId() string

func (RepoRow) GetTitle

func (r RepoRow) GetTitle() string

func (RepoRow) GetUrl

func (r RepoRow) GetUrl() string

type ReposFetchFailedMsg

type ReposFetchFailedMsg struct {
	SectionID int
	Err       error
}

type ReposFetchedMsg

type ReposFetchedMsg struct {
	SectionID int
	Repos     []*store.Repository
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL