From 1d3f2d1e4c59867024470d3444e12698b7ebb22e Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 14 Sep 2026 14:08:36 +0200 Subject: 0.0.4: max-size, exclude forms, --min-age --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 77733f5..b777ff9 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ edit its rules, then check them with: krino check demo `krino new` copied the template to `dirs/demo.conf` and filled in the path. Replace its body with a small rule. The built-in `min-age` is 2 minutes -(files skip as "busy" while they might still be downloading), which the +(files skip as "too new" while they might still be downloading), which the demo files we just created are younger than, so this also turns it down to -0 for this directory: +0 for this directory (`--min-age 0` would do the same for a single run): ``` cat > "$XDG_CONFIG_HOME/krino/dirs/demo.conf" <<'EOF' -- cgit v1.3