File tree 1 file changed +15
-3
lines changed
src/PHPCR/Shell/Resources/config.dist
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Shell shortcuts
2
- aliases : shell:alias:list
2
+ alist : shell:alias:list
3
+ creload : shell:config:reload
4
+ cinit : shell:config:init
3
5
4
6
# MySQL commands
5
7
use : workspace:use {arg1}
6
- workspaces : workspace:list
8
+ explain : node-type:show {arg1}
7
9
8
10
# Filesystem commands
9
11
cd : shell:path:change {arg1}
@@ -21,6 +23,16 @@ touch: node:property:set {arg1} {arg2} {arg3}
21
23
22
24
# Node type commands
23
25
mixins : node-type:list "^mix:"
26
+ ntlist : node-type:list
27
+ ntedit : node-type:edit {arg1}
28
+ ntshow : node-type:show {arg1}
29
+
30
+ # Workspace commands
31
+ wslist : workspace:list
32
+
33
+ # Namespsce commands
34
+ nslist : workspace:namespace:list
35
+ nsset : workspace:namespace:register
24
36
25
37
# Editor commands
26
38
vim : node:property:edit {arg1} {arg2}
@@ -34,7 +46,7 @@ checkin: version:checkin {arg1}
34
46
checkout : version:checkout {arg1}
35
47
checkpoint : version:checkpoint {arg1}
36
48
checkpoint : version:checkpoint {arg1}
37
- lsversion : version:history {arg1}
49
+ vhlist : version:history {arg1}
38
50
39
51
# Session commands
40
52
save : session:save
You can’t perform that action at this time.
0 commit comments