diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 09:40:24 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-17 09:40:24 +0200 |
| commit | 0e067e693609589d46f5aa6e161b95cc905987cc (patch) | |
| tree | 913f5f0c63923863ab0cc90fd70568ed41a2c322 /man/krino-gui.1 | |
| parent | 4d6386960c981678a8e8123a4db5463df7ee60bb (diff) | |
| download | krino-0e067e693609589d46f5aa6e161b95cc905987cc.tar.gz krino-0e067e693609589d46f5aa6e161b95cc905987cc.zip | |
gui: size and age columns, column toggles, readable colours, a laid-out explanation
Diffstat (limited to 'man/krino-gui.1')
| -rw-r--r-- | man/krino-gui.1 | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/man/krino-gui.1 b/man/krino-gui.1 index cfd6ff4..acce43d 100644 --- a/man/krino-gui.1 +++ b/man/krino-gui.1 @@ -53,15 +53,19 @@ checks what is on screen and the status line says how many checked files the filter is hiding. Scanning takes that directory's lock, which is held while the plan is shown, so nothing moves underneath it; a directory another krino is working -in is reported rather than waited for. Each row is a file, the action in capitals and coloured by what it does - -the colours are the running GTK theme's own accent, warning and error - where -the file would go, and the rule that decided; a header names the columns, -and an outcome column appears once a plan has been applied. A file krino could not +in is reported rather than waited for. Each row is a file, its size and age, the action in capitals and coloured by +what it does - the colours are the running GTK theme's own accent, +selection, success, warning and error - where the file would go, and the +rule that decided; a header names the columns, an outcome column appears +once a plan has been applied, and size, age and rule can each be turned off +under +.Cm Settings . +Selecting a row explains it beside the list: the name, how big and how old +the file is, and a line per step with its action, rule and reason. A file krino could not decide about - unreadable content, a failed duplicate check - is listed with the reason and cannot be selected. .Pp -Selecting a row explains it: every step with its rule and reason, and any -warning, and shows the file itself underneath: a picture for an image, the +The explanation also shows the file itself underneath: a picture for an image, the first page for a PDF, the first lines for anything that is text. Nothing else is opened, and the file is only read. Every divider is kept where it is put: the one between the file list and the explanation, and the one above the preview, each remembered for the |
