MCPcopy Create free account

hub / github.com/codegangsta/lazybeads / functions

Functions119 in github.com/codegangsta/lazybeads

↓ 108 callersMethodRender
(w io.Writer, m list.Model, index int, item list.Item)
internal/app/panel.go:43
↓ 15 callersMethodgetSelectedTask
()
internal/app/app.go:548
↓ 10 callersFunctionNewClient
NewClient creates a new beads client
internal/beads/client.go:17
↓ 10 callersMethodView
View renders the application
internal/app/views.go:13
↓ 9 callersMethodSetFocus
SetFocus sets whether this panel is focused
internal/app/panel.go:147
↓ 8 callersMethodUpdate
Update handles messages
internal/app/app.go:209
↓ 8 callersFunctionskipIfNoBeads
These tests require bd to be installed and run in a beads-initialized directory Skip if not in a valid environment
internal/beads/client_test.go:11
↓ 7 callersMethodTaskCount
TaskCount returns the number of tasks in this panel
internal/app/panel.go:181
↓ 7 callersMethodloadTasks
loadTasks creates a command to load all tasks
internal/app/messages.go:67
↓ 6 callersFunctionLoad
Load reads the configuration from the default location
internal/config/config.go:24
↓ 6 callersMethoddistributeTasks
()
internal/app/app.go:494
↓ 5 callersMethodCreate
Create creates a new task
internal/beads/client.go:106
↓ 5 callersMethodDelete
Delete removes a task
internal/beads/client.go:193
↓ 5 callersMethodList
List returns tasks with optional filters
internal/beads/client.go:37
↓ 5 callersMethodSetSize
SetSize updates the panel dimensions
internal/app/panel.go:130
↓ 5 callersFunctionStatusStyle
StatusStyle returns a styled status string
internal/ui/styles.go:149
↓ 4 callersMethodClose
Close marks a task as completed
internal/beads/client.go:178
↓ 4 callersFunctionConfigPath
ConfigPath returns the config file path to use. It checks in order: 1. LAZYBEADS_CONFIG environment variable (direct path to config file) 2. Default X
internal/config/config.go:56
↓ 4 callersFunctionPriorityStyle
PriorityStyle returns a styled priority string
internal/ui/styles.go:138
↓ 4 callersMethodShow
Show returns details for a specific task
internal/beads/client.go:77
↓ 4 callersMethodupdateSizes
()
internal/app/app.go:383
↓ 3 callersMethodHandleKey
HandleKey handles key navigation within the panel
internal/app/panel.go:203
↓ 3 callersMethodHeight
()
internal/app/panel.go:39
↓ 3 callersFunctionNewModalSelect
NewModalSelect creates a new select modal
internal/ui/modal.go:57
↓ 3 callersFunctionNewPanel
NewPanel creates a new panel with the given title
internal/app/panel.go:101
↓ 3 callersMethodPriorityString
PriorityString returns a short priority label
internal/models/task.go:32
↓ 3 callersMethodSelectedTask
SelectedTask returns the currently selected task, if any
internal/app/panel.go:169
↓ 3 callersMethodSetCollapsed
SetCollapsed sets whether this panel is collapsed to a single line
internal/app/panel.go:159
↓ 3 callersMethodSetTasks
SetTasks updates the panel's task list
internal/app/panel.go:120
↓ 3 callersMethodhandleSelectBarKeys
(msg tea.KeyMsg)
internal/app/handlers.go:283
↓ 3 callersMethodisInProgressVisible
isInProgressVisible returns true if the In Progress panel should be shown
internal/app/app.go:561
↓ 3 callersMethodupdateDetailContent
()
internal/app/views.go:287
↓ 3 callersMethodupdateFormFocus
()
internal/app/forms.go:71
↓ 2 callersMethodInputValue
InputValue returns the input value
internal/ui/modal.go:113
↓ 2 callersMethodIsInitialized
IsInitialized checks if beads is initialized in current directory
internal/beads/client.go:22
↓ 2 callersMethodListOpen
ListOpen returns all open tasks
internal/beads/client.go:55
↓ 2 callersMethodReady
Ready returns tasks with no blockers
internal/beads/client.go:60
↓ 2 callersMethodSelectedValue
SelectedValue returns the currently selected value
internal/ui/modal.go:105
↓ 2 callersMethodapplyModalSelection
(taskID, value string)
internal/app/handlers.go:316
↓ 2 callersMethodcyclePanelFocus
(direction int)
internal/app/app.go:576
↓ 2 callersMethodgetVisiblePanels
getVisiblePanels returns the list of currently visible panel focus values
internal/app/app.go:566
↓ 2 callersMethodmatchCustomCommand
matchCustomCommand checks if the key matches any custom command for the given context
internal/app/handlers.go:422
↓ 2 callersFunctionpollTick
pollTick creates a command that ticks for polling
internal/app/messages.go:60
↓ 2 callersMethodsubmitForm
()
internal/app/forms.go:82
↓ 2 callersMethodviewMain
()
internal/app/views.go:38
↓ 1 callersFunctionDefaultConfigPath
DefaultConfigPath returns the default config file path
internal/config/config.go:66
↓ 1 callersFunctionDefaultKeyMap
DefaultKeyMap returns the default keybindings
internal/ui/keys.go:51
↓ 1 callersMethodInit
Init initializes beads in current directory
internal/beads/client.go:28
↓ 1 callersMethodIsCollapsed
IsCollapsed returns whether this panel is collapsed
internal/app/panel.go:164
↓ 1 callersMethodMoveDown
MoveDown moves selection down in select modal
internal/ui/modal.go:83
↓ 1 callersMethodMoveUp
MoveUp moves selection up in select modal
internal/ui/modal.go:76
↓ 1 callersFunctionNew
New creates a new application model
internal/app/app.go:119
↓ 1 callersFunctionNewModalInput
NewModalInput creates a new text input modal
internal/ui/modal.go:40
↓ 1 callersMethodSelectByShortcut
SelectByShortcut selects an option by its shortcut key Returns true if a shortcut matched
internal/ui/modal.go:91
↓ 1 callersMethodUpdate
Update modifies an existing task
internal/beads/client.go:147
↓ 1 callersFunctionbuildCustomCommandBindings
buildCustomCommandBindings creates key bindings from custom commands
internal/app/app.go:192
↓ 1 callersMethodeditDescriptionInEditor
(task *models.Task)
internal/app/handlers.go:383
↓ 1 callersMethodexecuteCustomCommand
executeCustomCommand renders and executes a custom command
internal/app/handlers.go:433
↓ 1 callersMethodhandleConfirmKeys
(msg tea.KeyMsg)
internal/app/handlers.go:247
↓ 1 callersMethodhandleDetailKeys
(msg tea.KeyMsg)
internal/app/handlers.go:185
↓ 1 callersMethodhandleFilterKeys
(msg tea.KeyMsg)
internal/app/handlers.go:369
↓ 1 callersMethodhandleFormKeys
(msg tea.KeyMsg)
internal/app/handlers.go:200
↓ 1 callersMethodhandleHelpKeys
(msg tea.KeyMsg)
internal/app/handlers.go:225
↓ 1 callersMethodhandleKeyPress
(msg tea.KeyMsg)
internal/app/handlers.go:21
↓ 1 callersMethodhandleListKeys
(msg tea.KeyMsg)
internal/app/handlers.go:52
↓ 1 callersMethodhandleSearchKeys
(msg tea.KeyMsg)
internal/app/handlers.go:346
↓ 1 callersMethodhandleTitleBarKeys
(msg tea.KeyMsg)
internal/app/handlers.go:260
↓ 1 callersFunctionmax
(a, b int)
internal/app/views.go:475
↓ 1 callersFunctionnewPanelDelegate
()
internal/app/panel.go:35
↓ 1 callersMethodrenderCommandTemplate
renderCommandTemplate renders the command template with task data
internal/app/handlers.go:467
↓ 1 callersMethodrenderStatusBar
()
internal/app/views.go:197
↓ 1 callersMethodresetForm
()
internal/app/forms.go:62
↓ 1 callersFunctionrunCheck
runCheck performs headless validation of the beads client
main.go:76
↓ 1 callersFunctionshowConfigStatus
showConfigStatus displays configuration loading diagnostics
main.go:180
↓ 1 callersMethodupdateForm
(msg tea.Msg)
internal/app/forms.go:12
↓ 1 callersMethodviewCollapsed
viewCollapsed renders a collapsed view with full border and one task line
internal/app/panel.go:352
↓ 1 callersMethodviewConfirm
()
internal/app/views.go:183
↓ 1 callersMethodviewDetailOverlay
()
internal/app/views.go:95
↓ 1 callersMethodviewForm
()
internal/app/views.go:408
↓ 1 callersMethodviewHelp
()
internal/app/views.go:113
↓ 1 callersMethodviewMainWithModal
()
internal/app/views.go:192
MethodDescription
()
internal/app/app.go:55
MethodFilePath
FilePath returns the path to the task's markdown file
internal/models/task.go:69
MethodFilterValue
()
internal/app/app.go:59
MethodFullHelp
FullHelp returns keybindings for expanded help view
internal/ui/keys.go:195
MethodInit
Init initializes the application
internal/app/app.go:204
MethodInputValue
InputValue returns the input value
internal/ui/inlinebar.go:112
MethodIsBlocked
IsBlocked returns true if task has blockers
internal/models/task.go:64
MethodIsFocused
IsFocused returns whether this panel is focused
internal/app/panel.go:154
MethodMoveLeft
MoveLeft moves selection left in select bar
internal/ui/inlinebar.go:75
MethodMoveRight
MoveRight moves selection right in select bar
internal/ui/inlinebar.go:82
FunctionNewInlineBarInput
NewInlineBarInput creates a new text input inline bar
internal/ui/inlinebar.go:40
FunctionNewInlineBarSelect
NewInlineBarSelect creates a new select inline bar
internal/ui/inlinebar.go:56
MethodSelectByShortcut
SelectByShortcut selects an option by its shortcut key Returns true if a shortcut matched
internal/ui/inlinebar.go:90
MethodSelectedValue
SelectedValue returns the currently selected value
internal/ui/inlinebar.go:104
MethodShortHelp
ShortHelp returns keybindings for compact help view
internal/ui/keys.go:182
MethodSpacing
()
internal/app/panel.go:40
MethodStatusIcon
StatusIcon returns a status indicator
internal/models/task.go:50
FunctionTestClient_Close
(t *testing.T)
internal/beads/client_test.go:183
FunctionTestClient_CreateAndDelete
(t *testing.T)
internal/beads/client_test.go:106
next →1–100 of 119, ranked by callers