X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FAliases;h=17f0c9474f3ed1608bda67c9c9e19f7744fe309f;hb=f3b23f65ec3e143910ec6a6c36cfe1ab37f0338c;hp=bef5f9d13cbc403419a09d385a8d7e73bbacc037;hpb=cce161221036760959ff1d0b7628a55942bf558a;p=spider.git diff --git a/cmd/Aliases b/cmd/Aliases index bef5f9d1..17f0c947 100644 --- a/cmd/Aliases +++ b/cmd/Aliases @@ -23,7 +23,7 @@ package CmdAlias; %alias = ( '?' => [ - '^\?', 'help', 'help', + '^\?', 'apropos help', 'apropos', ], 'a' => [ '^ann.*/full', 'announce full', 'announce', @@ -36,12 +36,14 @@ package CmdAlias; ], 'd' => [ '^del', 'kill', 'kill', - '^del.*/fu', 'kill full', 'kill', + '^del\w*/fu', 'kill full', 'kill', '^di\w*/a\w*', 'directory all', 'directory', '^di\w*/b\w*', 'directory bulletins', 'directory', '^di\w*/n\w*', 'directory new', 'directory', '^di\w*/o\w*', 'directory own', 'directory', '^di\w*/s\w*', 'directory subject', 'directory', + '^di\w*/t\w*', 'directory to', 'directory', + '^di\w*/f\w*', 'directory from', 'directory', '^di\w*/(\d+)-(\d+)', 'directory $1-$2', 'directory', '^di\w*/(\d+)', 'directory $1', 'directory', ], @@ -80,19 +82,33 @@ package CmdAlias; '^rcmd/(\S+)', 'rcmd $1', 'rcmd', ], 's' => [ + '^s/p$', 'send', 'send', + '^sb$', 'send noprivate', 'send', '^set/nobe', 'unset/beep', 'unset/beep', '^set/nohe', 'unset/here', 'unset/here', - '^sh.*/c/n', 'show/configuration nodes', 'show/configuration', - '^sh.*/c$', 'show/configuration', 'show/configuration', - '^sh.*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx', - '^sh.*/dx/(\d+)', 'show/dx $1', 'show/dx', - '^sh.*/dx/d(\d+)', 'show/dx from $1', 'show/dx', + '^set/noan', 'unset/announce', 'unset/announce', + '^set/nodx', 'unset/dx', 'unset/dx', + '^set/nota', 'unset/talk', 'unset/talk', + '^set/noww', 'unset/wwv', 'unset/wwv', + '^set/nowx', 'unset/wx', 'unset/wx', + '^sh$', 'show', 'show', + '^sh\w*/up', 'show/cluster', 'show/cluster', + '^sh\w*/tnc', 'who', 'who', + '^sh\w*/bu', 'show/files bulletins', 'show/files', + '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration', + '^sh\w*/c$', 'show/configuration', 'show/configuration', + '^sh\w*/com', 'dbavail', 'dbavail', + '^sh\w*/dx/(\d+)-(\d+)', 'show/dx $1-$2', 'show/dx', + '^sh\w*/dx/(\d+)', 'show/dx $1', 'show/dx', + '^sh\w*/dx/d(\d+)', 'show/dx from $1', 'show/dx', + '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', + '^sh\w*/w\w*/(\d+)', 'show/wwv $1', 'show/wwv', '^sp$', 'send', 'send', - '^sb$', 'send noprivate', 'send', - '^sh.*/wwv/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv', - '^sh.*/wwv/(\d+)', 'show/wwv $1', 'show/wwv', + ], 't' => [ + '^ta$', 'talk', 'talk', + '^t$', 'talk', 'talk', ], 'u' => [ ],