Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charm-and-friends/kancli
/ functions
Functions
33 in github.com/charm-and-friends/kancli
⨍
Functions
33
◇
Types & classes
7
↓ 4 callers
Method
Focus
()
column.go:20
↓ 3 callers
Method
Blur
()
column.go:24
↓ 3 callers
Method
Focused
()
column.go:28
↓ 3 callers
Method
getNext
()
main.go:12
↓ 3 callers
Function
newColumn
(status status)
column.go:32
↓ 2 callers
Function
NewForm
(title, description string)
form.go:24
↓ 2 callers
Method
Set
(i int, t Task)
column.go:93
↓ 2 callers
Method
Update
Update handles all the I/O for columns.
column.go:48
↓ 2 callers
Method
Update
(msg tea.Msg)
form.go:44
↓ 1 callers
Method
CreateTask
()
form.go:36
↓ 1 callers
Method
DeleteCurrent
()
column.go:83
↓ 1 callers
Method
MoveToNext
()
column.go:124
↓ 1 callers
Function
NewBoard
()
model.go:18
↓ 1 callers
Method
getPrev
()
main.go:19
↓ 1 callers
Method
getStyle
()
column.go:104
↓ 1 callers
Method
initLists
Provides the mock data to fill the kanban board
data.go:7
↓ 1 callers
Function
newDefaultForm
()
form.go:20
↓ 1 callers
Method
setSize
(width, height int)
column.go:100
Method
Description
()
task.go:30
Method
FilterValue
implement the list.Item interface
task.go:22
Method
FullHelp
FullHelp returns keybindings for the expanded help view. It's part of the key.Map interface.
keys.go:13
Method
Init
()
model.go:24
Method
Init
Init does initial setup for the column.
column.go:43
Method
Init
()
form.go:40
Function
NewTask
(status status, title, description string)
task.go:9
Method
Next
()
task.go:13
Method
ShortHelp
ShortHelp returns keybindings to be shown in the mini help view. It's part of the key.Map interface.
keys.go:7
Method
Title
()
task.go:26
Method
Update
(msg tea.Msg)
model.go:28
Method
View
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
Method
View
()
column.go:79
Method
View
()
form.go:75
Function
main
()
main.go:36