Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codegangsta/lazybeads
/ types & classes
Types & classes
28 in github.com/codegangsta/lazybeads
⨍
Functions
119
◇
Types & classes
28
↓ 1 callers
TypeAlias
tickMsg
tickMsg triggers periodic refresh
internal/app/messages.go:57
Struct
Client
Client wraps the bd CLI commands
internal/beads/client.go:14
Struct
Config
Config represents the application configuration
internal/config/config.go:11
Struct
CreateOptions
CreateOptions holds options for creating a task
internal/beads/client.go:97
Struct
CustomCommand
CustomCommand represents a user-defined command
internal/config/config.go:16
Struct
InlineBar
InlineBar represents a bottom bar for inline editing
internal/ui/inlinebar.go:26
Struct
InlineBarOption
InlineBarOption represents an option in a select inline bar
internal/ui/inlinebar.go:19
TypeAlias
InlineBarType
InlineBarType defines the type of inline bar
internal/ui/inlinebar.go:11
Struct
KeyMap
KeyMap defines all keybindings
internal/ui/keys.go:6
Struct
Modal
Modal represents a centered overlay dialog
internal/ui/modal.go:26
Struct
ModalOption
ModalOption represents an option in a select modal
internal/ui/modal.go:19
TypeAlias
ModalType
ModalType defines the type of modal
internal/ui/modal.go:11
Struct
Model
Model is the main application state
internal/app/app.go:64
TypeAlias
PanelFocus
PanelFocus represents which panel is focused
internal/app/app.go:37
Struct
PanelModel
PanelModel represents a single panel showing a filtered list of tasks
internal/app/panel.go:18
Struct
Task
Task represents a beads issue
internal/models/task.go:9
Struct
UpdateOptions
UpdateOptions holds options for updating a task
internal/beads/client.go:137
TypeAlias
ViewMode
ViewMode represents the current view
internal/app/app.go:21
Struct
clearStatusMsg
clearStatusMsg clears the status flash message
internal/app/messages.go:54
Struct
clipboardCopiedMsg
clipboardCopiedMsg is sent when text is copied to clipboard
internal/app/messages.go:48
Struct
editorFinishedMsg
editorFinishedMsg is sent when external editor completes
internal/app/messages.go:42
Struct
panelDelegate
panelDelegate is a custom delegate for rendering task items in panels
internal/app/panel.go:30
Struct
taskClosedMsg
taskClosedMsg is sent when a task is closed
internal/app/messages.go:32
Struct
taskCreatedMsg
taskCreatedMsg is sent when a task is created
internal/app/messages.go:21
Struct
taskDeletedMsg
taskDeletedMsg is sent when a task is deleted
internal/app/messages.go:37
Struct
taskItem
taskItem wraps a Task for the list component
internal/app/app.go:47
Struct
taskUpdatedMsg
taskUpdatedMsg is sent when a task is updated
internal/app/messages.go:27
Struct
tasksLoadedMsg
tasksLoadedMsg is sent when tasks are loaded
internal/app/messages.go:15