File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
src/PHPCR/Shell/Resources/config.dist Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Shell shortcuts
2
- alist : shell:alias:list
2
+ lsa : shell:alias:list
3
3
creload : shell:config:reload
4
4
cinit : shell:config:init
5
5
@@ -22,16 +22,16 @@ cat: node:property:show {arg1}
22
22
touch : node:property:set {arg1} {arg2} {arg3}
23
23
24
24
# Node type commands
25
- mixins : node-type:list "^mix:"
26
- ntlist : node-type:list
25
+ lsmix : node-type:list "^mix:"
26
+ lsnt : node-type:list {arg1}
27
27
ntedit : node-type:edit {arg1}
28
28
ntshow : node-type:show {arg1}
29
29
30
30
# Workspace commands
31
31
wslist : workspace:list
32
32
33
33
# Namespsce commands
34
- nslist : workspace:namespace:list
34
+ lsns : workspace:namespace:list {arg1}
35
35
nsset : workspace:namespace:register
36
36
37
37
# Editor commands
@@ -42,12 +42,11 @@ nano: node:property:edit {arg1} {arg2}
42
42
man : help {arg1}
43
43
44
44
# Version commands
45
- checkin : version:checkin {arg1}
46
- checkout : version:checkout {arg1}
47
- checkpoint : version:checkpoint {arg1}
48
- checkpoint : version:checkpoint {arg1}
49
- vhlist : version:history {arg1}
45
+ ci : version:checkin {arg1}
46
+ co : version:checkout {arg1}
47
+ cp : version:checkpoint {arg1}
48
+ vhist : version:history {arg1}
50
49
51
50
# Session commands
52
51
save : session:save
53
- reload : session:reload
52
+ refresh : session:refresh
You can’t perform that action at this time.
0 commit comments