forked from OpusVL/perl-ccfe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilder.menu
More file actions
52 lines (52 loc) · 1.06 KB
/
Copy pathbuilder.menu
File metadata and controls
52 lines (52 loc) · 1.06 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
title {
CCFE builder
}
top {
Create and edit your own menus, forms and settings -- no editor needed.
New objects are written to your personal CCFE directory.
}
item {
id = NEWMENU
descr = Create a new menu
action = form:builder.d/newmenu
}
item {
id = ADDITEM
descr = Add an item to a menu
action = form:builder.d/additem
}
item {
id = EDITITEM
descr = Edit a menu item's description
action = form:builder.d/edititem
}
item {
id = NEWFORM
descr = Create a new form
action = form:builder.d/newform
}
item {
id = ADDFIELD
descr = Add a field to a form
action = form:builder.d/addfield
}
item {
id = FINISH
descr = Finish a form (set its action)
action = form:builder.d/finishform
}
item {
id = SETTINGS
descr = Change a setting (ccfe.conf)
action = form:builder.d/settings
}
item {
id = CHOWN
descr = Change object ownership (chown)
action = form:builder.d/chown
}
item {
id = LIST
descr = List my menus and forms
action = run:"${CCFE_BIN_DIR:+$CCFE_BIN_DIR/}ccfe-build" list
}