added apropos command
[spider.git] / cmd / Aliases
index 6089171fdfef31750bdc7d597a50727e036649d3..e187ec88f3222a741ec88198dfd7efc097911c42 100644 (file)
@@ -22,6 +22,9 @@
 package CmdAlias;
 
 %alias = (
+    '?' => [
+         '^\?', 'help', 'help',
+       ],
     a => [
          '^ann.*/full', 'announce full', 'announce', 
          '^ann.*/sysop', 'announce sysop', 'announce',
@@ -56,6 +59,9 @@ package CmdAlias;
        k => [
        ],
        l => [
+         '^l$', 'directory', 'directory',
+         '^ll$', 'directory', 'directory',
+         '^ll/(\d+)', 'directory $1', 'directory',
        ],
        m => [
        ],
@@ -68,9 +74,15 @@ package CmdAlias;
        q => [
          '^q', 'bye', 'bye',
        ],
-       r => [
+       r => [  
+         '^r$', 'read', 'read',
+         '^rcmd/(\S+)', 'rcmd $1', 'rcmd',
        ],
        s => [
+         '^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',