aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 10:56:19 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 10:56:19 +0200
commit48d1781fed3f9ea5cfd2b270bd92fd2826605636 (patch)
tree8abddf0ae7aaab97426cad1f65038560c8b85b9f /docs
parenta2cb20851499e9c00bd3bf642680a9ce3148cae8 (diff)
downloadkrino-48d1781fed3f9ea5cfd2b270bd92fd2826605636.tar.gz
krino-48d1781fed3f9ea5cfd2b270bd92fd2826605636.zip
gui: conditions as a nested tree, and a way to add a directory
Diffstat (limited to 'docs')
-rw-r--r--docs/gui-checklist.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/gui-checklist.md b/docs/gui-checklist.md
index 5a7d08a..3eaeb60 100644
--- a/docs/gui-checklist.md
+++ b/docs/gui-checklist.md
@@ -141,3 +141,8 @@ A dialog is its own window: take it by its own id, not the main window's.
46. "Keep this copy, replace the other" appears only for a file with
another copy, asks first, naming both, and after Apply the kept file is
in the other's place with the other in the Trash.
+47. Add directory writes dirs/NAME.conf and adds the name to the include;
+ both pickers then offer it, and krino check sees it.
+48. A rule's conditions are a tree: and / or / not hold the conditions
+ indented under them, "+" adds a test or an operator under a line, "-"
+ takes one out, and saving writes the same nesting back.