MCPcopy Create free account

hub / github.com/codegangsta/lazybeads / types & classes

Types & classes28 in github.com/codegangsta/lazybeads

↓ 1 callersTypeAliastickMsg
tickMsg triggers periodic refresh
internal/app/messages.go:57
StructClient
Client wraps the bd CLI commands
internal/beads/client.go:14
StructConfig
Config represents the application configuration
internal/config/config.go:11
StructCreateOptions
CreateOptions holds options for creating a task
internal/beads/client.go:97
StructCustomCommand
CustomCommand represents a user-defined command
internal/config/config.go:16
StructInlineBar
InlineBar represents a bottom bar for inline editing
internal/ui/inlinebar.go:26
StructInlineBarOption
InlineBarOption represents an option in a select inline bar
internal/ui/inlinebar.go:19
TypeAliasInlineBarType
InlineBarType defines the type of inline bar
internal/ui/inlinebar.go:11
StructKeyMap
KeyMap defines all keybindings
internal/ui/keys.go:6
StructModal
Modal represents a centered overlay dialog
internal/ui/modal.go:26
StructModalOption
ModalOption represents an option in a select modal
internal/ui/modal.go:19
TypeAliasModalType
ModalType defines the type of modal
internal/ui/modal.go:11
StructModel
Model is the main application state
internal/app/app.go:64
TypeAliasPanelFocus
PanelFocus represents which panel is focused
internal/app/app.go:37
StructPanelModel
PanelModel represents a single panel showing a filtered list of tasks
internal/app/panel.go:18
StructTask
Task represents a beads issue
internal/models/task.go:9
StructUpdateOptions
UpdateOptions holds options for updating a task
internal/beads/client.go:137
TypeAliasViewMode
ViewMode represents the current view
internal/app/app.go:21
StructclearStatusMsg
clearStatusMsg clears the status flash message
internal/app/messages.go:54
StructclipboardCopiedMsg
clipboardCopiedMsg is sent when text is copied to clipboard
internal/app/messages.go:48
StructeditorFinishedMsg
editorFinishedMsg is sent when external editor completes
internal/app/messages.go:42
StructpanelDelegate
panelDelegate is a custom delegate for rendering task items in panels
internal/app/panel.go:30
StructtaskClosedMsg
taskClosedMsg is sent when a task is closed
internal/app/messages.go:32
StructtaskCreatedMsg
taskCreatedMsg is sent when a task is created
internal/app/messages.go:21
StructtaskDeletedMsg
taskDeletedMsg is sent when a task is deleted
internal/app/messages.go:37
StructtaskItem
taskItem wraps a Task for the list component
internal/app/app.go:47
StructtaskUpdatedMsg
taskUpdatedMsg is sent when a task is updated
internal/app/messages.go:27
StructtasksLoadedMsg
tasksLoadedMsg is sent when tasks are loaded
internal/app/messages.go:15