| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | the contact address is lukas@labunix.xyz | Lukasz Kasprzak | 48 hours | 1 | -1/+1 |
| | | | | | | The same address the commits are authored from, rather than a second one to keep working. | ||||
| * | gui: the toolbar in the order things happen, and an About block | Lukasz Kasprzak | 2 days | 1 | -2/+14 |
| | | | | | | | | | | | | | | | The Plan bar now reads left to right as the work does: which directory, how it should be listed, what of it, where it is on disk - then Scan, and only then what to do with what came back. Scan carries the theme's accent, being the button that starts everything. Settings ends with About: the program and the version it was built as, what it is in a sentence, the licence, and who to write to. The text is model.About so it is tested; ui.Version is stamped by main. leak-check knows krino's own contact address, so the address check stays useful without a per-clone setting. | ||||
| * | build: VERSION checked for build and install, cross names without v, ↵ | Lukasz Kasprzak | 5 days | 1 | -1/+1 |
| | | | | | dependency gate covers tests and BSDs, tarball install, examples and extractor list tested | ||||
| * | krino: release 0.0.1 — man pages, install, examples, cross and release, ↵v0.0.1 | Lukasz Kasprzak | 6 days | 2 | -0/+167 |
| | | | | | | | | | | README, changelog Also: undo removes the directories its run created; a hardlink is never a duplicate of its own other name; a flag written before "undo" is honoured; --version prints no leading v. Duplicate conditions with different scopes not sharing an original is documented as a known limitation. | ||||
| * | krino: foundation — sexp reader, config language, init/new/check | Lukasz Kasprzak | 8 days | 2 | -0/+74 |
