diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
| commit | 1d3f2d1e4c59867024470d3444e12698b7ebb22e (patch) | |
| tree | 4fa14f455c72f9b206a680dcc1b0f4c1f3708158 /README.md | |
| parent | 07c24054cab965800983ef40f53a05c2db131ede (diff) | |
| download | krino-1d3f2d1e4c59867024470d3444e12698b7ebb22e.tar.gz krino-1d3f2d1e4c59867024470d3444e12698b7ebb22e.zip | |
0.0.4: max-size, exclude forms, --min-agev0.0.4
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' |
