X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=9b4737a4a591d69089e09798cff010faf19f9ec5;hb=bbcb636f1bc71eb1426685ef64382ea42d27ecfb;hp=57e524f4fd40589d3c7fcc89314f0e4736659a4a;hpb=d0e9787ea8e709d8cbd91e87e363812e669c0ca6;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index 57e524f4..9b4737a4 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -26,6 +26,7 @@ package CmdAlias; '^\?', 'apropos', 'apropos', ], 'a' => [ + '^ac\w*$', 'apropos accept', 'apropos', '^ann\w*/full', 'announce full', 'announce', '^ann\w*/sysop', 'announce sysop', 'announce', '^ann\w*/(.*)$', 'announce $1', 'announce', @@ -34,8 +35,11 @@ package CmdAlias; '^b$', 'bye', 'bye', ], 'c' => [ + '^cl\w+$', 'apropos clear', 'apropos', + '^cr\w+$', 'apropos create', 'apropos', ], 'd' => [ + '^del\w*$', 'apropos delete', 'apropos', '^del\w*/u', 'delete/user', 'delete/user', '^del\w*/fu', 'kill full', 'kill', '^del', 'kill', 'kill', @@ -53,6 +57,7 @@ package CmdAlias; '^ex', 'bye', 'bye', ], 'f' => [ + '^fo\w*$', 'apropos forward', 'apropos', ], 'g' => [ ], @@ -65,6 +70,7 @@ package CmdAlias; 'k' => [ ], 'l' => [ + '^lo\w*$', 'apropos load', 'apropos', '^l$', 'directory', 'directory', '^ll$', 'directory', 'directory', '^ll/(\d+)', 'directory $1', 'directory', @@ -82,6 +88,7 @@ package CmdAlias; '^q', 'bye', 'bye', ], 'r' => [ + '^rej\w*$', 'apropos reject', 'apropos', '^r$', 'read', 'read', '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], @@ -98,6 +105,7 @@ package CmdAlias; '^set/nota', 'unset/talk', 'unset/talk', '^set/noww', 'unset/wwv', 'unset/wwv', '^set/nowx', 'unset/wx', 'unset/wx', + '^set$', 'apropos set', 'apropos', '^sh$', 'show', 'show', '^sh\w*/u$', 'show/user', 'show/user', '^sh\w*/bu', 'show/files bulletins', 'show/files', @@ -112,7 +120,10 @@ package CmdAlias; '^sh\w*/up', 'show/cluster', 'show/cluster', '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv', + '^shu\w*$', 'shutdown', 'shutdown', + '^sh\w*$', 'apropos show', 'apropos', '^sp$', 'send', 'send', + '^st\w*$', 'apropos stat', 'apropos', ], 't' => [ @@ -120,6 +131,7 @@ package CmdAlias; '^t$', 'talk', 'talk', ], 'u' => [ + '^un\w*$', 'apropos unset', 'apropos', ], 'v' => [ ],