aboutsummaryrefslogtreecommitdiff
path: root/cmd/krino/new.go
Commit message (Collapse)AuthorAgeFilesLines
* the module path is git.labunix.xyz/krinoLukasz Kasprzak2 days1-2/+2
| | | | | | | | | | | 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.
* plan 10: commands refuse global flags they do not useLukasz Kasprzak5 days1-0/+3
|
* plan 10: stderr messages cannot be split by quoted newlines; config paths ↵Lukasz Kasprzak5 days1-1/+1
| | | | escaped; krino new refuses control characters; independent terminal oracle
* plan 9: undo review matches review, --min-age validated, future mtimes, rule ↵Lukasz Kasprzak5 days1-0/+3
| | | | names, conflict enum, dependency gate, absolute tool paths
* krino: foundation — sexp reader, config language, init/new/checkLukasz Kasprzak8 days1-0/+33