File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
src/PHPCR/Shell/Resources/config.dist Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Shell shortcuts
2- aliases : shell:alias:list
2+ alist : shell:alias:list
3+ creload : shell:config:reload
4+ cinit : shell:config:init
35
46# MySQL commands
57use : workspace:use {arg1}
6- workspaces : workspace:list
8+ explain : node-type:show {arg1}
79
810# Filesystem commands
911cd : shell:path:change {arg1}
@@ -21,6 +23,16 @@ touch: node:property:set {arg1} {arg2} {arg3}
2123
2224# Node type commands
2325mixins : 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
2436
2537# Editor commands
2638vim : node:property:edit {arg1} {arg2}
@@ -34,7 +46,7 @@ checkin: version:checkin {arg1}
3446checkout : version:checkout {arg1}
3547checkpoint : version:checkpoint {arg1}
3648checkpoint : version:checkpoint {arg1}
37- lsversion : version:history {arg1}
49+ vhlist : version:history {arg1}
3850
3951# Session commands
4052save : session:save
You can’t perform that action at this time.
0 commit comments