-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathgfproject.json
More file actions
92 lines (92 loc) · 2.4 KB
/
gfproject.json
File metadata and controls
92 lines (92 loc) · 2.4 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
89
90
91
92
{
"tools": {
"help": {
"organization": "liii",
"module": "goldhelp",
"description": {
"en_US": "Display help information for gf commands",
"zh_CN": "显示 gf 命令的帮助信息"
}
},
"source": {
"organization": "liii",
"module": "goldsource",
"description": {
"en_US": "View source code of library functions",
"zh_CN": "查看库函数源代码"
}
},
"version": {
"organization": "liii",
"module": "goldversion",
"description": {
"en_US": "Display version information",
"zh_CN": "显示版本信息"
}
},
"doc": {
"organization": "liii",
"module": "golddoc",
"description": {
"en_US": "Browse Goldfish Scheme library documentation",
"zh_CN": "浏览 Goldfish Scheme 库文档"
}
},
"fmt": {
"organization": "liii",
"module": "goldfmt",
"description": {
"en_US": "Format PATH (PATH can be a .scm file or directory)",
"zh_CN": "格式化 PATH(可以是 .scm 文件或目录)"
}
},
"fix": {
"organization": "liii",
"module": "goldfix",
"description": {
"en_US": "Fix Scheme parentheses by indentation",
"zh_CN": "根据缩进修正 Scheme 括号"
}
},
"test": {
"organization": "liii",
"module": "goldtest",
"description": {
"en_US": "Run tests (all *-test.scm files under tests/)",
"zh_CN": "运行测试(tests/ 下的所有 *-test.scm 文件)"
}
},
"run": {
"description": {
"en_US": "Run main function from TARGET",
"zh_CN": "从 TARGET 运行 main 函数"
}
},
"eval": {
"description": {
"en_US": "Evaluate Scheme code",
"zh_CN": "执行 Scheme 代码"
}
},
"load": {
"description": {
"en_US": "Load Scheme code from FILE, then enter REPL",
"zh_CN": "从 FILE 加载 Scheme 代码,然后进入 REPL"
}
},
"repl": {
"description": {
"en_US": "Enter interactive REPL mode",
"zh_CN": "进入交互式 REPL 模式"
}
},
"code": {
"organization": "liii",
"module": "goldcode",
"description": {
"en_US": "Launch Claude Code with pre-sync and pull",
"zh_CN": "同步钩子、拉取代码并启动 Claude Code"
}
}
}
}