<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krino.git/gui/internal/ui/forms.go, branch main</title>
<subtitle>rule-based file sorter in Go, shows the plan before touching anything, applies only the files you choose, and can undo any run, with s-expression rules and a GTK 4 window</subtitle>
<id>https://git.labunix.xyz/krino.git/atom?h=main</id>
<link rel='self' href='https://git.labunix.xyz/krino.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/'/>
<updated>2026-09-17T10:54:06Z</updated>
<entry>
<title>the module path is git.labunix.xyz/krino</title>
<updated>2026-09-17T10:54:06Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T10:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=1884d56b0d399e9cdb80016a9c166b0120989933'/>
<id>urn:sha1:1884d56b0d399e9cdb80016a9c166b0120989933</id>
<content type='text'>
So that go install can find it. cgit serves no go-import meta tag, so
nginx answers a ?go-get=1 request for /NAME with one pointing at
https://git.labunix.xyz/NAME.git; the alternative was carrying a .git
suffix through every import line forever.

One sed over the imports, both go.mod files, and the dependency gate's
whitelist. Nothing else depends on the path. go install works from the
next tag, the first release whose go.mod carries it.
</content>
</entry>
<entry>
<title>comments that explain the code, not how it was written</title>
<updated>2026-09-17T10:11:42Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T10:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=bddbd74e4a73e8e32bcf648efd1cac5655f6d0cd'/>
<id>urn:sha1:bddbd74e4a73e8e32bcf648efd1cac5655f6d0cd</id>
<content type='text'>
About 340 comments cited the development process: task and plan
numbers, fix waves, rulings, reviewers, and the author in the third
person with a date. None of that exists outside the work itself, so to
a reader it pointed at nothing. Each one now states the engineering
reason it was standing in front of; where a comment was provenance and
nothing else, it is gone.

References to docs/design.md and docs/gui-design.md by section stay:
both ship with the repository. The design documents lose their
amendment diaries - CHANGELOG.md is that record - and the GUI's says
plainly that the window has gone further than the document.

Only comments changed. Every .go file was parsed and its code printed
with comments stripped, before and after: the two hashes are identical
across all 175 files.
</content>
</entry>
<entry>
<title>gui: an exclude is not a rule - the form no longer assumes one</title>
<updated>2026-09-17T09:27:00Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T09:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=0e56395aaa46359974a5eb21acaab32b2ea02a0f'/>
<id>urn:sha1:0e56395aaa46359974a5eb21acaab32b2ea02a0f</id>
<content type='text'>
Selecting the exclude row in Forms panicked: newFormEditor read the
form's rule for its when, name, action and stop, and an exclude has
only the when. The editor now takes the conditions from whichever of
the two the form holds and leaves out the fields an exclude has not
got. Checklist item 49 covers it.

Also the 0.0.11 changelog and README, and header floors wide enough
that the age heading is not clipped.
</content>
</entry>
<entry>
<title>gui: conditions as a nested tree, and a way to add a directory</title>
<updated>2026-09-17T08:56:19Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T08:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=48d1781fed3f9ea5cfd2b270bd92fd2826605636'/>
<id>urn:sha1:48d1781fed3f9ea5cfd2b270bd92fd2826605636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: coloured actions with headers, a filter over the plan, bulk trash or delete</title>
<updated>2026-09-16T22:51:15Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T22:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=5418ba6bc5c653b6a99572c6ece6abbf57836c43'/>
<id>urn:sha1:5418ba6bc5c653b6a99572c6ece6abbf57836c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: syntax colours, a file preview, and a settings window</title>
<updated>2026-09-16T22:23:51Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T22:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=04b4243ad31d144c4caf9be4c5096a0f27a2648e'/>
<id>urn:sha1:04b4243ad31d144c4caf9be4c5096a0f27a2648e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: line numbers, a Check button, an operator for age and size, and Test rule</title>
<updated>2026-09-16T21:31:44Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T21:31:44Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=9db67b201b80e9b7f824989df8517cefc587036d'/>
<id>urn:sha1:9db67b201b80e9b7f824989df8517cefc587036d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: show the problems under both sub-tabs; name the operator rows; fix the list labels after an edit</title>
<updated>2026-09-16T21:25:26Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T21:25:26Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=168fae0f72c3ca5ff9b307a42fb75173e58b5b17'/>
<id>urn:sha1:168fae0f72c3ca5ff9b307a42fb75173e58b5b17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: the directory's own settings as a form</title>
<updated>2026-09-16T18:23:24Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T18:23:24Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=cace98008d132e48f19b405b5bddc4a6067c0cae'/>
<id>urn:sha1:cace98008d132e48f19b405b5bddc4a6067c0cae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui: forms editor - rules and excludes as forms, with add, delete and move</title>
<updated>2026-09-16T13:33:23Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-16T13:33:23Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=4363c7ad13d5eae1752ea3c36e1cfe7c13707c0d'/>
<id>urn:sha1:4363c7ad13d5eae1752ea3c36e1cfe7c13707c0d</id>
<content type='text'>
</content>
</entry>
</feed>
