diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:00:05 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-15 00:00:05 +0200 |
| commit | 5310c857d7531986c806404103f118b3c5e364f3 (patch) | |
| tree | 4022cb838184c7e889793698a8a3cd3c4b6deebc /docs | |
| parent | 67ada0b5bc25cb6cff3ab780d82cb0bfe64e4968 (diff) | |
| download | krino-5310c857d7531986c806404103f118b3c5e364f3.tar.gz krino-5310c857d7531986c806404103f118b3c5e364f3.zip | |
krino log marks a run partly undone while reversible steps remain
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/design.md b/docs/design.md index 60bfc92..59c64bd 100644 --- a/docs/design.md +++ b/docs/design.md @@ -579,7 +579,7 @@ not acted on: 3 busy · 12 ignored · 210 unmatched (-v lists them) | outcome line | the applied count green when above 0, the failed count red when above 0 | | prompt keys `[a]` `[y]` … | bold | | the choice echoed in review, `→ yes` … | red | - | `krino log`'s `(undone)` | faint | + | `krino log`'s `(undone)` and `(partly undone)` | faint | Permanent deletes are always marked in capitals, so they stand out without colour too. @@ -658,7 +658,9 @@ not logged; declined files are. ## 10. Undo -- `krino log` lists recent runs: id, time, directories, counts. +- `krino log` lists recent runs: id, time, directories, counts, and + `(undone)` once undo has reversed every reversible step of a run, or + `(partly undone)` while some are not (declined, refused or failed). - `krino undo` reverses the most recent run, in every directory it touched. An older run is undone by naming it: `krino undo RUN`. Undo runs cannot themselves be undone: naming one is refused. |
