From 26c94eb3db62ec6eebbf8d22c11afe691d9520c4 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Sun, 13 Sep 2026 02:31:32 +0200 Subject: krino: release 0.0.1 — man pages, install, examples, cross and release, README, changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- internal/config/skel/krino.conf | 5 +++-- internal/config/skel/template.conf | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'internal/config') diff --git a/internal/config/skel/krino.conf b/internal/config/skel/krino.conf index 48780ea..dbd883b 100644 --- a/internal/config/skel/krino.conf +++ b/internal/config/skel/krino.conf @@ -1,8 +1,9 @@ ;; -*- mode: lisp -*- ;; vim: set ft=lisp : ;; -;; krino's main configuration. The syntax is explained in -;; docs/sexp-primer.md; every form is described in krino.conf(5). +;; krino's main configuration. The syntax is explained in sexp-primer.md, +;; installed as share/doc/krino/sexp-primer.md under the install prefix, +;; which is ~/.local by default; every form is described in krino.conf(5). ;; The directories to sort, in this order. Each NAME has its rules in ;; dirs/NAME.conf. Add one with: krino new NAME PATH diff --git a/internal/config/skel/template.conf b/internal/config/skel/template.conf index 867b681..c3af09d 100644 --- a/internal/config/skel/template.conf +++ b/internal/config/skel/template.conf @@ -1,8 +1,9 @@ ;; -*- mode: lisp -*- ;; vim: set ft=lisp : ;; -;; krino rules for one directory. The syntax is explained in -;; docs/sexp-primer.md; every form is described in krino.conf(5). +;; krino rules for one directory. The syntax is explained in sexp-primer.md, +;; installed as share/doc/krino/sexp-primer.md under the install prefix, +;; which is ~/.local by default; every form is described in krino.conf(5). (path "@PATH@") -- cgit v1.3