added set/page and paging
[spider.git] / cmd / Aliases
index f83d264196c7b7e2fef1dce31fe360cf2c8e9bcb..8c44c4028e790477284344cc51e63deafa9a6c0e 100644 (file)
@@ -33,13 +33,13 @@ package CmdAlias;
        ],
        d => [
          '^del', 'kill', 'kill',
-         '^di.*/all', 'directory all', 'directory',
-         '^di.*/b.*', 'directory bulletins', 'directory',
-         '^di.*/n.*', 'directory new', 'directory',
-         '^di.*/o.*', 'directory own', 'directory',
-         '^di.*/s.*', 'directory subject', 'directory',
-         '^di.*/(\d+)-(\d+)', 'directory $1-$2', 'directory',
-         '^di.*/(\d+)', 'directory $1', 'directory',
+         '^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*/(\d+)-(\d+)', 'directory $1-$2', 'directory',
+         '^di\w*/(\d+)', 'directory $1', 'directory',
        ],
        e => [
        ],
@@ -56,6 +56,9 @@ package CmdAlias;
        k => [
        ],
        l => [
+         '^l$', 'directory', 'directory',
+         '^ll$', 'directory', 'directory',
+         '^ll/(\d+)', 'directory $1', 'directory',
        ],
        m => [
        ],
@@ -69,8 +72,10 @@ package CmdAlias;
          '^q', 'bye', 'bye',
        ],
        r => [
+         '^r$', 'read', 'read',
        ],
        s => [
+         '^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',