X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=42a9aa2afcf1e2b14cc9c2cce0f3b472f554e515;hb=85888a3551aa9a6799bd4f49ca45562023ac7116;hp=2b78d5d48f4900149c0834fc1e05452aaa6d8cfb;hpb=290cd395e4bac4a92dfc3c40a2a3fd7de93110eb;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 2b78d5d4..42a9aa2a 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -59,7 +59,7 @@ package CmdAlias; '^expun?g?e?$', 'kill expunge', 'kill expunge', ], 'f' => [ - '^fo\w*$', 'apropos forward', 'apropos', + '^for?w?a?r?d?$', 'apropos forward', 'apropos', ], 'g' => [ ], @@ -127,7 +127,12 @@ package CmdAlias; '^sho?w?/fdx/(\d+)', 'show/dx real $1', 'show/fdx', '^sho?w?/fdx/d(\d+)', 'show/dx real from $1', 'show/fdx', '^sho?w?/fdx', 'show/dx real', 'show/fdx', + '^sho?w?/myd?x?/(\d+)-(\d+)', 'show/dx filter $1-$2', 'show/mydx', + '^sho?w?/myd?x?/(\d+)', 'show/dx filter $1', 'show/mydx', + '^sho?w?/myd?x?/d(\d+)', 'show/dx filter from $1', 'show/mydx', + '^sho?w?/myd?x?', 'show/dx filter', 'show/mydx', '^sho?w?/newc/n', 'show/newconfiguration node', 'show/newconfiguration', + '^sho?w?/sta?$', 'show/station', 'show/station', '^sho?w?/tnc', 'who', 'who', '^sho?w?/up', 'show/cluster', 'show/cluster', '^sho?w?/ww?v?/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',