Documentation ¶ Index ¶ type FilterState type Model func New(opts Options) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FilterState ¶ type FilterState struct { // contains filtered or unexported fields } type Model ¶ type Model struct { // contains filtered or unexported fields } func New ¶ func New(opts Options) Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string type Options ¶ type Options struct { Store storage.Store Searcher storage.Searcher Agents []string Actions []string Statuses []string Since time.Time Until time.Time Session string FilePattern string CmdPattern string Sensitive bool } Source Files ¶ View all Source files detail.goexport.gofilterbar.gofooter.goformat.goheader.gohelp.gomessages.gomodel.gooptions.gosessions.gostyles.gosummary.go Click to show internal directories. Click to hide internal directories.