do an apropos for commands consisting of just a directory name
[spider.git] / cmd / Aliases
index 8b006a98c2b5b3ff0be7fb57a1ff8c02ea8352cb..30d0549b20838ee06a38f8a0741de891110fbb4c 100644 (file)
@@ -26,17 +26,23 @@ package CmdAlias;
          '^\?', 'apropos', 'apropos',
        ],
     'a' => [
-         '^ann.*/full', 'announce full', 'announce', 
-         '^ann.*/sysop', 'announce sysop', 'announce',
-         '^ann.*/(.*)$', 'announce $1', 'announce',
+       '^ac\w*$', 'apropos accept', 'apropos',
+         '^ann\w*/full', 'announce full', 'announce', 
+         '^ann\w*/sysop', 'announce sysop', 'announce',
+         '^ann\w*/(.*)$', 'announce $1', 'announce',
        ],
        'b' => [
+         '^b$', 'bye', 'bye',
        ],
        'c' => [
+       '^cl\w+$', 'apropos clear', 'apropos',
+       '^cr\w+$', 'apropos create', 'apropos',
        ],
        'd' => [
-         '^del', 'kill', 'kill',
+       '^del\w*$', 'apropos delete', 'apropos',
+         '^del\w*/u', 'delete/user', 'delete/user',
          '^del\w*/fu', 'kill full', 'kill',
+         '^del', 'kill', 'kill',
          '^di\w*/a\w*', 'directory all', 'directory',
          '^di\w*/b\w*', 'directory bulletins', 'directory',
          '^di\w*/n\w*', 'directory new', 'directory',
@@ -48,8 +54,10 @@ package CmdAlias;
          '^di\w*/(\d+)', 'directory $1', 'directory',
        ],
        'e' => [
+         '^ex', 'bye', 'bye',
        ],
        'f' => [
+       '^fo\w*$', 'apropos forward', 'apropos',
        ],
        'g' => [
        ],
@@ -62,9 +70,11 @@ package CmdAlias;
        'k' => [
        ],
        'l' => [
+       '^lo\w*$', 'apropos load', 'apropos',
          '^l$', 'directory', 'directory',
          '^ll$', 'directory', 'directory',
          '^ll/(\d+)', 'directory $1', 'directory',
+         '^lm$', 'directory own', 'directory',
        ],
        'm' => [
        ],
@@ -78,22 +88,28 @@ package CmdAlias;
          '^q', 'bye', 'bye',
        ],
        'r' => [        
+       '^rej\w*$', 'apropos reject', 'apropos',
          '^r$', 'read', 'read',
          '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        's' => [
+       '^set$', 'apropos set', 'apropos',
+       '^sh\w*$', 'apropos show', 'apropos',
+       '^st\w*$', 'apropos show', 'apropos',
          '^s/p$', 'send', 'send',
          '^sb$', 'send noprivate', 'send',
          '^set/home$', 'set/homenode', 'set/homenode',
          '^set/nobe', 'unset/beep', 'unset/beep',
          '^set/nohe', 'unset/here', 'unset/here',
          '^set/noan', 'unset/announce', 'unset/announce',
+         '^set/nodxg', 'unset/dxgrid', 'unset/dxgrid',
          '^set/nodx', 'unset/dx', 'unset/dx',
          '^set/noe', 'unset/echo', 'unset/echo',
          '^set/nota', 'unset/talk', 'unset/talk',
          '^set/noww', 'unset/wwv', 'unset/wwv',
          '^set/nowx', 'unset/wx', 'unset/wx',
          '^sh$', 'show', 'show',
+         '^sh\w*/u$', 'show/user', 'show/user',
          '^sh\w*/bu', 'show/files bulletins', 'show/files',
          '^sh\w*/c/n', 'show/configuration nodes', 'show/configuration',
          '^sh\w*/c$', 'show/configuration', 'show/configuration',
@@ -101,6 +117,7 @@ package CmdAlias;
          '^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*/newc/n', 'show/newconfiguration node', 'show/newconfiguration',
          '^sh\w*/tnc', 'who', 'who',
       '^sh\w*/up', 'show/cluster', 'show/cluster',
          '^sh\w*/w\w*/(\d+)-(\d+)', 'show/wwv $1-$2', 'show/wwv',
@@ -113,6 +130,7 @@ package CmdAlias;
          '^t$', 'talk', 'talk',
        ],
        'u' => [
+       '^un\w*$', 'apropos unset', 'apropos',
        ],
        'v' => [
        ],