-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs.json
More file actions
88 lines (88 loc) · 4.04 KB
/
docs.json
File metadata and controls
88 lines (88 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
{
"Constant": [],
"Constructor": [],
"Deprecated": [],
"Field": [],
"Function": [],
"Method": [
{
"def": "ClaudePanel:start() -> self",
"desc": "Start the module (file watcher, update checker)",
"doc": "Start the module (file watcher, update checker)\n\nParameters:\n * None\n\nReturns:\n * The ClaudePanel object",
"name": "start",
"signature": "ClaudePanel:start() -> self"
},
{
"def": "ClaudePanel:stop() -> self",
"desc": "Stop the module",
"doc": "Stop the module\n\nParameters:\n * None\n\nReturns:\n * The ClaudePanel object",
"name": "stop",
"signature": "ClaudePanel:stop() -> self"
},
{
"def": "ClaudePanel:show() -> self",
"desc": "Show the task viewer",
"doc": "Show the task viewer\n\nParameters:\n * None\n\nReturns:\n * The ClaudePanel object",
"name": "show",
"signature": "ClaudePanel:show() -> self"
},
{
"def": "ClaudePanel:hide() -> self",
"desc": "Hide the task viewer",
"doc": "Hide the task viewer\n\nParameters:\n * None\n\nReturns:\n * The ClaudePanel object",
"name": "hide",
"signature": "ClaudePanel:hide() -> self"
},
{
"def": "ClaudePanel:toggle() -> self",
"desc": "Toggle the task viewer visibility",
"doc": "Toggle the task viewer visibility\n\nParameters:\n * None\n\nReturns:\n * The ClaudePanel object",
"name": "toggle",
"signature": "ClaudePanel:toggle() -> self"
},
{
"def": "ClaudePanel:configure(options) -> self",
"desc": "Configure the Spoon",
"doc": "Configure the Spoon\n\nParameters:\n * options - A table with configuration options\n\nReturns:\n * The ClaudePanel object",
"name": "configure",
"signature": "ClaudePanel:configure(options) -> self"
},
{
"def": "ClaudePanel:checkForUpdates(showNoUpdate) -> self",
"desc": "Manually check for updates",
"doc": "Manually check for updates\n\nParameters:\n * showNoUpdate - boolean, show notification even when no update available\n\nReturns:\n * The ClaudePanel object",
"name": "checkForUpdates",
"signature": "ClaudePanel:checkForUpdates(showNoUpdate) -> self"
},
{
"def": "ClaudePanel:bindHotkeys(mapping) -> self",
"desc": "Bind hotkeys for the Spoon",
"doc": "Bind hotkeys for the Spoon\n\nParameters:\n * mapping - A table with hotkey mappings\n\nReturns:\n * The ClaudePanel object",
"name": "bindHotkeys",
"signature": "ClaudePanel:bindHotkeys(mapping) -> self"
}
],
"Variable": [
{
"def": "ClaudePanel.config",
"desc": "Configuration table with the following keys:\n * width - Window width (default: 420)\n * height - Window height (default: 580)\n * margin - Screen margin (default: 20)\n * refreshDebounce - File watcher debounce (default: 0.2)\n * debugMode - Enable debug logging (default: false)\n * checkForUpdates - Check for updates on start (default: true)\n * updateCheckInterval - Update check interval in seconds (default: 86400)",
"doc": "Configuration table",
"name": "config",
"signature": "ClaudePanel.config"
},
{
"def": "ClaudePanel.defaultHotkeys",
"desc": "Default hotkey mappings:\n * toggle - {{'alt'}, '.'}\n * status - {{'cmd', 'alt'}, 'T'}",
"doc": "Default hotkey mappings",
"name": "defaultHotkeys",
"signature": "ClaudePanel.defaultHotkeys"
}
],
"desc": "Claude Code Dashboard - A floating WebView-based dashboard for Claude Code tasks, memory, and search",
"doc": "Claude Code Dashboard - A floating WebView-based dashboard for Claude Code tasks, memory, and search\n\nDownload: https://github.com/jongwony/ClaudePanel.spoon/releases\n\nThis Spoon provides a floating dashboard for managing Claude Code tasks, browsing project memory, and searching across sessions",
"items": [],
"name": "ClaudePanel",
"stripped_doc": ""
}
]