MCPcopy Create free account

hub / github.com/charm-and-friends/kancli / functions

Functions33 in github.com/charm-and-friends/kancli

↓ 4 callersMethodFocus
()
column.go:20
↓ 3 callersMethodBlur
()
column.go:24
↓ 3 callersMethodFocused
()
column.go:28
↓ 3 callersMethodgetNext
()
main.go:12
↓ 3 callersFunctionnewColumn
(status status)
column.go:32
↓ 2 callersFunctionNewForm
(title, description string)
form.go:24
↓ 2 callersMethodSet
(i int, t Task)
column.go:93
↓ 2 callersMethodUpdate
Update handles all the I/O for columns.
column.go:48
↓ 2 callersMethodUpdate
(msg tea.Msg)
form.go:44
↓ 1 callersMethodCreateTask
()
form.go:36
↓ 1 callersMethodDeleteCurrent
()
column.go:83
↓ 1 callersMethodMoveToNext
()
column.go:124
↓ 1 callersFunctionNewBoard
()
model.go:18
↓ 1 callersMethodgetPrev
()
main.go:19
↓ 1 callersMethodgetStyle
()
column.go:104
↓ 1 callersMethodinitLists
Provides the mock data to fill the kanban board
data.go:7
↓ 1 callersFunctionnewDefaultForm
()
form.go:20
↓ 1 callersMethodsetSize
(width, height int)
column.go:100
MethodDescription
()
task.go:30
MethodFilterValue
implement the list.Item interface
task.go:22
MethodFullHelp
FullHelp returns keybindings for the expanded help view. It's part of the key.Map interface.
keys.go:13
MethodInit
()
model.go:24
MethodInit
Init does initial setup for the column.
column.go:43
MethodInit
()
form.go:40
FunctionNewTask
(status status, title, description string)
task.go:9
MethodNext
()
task.go:13
MethodShortHelp
ShortHelp returns keybindings to be shown in the mini help view. It's part of the key.Map interface.
keys.go:7
MethodTitle
()
task.go:26
MethodUpdate
(msg tea.Msg)
model.go:28
MethodView
Changing to pointer receiver to get back to this model after adding a new task via the form... Otherwise I would need to pass this model along to the
model.go:71
MethodView
()
column.go:79
MethodView
()
form.go:75
Functionmain
()
main.go:36