chiark / gitweb /
keys.conf: New file, suggesting a possible implementation of `$SAFE'.
[distorted-keys] / cryptop.list
index c51f40221e958d54bb48c0a7a0fc472c2110a03b..538b623cfc889a45c846c11fd519f2b51d537b51 100755 (executable)
@@ -38,11 +38,16 @@ Options:
   -a           Show keys owned by all users.
   -u USER      Show keys owned by USER.
 
-A COLUMN spec consists of a column name and an optional column width,
-separated by a colon.  The widths of omitted columns are computed
-automatically.
-
-Columns:
+A COLUMN spec consists of a column name and an optional column width; the
+separator character determines the behaviour as shown below.  The default is
+\`+0'.
+  NAME=WIDTH   Exact width: truncate the contents to fit if necessary.
+  NAME:WIDTH   Minimum width: spill into the next column (breaking the
+                 alignment) if necessary.
+  NAME+WIDTH   Minimum width: if a value won't fit then make the entire
+                 column wider.
+
+Columns names:
   flags                Various flags for the key.  (Unset flags are shown as \`.')
                  R     key has recovery information
                  !     key nub needs recovery
@@ -182,7 +187,7 @@ while :; do
     t) dir=store ;;
     nil) dir=store/$user ;;
   esac
-  metas=$(find store -type f -name meta)
+  metas=$(find $dir -type f -name meta | sort)
 
   ## Work through the keys we found.
   while :; do