aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gui-checklist.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md
index 4b646b2..d07ca17 100644
--- a/docs/gui-checklist.md
+++ b/docs/gui-checklist.md
@@ -15,8 +15,13 @@ HOME="$S/home" XDG_CONFIG_HOME="$S/home/.config" XDG_DATA_HOME="$S/home/.local/s
# write dirs/inbox.conf with (path "$S/inbox") and a few rules, put
# invented files in "$S/inbox", then run krino-gui with the same HOME and
# XDG_* set.
+touch -d '3 hours ago' "$S/inbox/"*
```
+That last line matters: krino's own `(min-age 2m)` skips a file written in
+the last two minutes, so a sandbox built and scanned in one breath shows
+every file skipped and nothing to act on.
+
A headless X server keeps the run out of the way of whatever else is on the
screen, and lets `import` take the same screenshots:
@@ -148,3 +153,7 @@ A dialog is its own window: take it by its own id, not the main window's.
takes one out, and saving writes the same nesting back.
49. Selecting the exclude row in Forms opens its conditions like a rule's,
with no name, action or `(stop)`, and the window does not fall over.
+50. The Plan bar reads in the order the work happens - directory, sort,
+ filter, the path on disk, Scan - and Scan carries the theme's accent.
+51. Settings ends with About: the program and the version it was built as,
+ the licence, and the contact address, all selectable.