Skip to content

Commit af3e416

Browse files
committed
Added more aliases
1 parent 1ec3e1e commit af3e416

File tree

1 file changed

+15
-3
lines changed
  • src/PHPCR/Shell/Resources/config.dist

1 file changed

+15
-3
lines changed

src/PHPCR/Shell/Resources/config.dist/alias.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
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
57
use: workspace:use {arg1}
6-
workspaces: workspace:list
8+
explain: node-type:show {arg1}
79

810
# Filesystem commands
911
cd: shell:path:change {arg1}
@@ -21,6 +23,16 @@ touch: node:property:set {arg1} {arg2} {arg3}
2123

2224
# Node type commands
2325
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
2436

2537
# Editor commands
2638
vim: node:property:edit {arg1} {arg2}
@@ -34,7 +46,7 @@ checkin: version:checkin {arg1}
3446
checkout: version:checkout {arg1}
3547
checkpoint: version:checkpoint {arg1}
3648
checkpoint: version:checkpoint {arg1}
37-
lsversion: version:history {arg1}
49+
vhlist: version:history {arg1}
3850

3951
# Session commands
4052
save: session:save

0 commit comments

Comments
 (0)