diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:43:23 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 21:43:23 +0200 |
| commit | c497d173b24b1b8247fac9e996e5c0fe690c1769 (patch) | |
| tree | 2318ff1cf393e3a6c2a7d54c89e205ac6a9a5c73 /docs | |
| parent | 360591d6e18d8676a2f86185ed42f46852387f85 (diff) | |
| download | krino-c497d173b24b1b8247fac9e996e5c0fe690c1769.tar.gz krino-c497d173b24b1b8247fac9e996e5c0fe690c1769.zip | |
plan 9: undo review matches review, --min-age validated, future mtimes, rule names, conflict enum, dependency gate, absolute tool paths
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/design.md b/docs/design.md index 3f10623..9d7abb5 100644 --- a/docs/design.md +++ b/docs/design.md @@ -145,7 +145,7 @@ directory, then defaults, then built-in. | `max-depth` | integer, 1 = root only | unlimited | | | `min-age` | duration. Skip files modified more recently | `2m` | | | `max-read` | size. No content extraction above this file size | `50M` | | -| `max-size` | size. Skip files larger than this, as "too big" | unlimited | | +| `max-size` | size. Skip files larger than this, as "too big"; `0` means unlimited | unlimited | | | `busy` | suffixes. Skip `f` when `f<suffix>` exists beside it | `".part" ".aria2" ".crdownload"` | | | `on-conflict` | `suffix` \| `skip` \| `overwrite` (ยง7.4) | `suffix` | yes | @@ -684,7 +684,8 @@ krino undo [RUN] reverse a run (default: the last one) -c FILE use FILE instead of ~/.config/krino/krino.conf --no-color never colour the output, as when NO_COLOR is set -P, --no-pager print the plan straight out, never through the pager ---min-age D for this run, every directory's min-age is D (0, 30s, 1d) +--min-age D for this run, every directory's min-age is D (0, 30s, 1d); + sorting and explain only; a future modification time counts as age 0 -h, --help help --version print "krino 0.0.1" ``` |
